Wednesday, October 28, 2015

Making Entity Framework Not Suck-Overview

OK this is going to assume that you are at least familiar with Entity Framework (if not then really climb out from under a rock and go read up). In short, this is ORM and Query Provider wrapped up in one for use with managing the interaction of model code with a relational datastore. This isn't the only full(ish) featured ORM for .Net nor the first nor anything of a claim of "the best", whatever that actually means. However it is common and well supported (as a Microsoft product) but after a while, there's going to be a point where nontrivial solutions are going to run right up to the (frequent) areas where they didn't think out any extension points.  In this series we'll be specifically looking to add tools to your kit that enable more flexible and supple designs and perhaps open up your thoughts to OO patterns that help manage complexity (in the context of a solution of using EF).

It's assumed we're dealing with an Entity Framework v6.1 or higher environment throughout this series. (v7 is a complete ground up rewrite so I'm sure we'll get our own new gotchas to cover).


  1. DomainEvents to the rescue for entity change notifications.
    AKA
    Making My Code That Cares About Orthogonal Concerns, Orthogonal
  2. DomainEvents Redux. Understand what's changed, not just when something's changed.
  3. CodeContracts, ISupportInitialize, and EF

Wednesday, September 16, 2015

THE BLOG IS DEAD (again)! LONG LIVE THE BLOG!

So it's been more than a few years now that I've left the warm comfy confines of Microsoft at the mothership working as a Technology Architect at AdsBI. Unknown, but admittedly should have been expected, they'd eventually notice  I didn't work there still and shut down access to my MSDN blog. :)

So here we are with a brand new shiny blog that I can thrill you bore you to death with! Likely this will eventually branch out to more than just technology but if so, I will be sure to come up with a right brain-left brain tagging mechanism to denote.

Cheers!