Thanks to everyone who came along to my Domain Driven Design 101 talk at the Wellington .NET user group last night! I had a great time presenting to a packed house, and enjoyed some interesting conversations afterwards around adoption and implementation.
As requested, I have uploaded the slides to SlideShare here.
September 24th, 2009 | 2 Comments



October 15th, 2009 at 12:57 am
Richard, thank you for the slides.They are extremely useful.
Are domain objects exposed to Application Services and Presentation layer? What is your take on Data Trasfer Objects (DTO). When and where are they necessary?
Thanks
October 15th, 2009 at 8:40 am
SriArj: Domain model objects are mapped into view-model objects in the application services layer. I wrote a couple of posts about this here:
Domain entities vs presentation model objects
Domain entities vs presentation model objects, part 2: mapping