View models belong to Web-project

2010-07-02 #mvc

In an ASP.NET MVC application the view models belong to the Web-project, they are not part of the domain model. Usually a view model belongs to a single controller, and its views.

Using AutoMapper to map view models in ASP.NET MVC, via The Big Boy MVC Series