which architecture is good for implementing in this project? [closed]

﹥>﹥吖頭↗ 提交于 2019-12-27 02:09:08

问题


i am new in architecture .I have a MVC web application project and I want to use EF code FIRST .I want to use an architecture for this project.I want to use DDD(domain driven design) but it is for large project. i want a simple of DDD that support this things in my project: 1-repository pattern 2-IOC 3-service layer what is your suggestion for me if anyone suggest an architecture or a sample architecture it will be more helpful for me thanks.


回答1:


Create a new MVC project and then install CodePlanner from nuget.

Install-Package CodePlanner

This will give you the architecture you are looking for. Then follow the instructions in the readme.txt...

It will give you the chance to use DDD and will generate all code except business logic (of course).

You can see a demo of how to use it here (11:40 into the video)



来源:https://stackoverflow.com/questions/17849172/which-architecture-is-good-for-implementing-in-this-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!