简体   繁体   中英

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.

Jimmy Bogard在MVCConf上做了精彩的演讲值得一试

http://whocanhelpme.codeplex.com/

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM