开发者

Any ASP.NET MVC sample using DI, AOP, POCO, UoW, Mocks, and Unit Tests [closed]

As it currently stands, this question is not a good 开发者_如何学Pythonfit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

Can somebody point me to a ASP.NET MVC 2 sample with following features (most of them):

  • Dependency Inversion using any DI framework
  • Repository pattern & Unit of Work pattern
  • Entity Framework 4.1 and POCO (or NHibernate)
  • Unit Testing using any framework
  • Mocking using any mocking framework
  • Data Annotations, Validations
  • ViewModel and AutoMapper
  • AJAX
  • jQuery for Client side validations & UI
  • With some cross-cutting concerns like logging addressed using AOP


It's not totally complete, but I do have an app that includes several of those things:

https://bitbucket.org/dswersky/mvcconferencescheduler

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜