Entity Framework Repository Pattern

This is my first attempt at an Entity Framework (EF) based Repository Pattern. I took a stab at this while working on a new project, and I am really liking the ease of use this is providing me. So I thought I would share… Before I get started, I wanted to make a special call out to Dane Morgridge’s EF Repository on CodePlex which is based on T4 templates. His project originally got my gears turning as to how I would make my own repository pattern for EF. Also I wanted to pre-text this blog post with the actual code which I have posted up on GitHub Gist: ...

November 17, 2010 · 4 min · 800 words · Nick Berardi