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


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)

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