C# Extending our JsonModel to help with model binding. In a previous post 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
REST Making JsonResult easier with "JSON Model Objects" Lately I've been working with a client-side control library known as KendoUI. KendoUI contains a grid control that ties seamlessly to a Kendo DataSource object. The nice thing about the DataSource object is
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