C# Extending our JsonModel to help with model binding. In a previous post [http://codetunnel.com/blog/post/133/making-jsonresult-easier-with-json-model-objects] I talked about creating a JsonModel object to help when returning JsonResult from an action method. This is especially useful when you need to return the same data from several action methods. The JsonModel acts as a projection of
REST Making JsonResult easier with "JSON Model Objects" Lately I've been working with a client-side control library known as KendoUI [http://www.kendoui.com/]. KendoUI contains a grid control [http://demos.kendoui.com/web/grid/index.html] that ties seamlessly to a Kendo DataSource [http://demos.kendoui.com/web/datasource/index.html] object. The nice thing about the
C# How to Bind to Enums on JSON Objects in ASP.NET MVC 3 > NOTE: This has been fixed in ASP.NET MVC 4. If you can upgrade from 3 to 4 then that's all you need to do in order to bind to enums. If you still need the work around for MVC 3, read on. In ASP.NET MVC 3 the default