Sitecore 8 WebApi cannot update field values
Why Sitecore ItemWebApi does not work and how to fix it.
Why Sitecore ItemWebApi does not work and how to fix it.
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
A common requirement that is often requested in modern sites is for forms to be submitted and validated on asynchronously. Here is my usual approach to the problem using MVC4 and JQuery