Hi all Im trying to build a solution using a DDD approach. Ive created a set of entities, and some datamappers i use to remove the data persistence dependency from the entities.
I\'m trying to implement DDD application with layered architecture. I have: Infrastructure layer - a layer which implements technology specific parts of the application.
Using the Northwind schema as an example which collection interface would you use in the following circumstances.
Can someone please clarify the following; if a have the following model; presentation-->slide-->video where I have identified presentation as the aggregate root, does this mean that if I want to ad
I\'m going to write an ASP.NET MVC 2 application using Domain Driven Design. I\'m trying to figure out 开发者_JS百科how to separate the Admin from the store front. I could create 2 MVC projects, but r
I\'m a little confused about the flow in a system using domain events to build the read model.Particularly, how do we deal with the fact that the user expects data (and its view) to change when they c
I\'m new to DDD.I have an exi开发者_开发问答sting ASP.NET application (not MVC) and I would like to start implementing a domain driven design.
I\'m trying to get to light. In DDD approach we have Presentation Layer(UI), Application Layer(Application Services), Domain Layer and Infrastructure. I\'m sure that anyone knows o short description o
I have been practicing DDD for a while now with the 4 distinct layers: Domain, Presentation, Application, and Infrastructure.Recently, I introduced a friend of mine to the DDD concept and he thought i
I\'ve been reviewing an example of domain event design blogged about recently by Mike Hadlow and created originally by Udi Dahan.