我最近添加了一个关于DDD架构的question。要回答@ guillaume31提到的
The Domain layer is at the core of your system, as a general rule it shouldn't depend on other modules
最近,我一直在关注Microsoft Project SilK(Milage Stats)。 MileageStats.Domain依赖于MileageStats.Data(repo)和MileageStats.Model。 another post
中提到的@ user996985Check out Project Silk. Not only does it demonstrate DDD but other cutting edge patterns
那么,我在这里错过了什么? Project Silk是一个学习DDD的好项目吗?如果没有,vs.net中是否还有其他开源项目?