Posts Tagged “Entity Framework”

Unit of Work & Repository support for multiple frameworks, part 2

By | March 13, 2011

featured_placeholder

Quite a while ago I made a post about creating a unit of work and a repository that would allow me to swap between Entity Framework and NHibernate relatively quickly. In the past few weeks (or have they turned into months already?!), I received a few requests for a sample project to show how this can [...]

Read more »

Replacing Entity Framework with NHibernate

By | August 17, 2010

A few weeks ago, we came to the conclusion that there are a few vital issues with Microsoft’s latest Entity Framework. I had already discovered the limitations of the designer when working with large models. To my surprise this has been a known issue for a very long time, but there no improvements have been [...]

Read more »

WCSF, Repositories and Unit of Work?

By | May 11, 2010

This post is part of a series: – Generic factory and repositories: Part 2 revisited – Generic factory and repositories: Part 2 – Generic factory and repositories: Part 1 – WCSF, Repositories and Unit of Work? In my research for designing and implementing modular web applications, I’ve come across the Web Client Software Factory. I’ve [...]

Read more »