1
Good,
I’m starting a new application, relatively simple, and I want to structure it into the DDD concept.
I have read a lot on the Internet, I have seen many examples and meanings, but I would like to know more simply.
Given the following structure (the pattern I found most on the internet):
- "Project". Application: Class Library persistence/repository and interface;
- "Project". Domain: Class Library where my "Models/Entities";
- "Project".Infra.Data: Class Library responsible for mapping the models (Mapping/fluentAPI);
- ""Project. MVC: Standard MVC Project, but without Models and Directly explicit repositories;
This structure is really right? Because I intend to continue with her for my next projects and reformulate some that are already implemented.
http://answall.com/questions/78716/howto extend pocos-do-entity-framework-encapsulando-as-regras-de-neg%C3%b3cio/80674? s=2|0.7859#80674
– Leonel Sanches da Silva