Applying Domain-Driven Design and Patterns and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
Sell Us Your Item
For a $11.80 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Start reading Applying Domain-Driven Design and Patterns on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Applying Domain-Driven Design and Patterns: With Examples in C# and .NET [Hardcover]

Jimmy Nilsson
3.9 out of 5 stars  See all reviews (24 customer reviews)

List Price: $74.99
Price: $59.21 & FREE Shipping. Details
You Save: $15.78 (21%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 14 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Want it Thursday, May 23? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition $32.99  
Hardcover $59.21  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

May 18, 2006
Applying Domain-Driven Design and Patterns is the first complete, practical guide to leveraging patterns, domain-driven design, and test-driven development in .NET environments. Drawing on seminal work by Martin Fowler and Eric Evans, Jimmy Nilsson shows how to customize real-world architectures for any .NET application. You'll learn how to prepare domain models for application infrastructure; support business rules; provide persistence support; plan for the presentation layer and UI testing; and design for service orientation or aspect orientation. Nilsson illuminates each principle with clear, well-annotated code examples based on C# 2.0, .NET 2.0, and SQL Server 2005. His examples will be valuable both to C# developers and those working with other .NET languages and databases -- or even with other platforms, such as J2EE.

Frequently Bought Together

Applying Domain-Driven Design and Patterns: With Examples in C# and .NET + Domain-Driven Design: Tackling Complexity in the Heart of Software + Patterns of Enterprise Application Architecture
Price for all three: $157.10

Buy the selected items together


Editorial Reviews

From the Back Cover

“[This] is a book about design in the .NET world, driven in an agile manner and infused with the products of the enterprise patterns community. [It] shows you how to begin applying such things as TDD, object relational mapping, and DDD to .NET projects...techniques that many developers think are the key to future software development.... As the technology gets more capable and sophisticated, it becomes more important to understand how to use it well. This book is a valuable step toward advancing that understanding.”

–Martin Fowler, author of Refactoring and Patterns of Enterprise Application Architecture

 

Patterns, Domain-Driven Design (DDD), and Test-Driven Development (TDD) enable architects and developers to create systems that are powerful, robust, and maintainable. Now, there’s a comprehensive, practical guide to leveraging all these techniques primarily in Microsoft .NET environments, but the discussions are just as useful for Java developers.

 

Drawing on seminal work by Martin Fowler (Patterns of Enterprise Application Architecture) and Eric Evans (Domain-Driven Design), Jimmy Nilsson shows how to create real-world architectures for any .NET application. Nilsson illuminates each principle with clear, well-annotated code examples based on C# 1.1 and 2.0. His examples and discussions will be valuable both to C# developers and those working with other .NET languages and any databases–even with other platforms, such as J2EE. Coverage includes

 

·        Quick primers on patterns, TDD, and refactoring

·        Using architectural techniques to improve software quality

·        Using domain models to support business rules and validation

·        Applying enterprise patterns to provide persistence support via NHibernate

·        Planning effectively for the presentation layer and UI testing

·        Designing for Dependency Injection, Aspect Orientation, and other new paradigms

 

About the Author

Jimmy Nilsson owns and runs the Swedish consulting company JNSK AB. He has written numerous technical articles and two books. He has also been training and speaking at conferences, but above everything else, he is a developer with almost 20 years of experience (www.jnsk.se/weblog/).


Product Details

  • Hardcover: 576 pages
  • Publisher: Addison-Wesley Professional; 1 edition (May 18, 2006)
  • Language: English
  • ISBN-10: 0321268202
  • ISBN-13: 978-0321268204
  • Product Dimensions: 7.2 x 1.3 x 9.6 inches
  • Shipping Weight: 2.1 pounds (View shipping rates and policies)
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (24 customer reviews)
  • Amazon Best Sellers Rank: #715,103 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

It is in Jimmy Nilsson's conversational tone and that makes the book very interesting. Clarke G. Isackson  |  6 reviewers made a similar statement
It's absolutely boring; almost unreadable. Alberto  |  1 reviewer made a similar statement
Most Helpful Customer Reviews
42 of 44 people found the following review helpful
Format:Hardcover
I was surprised that this book slipped under my radar for almost 3 months. I've been on the lookout for just such a unifying tome of knowledge that relates patterns and domain-driven design (DDD) to a practical .NET example for quite some while. The book delivers well on its promises, significantly surpassing the only other real competitor, Foundations of Object-Oriented Programming Using .NET 2.0 Patterns. The pros and cons, as I see them, are outlined below:

PROS

* Combines the ideas of Domain Driven Design (Evans) with Patterns of Enterprise Application Architecture (Fowler). These books are pretty much mandatory reading prior to diving into this book.

* Draws upon a myriad of other well-known sources, including materials from Refactoring to Patterns and the GoF, work from Johnson and Lowy, as well as a rare reference to Naked Objects. The more experienced and better read you are, the more this stuff will make sense.

* Rare .NET coverage of advanced concepts like Plain Old CLR Objects (POCOs), persistence ignorant (PI) objects, O/R mapping with NHibernate, Dependency Injection, Inversion of Control, and Aspect-Oriented Programming.

CONS

* While some sections are really insightful and could contain more interesting materials, other sections seem to drone on too long. The work on defining the NUnit tests, in particular, flows like a stream of consciousness and doesn't really add a lot of structured value to understanding DDD, patters, or TDD for that matter.

* Embedded comments in the text adopt from the style used in Framework Design Guidelines. It worked very well for Cwalina / Abrams in their book because it seemed planned in from the outset. Comments like "one reviewer commented on the code with the following, more succinct version" seem like editorial comments left in and not collaborative authoring by design.

All-in-all a very solid book that fills a unique market niche, leaving it pretty much without peers. If Amazon had a 4.5 starts rating, Applying DDD would get it. As a secondary reference book, it doesn't offer the earth shattering insights of some of the innovative source materials found in the Fowler Signature Series, for example. It does, however, weave together an interesting example of how to tie all of these concepts together for the .NET architect looking to take their understanding to the next level.
Comment | 
Was this review helpful to you?
23 of 26 people found the following review helpful
5.0 out of 5 stars "Down to Earth" DDD with "real-world" examples. June 4, 2006
Format:Hardcover
I was expecting this book for a looong time. For those who are new to DDD and want to be a good practitioner, I think this is a must read. The reason is not only that there are not many books in this topic (check out Eric Evan's DDD book if you haven't done so) but also there are not many "down-to-earth" books available. In this book you will find many "real world" examples where the author discusses the pros and cons. I like the books that discuss the trade-offs instead of the ones that try to give `universal" answers; as "it depends" is usually the answer to most of the questions in software development.

Apart from DDD, if you are also new to TDD, PEAA (Patterns of Enterprise Application Architecture by Martin Fowler, another great book), O/RM (NHibernate to be specific), Mocking frameworks (NMock to be specific), SOA, AOP etc you will find introductory level information in the book which is just enough to get started. With this book the link between the PEAA and DDD is clearer than ever. It does a great job on how to use PEAA and DDD in a complementary way.

I should also mention the format of the book; it is easy to read and grasp. No need to mention that the idea of having guest authors for specific topics is just great. And also as readers we might be subject to a new trend; having "product placements" in the book :) Some Swedish brands made it to the book as the author being a Swedish guy, which I think totally fair :)

I want to thank Jimmy and all the coauthors for this great work.
Comment | 
Was this review helpful to you?
23 of 30 people found the following review helpful
3.0 out of 5 stars Not for beginners May 8, 2007
Format:Hardcover
At the start the author says that this book is for "a wide target audience" and that if you don't have some knowledge of "object-orientation and C#" interest and enthusiasm will compensate for any lack of prior knowledge. I've been a web dev for over 10 years and know more than something about object-orientation etc. but this book is NOT for a beginner or even an intermediate programmer. On page 4 he starts discussion something called "case focus" with no definition and moves right into Domain-Driven Design Focus, again without explaining what this means. I found the book quite full of jargon and buzz words with a large presumption that one has already had experience in these topics. He says he is trying to build a bridge between users and developers. Most users will glaze over after the first chapter without any clue as to what he is talking about. If you are an advanced object-oriented programmer familiar with UML and other design technologies then this might be the book for you. Sorry. But a book this complex is not a bridge between users and developers.
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Very good bood
So far I have just passed half way and I loved every page.
I wish I had more time to go through it faster. Read more
Published 23 days ago by Sergio Ruz
4.0 out of 5 stars Insightful and comprehensive
The book gives a good understanding of applying the ideas from Eric Evan's classic book im a light and sometimes playful way. Recommended.
Published 3 months ago by Thomas
2.0 out of 5 stars Waste of time, waste of money
The reviewer saying it sounds like a tired colleague's random ramblings is spot on. It's very hard to read, and not because the matter is difficult, but because it's terribly... Read more
Published 17 months ago by Konrad Garus
2.0 out of 5 stars boring ... boring ... boring
I spent a few months reading blogs and articles on the web sites about DDD.
I was really interested in the topic so I decided to buy a book, instead of wandering around the... Read more
Published on January 7, 2011 by Alberto
5.0 out of 5 stars When it was published, this was THE $%#@
Having read POEAA and DDD, I wondered where to go next, how to put it all together. Apparently the author was thinking the same thing. Read more
Published on June 7, 2010 by David W. Martines
4.0 out of 5 stars Good Book, Not for begginers
I found the book to be very pragmatic and useful but I don't think its for begginers, despite the author says that this book is for "a wide target audience" and that if you don't... Read more
Published on January 5, 2010 by Alan Macgowan
5.0 out of 5 stars Pragmatic, useful, approachable
Another excellent, approachable, useful book on the topic of Domain Driven Design. This book also discussed some exciting side topics that are difficult to find within the context... Read more
Published on June 14, 2009 by Adam Kahtava
2.0 out of 5 stars Yawnnnnn .... plunk!
Read Riccardo's review, I completely agree with it. I had really high expectations for this book and I have been sorely disappointed. This book is a total waste of money. Read more
Published on December 14, 2008 by W. Halsey
5.0 out of 5 stars Excellent Book
I really enjoyed reading this book. Jimmy has a very conversational writing style. He will show some code, talk about the pros and cons, make a change, talk about that change and... Read more
Published on September 23, 2008 by David Adsit
2.0 out of 5 stars An insipid mixed soup
I really cannot figure out how this text has received so many good reviews. The writing style feels like a stream of consciousness from an old colleague after he's been through a... Read more
Published on September 13, 2008 by Riccardo Audano
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category