ASP.NET MVC Shortfalls and AJAX

Mitigating the a weakness of ASP.NET MVC with AJAX

As ASP.NET projects become more complex, a weakness is revealed which can be detrimental to the UX. This is where you could have many different components on a page, and when you edit and element, then use a post method, the whole view will refresh. This can be cumbersome at times.

Enter AJAX. With AJAX (Asynchronous JavaScript And XML), you can update a web page without reloading the page, amongst other uses.


Created: 26-Apr-2023


Login to add comments