Domain Driven Design
Tag details
Welcome to the 'Domain Driven Design' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Domain Driven Design'.
Latest blogosphere posts tagged “Domain Driven Design”
-
[Link List]Microsoft Application Architecture Guide, 2nd Edition is now complete (Ebook, Print)
Guru Stop —
Authority: 405
Microsoft has released a final version of its book “ Microsoft Application Architecture Guide, 2nd Edition ”. The book is described as: This guide is available online here in the MSDN Library and will be available in the Fall of 2009 as a Microsoft Press book, ISBN# 9780735627109, that you can purchase ...6 days ago -
Which ORM? LINQ To SQL, Entity Framework? LLBLGen? NHibernate?…?
Guru Stop —
Authority: 405
While I was planning to write about the same topic and have the draft ready in my Windows Live Writer waiting to complete, I found an interesting question in StackOVerflow and couldn’t just resist to answer: ORM/Persistence layer Advice The question starts with: Im starting a new project and Im ...1 week ago -
Speaking in Brazil and Last Year’s Slide Deck
Fragmental.tw —
Authority: 91
As I said here earlied this year, next month I will be presenting in a conference called Caelum Day . This will be held in Rio de Janeiro, my home town, and I’m really excited to be there. My presentation will be a keynote on the role of a Tech Lead and what I wish I knew before getting my first gig as one. Just ...2 weeks ago -
Value objects: Immutability and Equality
Mark Needham —
Authority: 466
A couple of weeks ago I was working on some code where I wanted to create an object composed of the attributes of several other objects. The object that I wanted to construct was a read only object so it seemed to make sense to make it a value object . The object would be immutable and once created none of the ...2 weeks ago -
Domain-Driven Design and OOP: friction = traction
Richard Dingwall —
Authority: 410
A few days ago I read a really great post by Seth Godwin about Traction and Friction . He’s not a programmer (as far as I know), but writes a lot of insightful articles about strategy and value that can be applied to everyday subjects. This particular article struck a chord in me as a good metaphor for the ...3 weeks ago -
The Big Unit
I Built His Cage —
Authority: 118
Despite the soul-crushing complacency and widespread lack of a desire for alternative solutions, my company does employ large-scale patterns successfully, even if they don’t explicitly trumpet their employ, even to their own, er, employees.You might recall how we do data updates: Character Large OBjects, or CLOBs, ...4 weeks ago -
October 19. Talk. “Silverlight, .NET RIA Services and code generation”
www.sanderhoogendoorn.com —
Authority: 120
SDC Conference, Papendal, Arnhem ( www.sdc.nl ) Next week the annual SDC conference will take place at Papendal, Arnhem. As usual the organising SDN community has put together a long list of international appraised speakers, and challenging subjects on the matter of software development and software ...4 weeks ago -
Don’t Trust Fake IDs
Fragmental.tw —
Authority: 91
After so many years I thought that this was a dead topic but recently I saw at least two reasonably experienced developers having trouble with object identity and thought that it would be good to write about it. Most languages define some kind of equality operator on objects, in Java, for example, that is the equals ...4 weeks ago