110 likes | 321 Views
Domain Driven Design. With the Particular Platform. Dave Rael. NServiceBus. Udi Dahan and Service Orientation. Service Oriented Architecture vs Domain Driven Design. SOA == DDD ????. Fitting It Together. public interface IDomainDrivenDesign { }
E N D
Domain Driven Design With the Particular Platform Dave Rael NServiceBus
Service Oriented Architecture vs Domain Driven Design SOA == DDD ????
Fitting It Together publicinterfaceIDomainDrivenDesign { } publicabstractclassServiceOrientedArchitecture : IDomainDrivenDesign { } publicclassYourDomain : ServiceOrientedArchitecture { }
Commands And Events Bus.Reply<AsYouWishResponse>(); Bus.Publish<BroughtLukeBeforeMasterEvent>(); Bus.Publish<IHaveForseenItEvent>(); Bus.Send<BringYoungSkywalkerToMeCommand>();
The Particular Platform http://particular.net/
Stuff to Clone • Loans • https://github.com/raelyard/Loans.git • https://github.com/raelyard/Loans.PublicEvents.git • Fines • https://github.com/raelyard/Fines.git • https://github.com/raelyard/Fines.PublicEvents.git