Entity Framework (5)

Clean, Better, and Sexier Generic Repository Implementation for Entity Framework
10 January 2013 · 6 minutes read

With the new release of the GenericRepository.EntityFramework package, we now have clean, better and sexier generic repository implementation for Entity Framework. Enjoy!

GenericRepository.EF Version 0.2.1 Has Been Released
7 March 2012 · 2 minutes read

Entity Framework DbContext Generic Repository Implementation v0.2.1 has been released and pushed to Nuget live feed PM> Install-Package GenericRepository.EF

Entity Framework DbContext Generic Repository Implementation Is Now On Nuget and GitHub
15 January 2012 · 2 minutes read

Entity Framework DbContext Generic Repository Implementation Is Now On Nuget and GitHub: PM> Install-Package GenericRepository.EF

How to Work With Generic Repositories on ASP.NET MVC and Unit Testing Them By Mocking
22 December 2011 · 8 minutes read

In this blog post we will see how to work with generic repositories on ASP.NET MVC and unit testing them by mocking with moq

Generic Repository Pattern - Entity Framework, ASP.NET MVC and Unit Testing Triangle
22 December 2011 · 5 minutes read

We will see how we can implement Generic Repository Pattern with Entity Framework and how to benefit from that.