This article is about pitfalls which should be considered when you’re implementing an Ajax grid with jQuery and ASP.NET MVC. The sample in the article can be used as a starting point to more complicated
The best practice is that all POST request has AntiForgeryToken to prevent XSS attack. If you don’t know what it is, please, read materials in the bottom of the article. From MVC 3.5 there is
Add or update URL query parameter with respect to number of parameters and its position.
JavaScript has no built-in function to formatting strings, like C# [crayon-60098e2edffa4745924332-i/]. This function solves the issue adding missing functionality.
Default view model binding of ASP.NET MVC has a disadvantage when using view models with nested classes and JSON objects. The binding is unable to recognize such nested classes and it initializes them to NULL value. This
From time to time you want a dump of an object during execution of JavaScript code. This function provides missing functional.