Exception Not Found

Model Binding - ASP.NET MVC Demystified

Let's see how Model Binding between a ViewModel and Controller POST behaves in ASP.NET MVC.

You Are Not Your Users!

> "I don't understand the problem here. The interface is intuitive, it makes perfect sense! So why do they want to keep the old one?" A coworker said this to me during one of the lunch-and-learns I present every couple of months at my job. What he unwittingly did was reveal

Responsive Design and Wrapped TextBoxFor Extenders

We have a rule in the project I'm working on now that it must work on desktop, tablet, and mobile, so we are implementing Responsive Design [http://en.wikipedia.org/wiki/Responsive_web_design] using the Foundation framework [http://foundation.zurb.com/]. Unfortunately ASP.NET MVC doesn't follow one of

TempData and FlashMessage in ASP.NET MVC

Create a useful FlashMessage using ASP.NET MVC's TempData construct. Sample project included!

Mapping an MVC ViewModel to a List of Name/Value Pairs

Let's use ASP.NET Reflection to take properties of a ViewModel and map them to a generic List<>. Includes a working sample project.

Exception Not Found © 2026