ASP.NET MVC (Domain Model, Repository, Fluent, Services - Structure for my Project)

前端 未结 3 2174
温柔的废话
温柔的废话 2020-12-13 01:22

In my ASP.NET MVC web application, I have:

  • Domain Model, created by LINQ to SQL

  • Repositories such as

    UserRepository an

3条回答
  •  死守一世寂寞
    2020-12-13 01:53

    A couple of different projects do go in more detail about this (but mind you it also takes some effort to really understand how all the different parts work together)

    • S#arp architecture
    • Code camp server using the onion architecture
    • Rob Connery's storefront screencast serries

提交回复
热议问题