In my previous two posts I talk about simple EF4 mappings and some common abstractions […]
Entity Framework POCO (EF4): Generic Repository and Unit of Work Prototype
In my previous post I demonstrated how to create a simple mapping using the latest […]
Entity Framework POCO (EF4): A Simple Mapping
The latest EF4 CTP released on November 12th includes updated support for POCO’s (Plain Ol’ […]
IIS 7.5 – 401.3 Unauthorized when trying to read a javascript file
Here is one that took me entirely too long to figure out. I downloaded this […]
Why I didn’t blog from March-August (off topic… a little)
Some of you who follow Elegant Code, as well as some of the Elegant Coders […]
DTO’s, DDD & The Anemic Domain Model
I had a comment on my last post Tips for ORM Data Access which i […]
Tips for ORM Data Access
In my last post I took a stab at Lazy Loading data access, and pointed […]
Lazy Loading is… well… lazy
I find it ironic that we allow our tooling to mask the biggest bottleneck in […]