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
2 Responses to “Slides from my Domain Driven Design 101 talk” Leave your Comment
  1. SriArj says:

    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

  2. Richard says:

    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

Leave a reply

We love to hear your views.