In this section we are going to learn the Ajax in ASP.NET MVC
Ajax
In order to work with Ajax helper methods in ASP.NET MVC, we must have Microsoft jQuery Unobtrusive Ajax plug-in installed. To install it open Mange NuGet Packages … and install it.
Installing Microsoft jQuery Unobtrusive Ajax adds jquery.unobtrusive-ajax.js and jquery.unobtrusive-ajax.min.js file in the ~/Script folder that does all the magic of using @Ajax helper methods in ASP.NET MVC.