ASP.NET MVC – View Models

This morning I read a very interesting blog post about view model design within the context of building an application with the Microsoft ASP.NET MVC framework.

The concept of the view model isn't baked into the Microsoft MVC framework. In fact the entire model part of model view controller is left entirely up to the developer.

This isn't a criticism at all as the ASP.NET MVC framework is still at version 1.0 and is one the best web based things to come out of Microsoft for ages.

Anyhoo. Its worth a read.