Pergunta

I have recently add a question regarding DDD architecture. To answer that @guillaume31 mentioned

The Domain layer is at the core of your system, as a general rule it shouldn't depend on other modules

Recently, i have been looking at the Microsoft Project SilK (Milage Stats). And MileageStats.Domain is depending on MileageStats.Data (repo) and MileageStats.Model. @user996985 mentioned in another post

Check out Project Silk. Not only does it demonstrate DDD but other cutting edge patterns

So, what am I missing here? Is Project Silk a good project to learn DDD? If not, is there any other open source project available in vs.net?

Foi útil?

Solução

The sample Bounded Contexts for C#.NET from the book "Implementing Domain-Driven Design" by Vaughn Vernon are on Github.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top