4 Dec 2013 • less than a minute read
Return all ModelState errors with field keys as json data in mvc
Returning and flattening all ModelState errors as Json using linq and extension methods
Returning and flattening all ModelState errors as Json using linq and extension methods
How to create a custom blog comment engine in asp.net mvc 4 using c#, entityframework code first, jquery and markdowndeep.
My fix to allow markdown deep resizer functionality when using JQuery 1.9 onwards.
My take on a blog post by Bipin Joshi on Creating Cascading DropDownLists Using ASP.NET MVC 4 And JQuery. I decide to use some more up to date features of mvc 4 including the section keyword, the Url.Action extension method and the jquery .on method