This is the archive page for .NET Junkie. Click to go to the frontpage of this site.

Meanwhile… on the query side of my architecture

Command-query separation is a common concept in the software industry. It is fairly common to model the command side as a message passing system with ‘handlers’ that process such a message. This same concept is equally usable at the query side, but is very uncommon. This article tries to change this. Three simple interfaces will change the look of your architecture… forever.

read more...

- filed under .NET General, Architecture, Dependency injection - five comments / No trackbacks - §

Meanwhile… on the command side of my architecture

This article describes how one simple interface can make the design of your application so much cleaner and flexible than you ever thought was possible.

read more...

- filed under .NET General, Architecture, C#, Dependency injection - one comment / No trackbacks - §