AJAX with ASP.NET MVC — a practical guide to ASP.NET MVC AJAX with clear examples you can reuse in real projects.
ASP & ASP.NET Tutorial Series (117/247). Prefer one article? Read the complete ASP.NET tutorial.
Short description
Validate anti-forgery on AJAX posts too.
AJAX tip
public ActionResult List() => PartialView("_List", items);