28 Mar
2009

Experimenting With Fluent Interfaces in the Domain

As you might have guessed from my previous two blog posts, I’ve been experimenting with fluent interfaces lately. I’ve been thinking about passing an expression builder to an aggregate root so that the root entity can use the builder to create a particular child entity. This begs for some code. public class Category : DomainEntity […]

Read More
28 Mar
2009

Book Review: The 4-Hour Workweek: Escape 9-5, Live Anywhere, and Join the New Rich

Yesterday, I finished listening to the 4-Hour Workweek and I really liked it. That’s right, I said ‘listening’ because I have the audio version of the book. While the title does make a bold statement, as a reader (or listener) you have to look through the facade of making lots of money while spending all […]

Read More
28 Mar
2009

About Working With a Shared Database

I just wanted to share this quote that I’ve read while I was skimming through Enterprise Integration Patterns. This paragraph clearly phrases my thoughts about a Shared Database, also because I’ve been confronted with its downsides for quite some time now. One of the biggest difficulties with Shared Database is coming up with a suitable […]

Read More