View models belong to Web-project
Par Michel le vendredi 2 juillet 2010, 09:27 - Lien permanent
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
