ASP.NET MVC Demystified ASP.NET MVC Sample Project Unobtrusive Validation - ASP.NET MVC Demystified Let's learn what Unobtrusive Javascript is in MVC, and how we can use it to do client-side validation without writing any script. Sample project included! by Matthew Jones
ASP.NET MVC Demystified ASP.NET MVC Sample Project ActionFilterAttribute - ASP.NET MVC Demystified Let's build a new C# Attribute by inheriting from ActionFilterAttribute! Sample project included! by Matthew Jones
ASP.NET MVC Best Practices Sample Project Using POST-REDIRECT-GET in ASP.NET MVC Let's use the POST-REDIRECT-GET (PRG) pattern to get rid of pesky warning popups in ASP.NET MVC. by Matthew Jones
ASP.NET MVC Best Practices FluentValidation Use FluentValidation for a better validation framework in MVC Let's use FluentValidation to create custom, complex validation rules in ASP.NET MVC! by Matthew Jones