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.
相关问题
- MVC-Routing,Why i can not ignore defaults,The matc
- parameters in routing do not work MVC 3
- There is no ViewData item with the key 'taskTy
- TextBoxFor decimal
- Install ASP.NET 5.0 version of System.ServiceModel
相关文章
- How to get a list of connected clients on SignalR
- How do you redirect to the calling page in ASP.NET
- Change color of bars depending on value in Highcha
- The program '[4432] iisexpress.exe' has ex
- ASP.Net MVC 4 Bundles
- How to get server path of physical path ?
- Cannot implicitly convert Web.Http.Results.JsonRes
- Can Persistence Ignorance Scale?
Create a new MVC project and then install CodePlanner from nuget.
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)