adspace


What is Ajax design pattern in .NET?

Answer Posted / Karmveer Singh

The AJAX (Asynchronous JavaScript and XML) design pattern is not a traditional design pattern but a web development technique that allows for updating parts of a web page asynchronously without requiring a full page reload. In .NET, this can be achieved using technologies like jQuery, SignalR, or ASP.NET Web API.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143