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
Tag: asp.net mvc
Post JSON objects with nested classes to MVC actionPost JSON objects with nested classes to MVC action
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
How to specify Expires header for static resources in ASP.NET MVC?How to specify Expires header for static resources in ASP.NET MVC?
Thanks to author of the post on Stackoverflow.com. He posted a link to the broadest description of the ways the header “Expires” can be specified for static resources. Here it