15 Dec
2009

Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work

In my previous two posts I talk about simple EF4 mappings and some common abstractions I like to work with for my entity persistence operations. In this post I want to take all of the setup code necessary for EF configuration and registration and encapsulate it along with the standard boiler plate IOC container code […]

Read More
15 Dec
2009

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 EF4 CTP. In this post I will look at how I can customize some infrastructure code in an attempt to align EF POCO ?Code Only? with existing patterns, while potentially increasing reuse and testability. A popular pattern for ORM data […]

Read More
23 Nov
2009

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 Nifty Corners Cube javascript? plugin I guess Ill call it? It was used in a past project I was on and I thought it was pretty cool. It will definitely save some time putting out a decent UX without having […]

Read More