Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reference implementation of ASP.NET MVC using ViewModels, EditModels, and AutoMapper

A simple question: is there a good reference implementation of using ASP.NET MVC with an ORM, ViewModels, and EditModels (ideally using Automapper)?

I understand the benefits of using these purpose-specific models, but haven't been too happy with the result of the code I've written to use these so far. A simple reference application showing how and where these aspects are applied in the MVC workflow would be great.

like image 488
STW Avatar asked Nov 05 '10 13:11

STW


2 Answers

Jimmy Bogard gave an excellent presentation at MVCConf which is worth checking out.

like image 157
Darin Dimitrov Avatar answered Sep 23 '22 01:09

Darin Dimitrov


http://whocanhelpme.codeplex.com/

Not sure if it's a reference implementation, but it tries to collect good ones.

like image 27
queen3 Avatar answered Sep 22 '22 01:09

queen3