I\'m reading a crapload on all开发者_如何学C these subjects: POCO Repository Pattern Unit of work Using an ORM mapper
I\'m trying to learn more about Domain Driven Development including the Repository pattern, Unit of Work, etc. and reading Fowler\'s book and Evans...but just started to do so. I want to setup an app
I\'m trying to find a nice and elegant way to query database content based on DDD \"specifications\".
I have two questions - : 1) I have to provide wcf wrapper around my ddd project. So , do the below design is correct ?
I want to consume external third party web services in my domain driven design project, but i am not able to understand in which layer i should access external web services. In domain services but I d
I have a DDD class library. In it, I have the following structure: > Core > - DataAccess ( my LINQ repositories)
I\'m reading about the idea of Bounded Contexts in DDD, and I\'m starting to realize that I don\'t have a clear understanding of exactly what a Model looks 开发者_开发知识库like in practice. (I might
I have been reading up on CQRS and find many of the principles to be valuable. However, I have one major point of contention. Many people talk about having the read model queries map directly to view
I have a legacy app I am redesigning because it\'s what we call a \"ball of mudd\" at this point, no layering or SOC at all.The team is used to working modularly, meaning there is a team that works on
i have designed a model for a website with the following domain objects: Article <> Event <> (like festival, ...)