Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个带有文档的开源项目 C#.Net,用于学习如何设计 N 轮胎 Asp.Net Web 表单应用程序。层是业务层、数据访问层和 Web 应用程序层。
我下载了 PetShop3,但它没有学习文档。
请介绍一个很好的参考,例如源代码或电子书。
Have a look at the onion architecture here, there's also hands-on example here. It's about the backend, but can easily be used from within an ASP.NET MVC application.