문제

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 gave an excellent presentation at MVCConf which is worth checking out.

다른 팁

http://whocanhelpme.codeplex.com/

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top