Skip to content

hartez/EFRepositoryPattern

Repository files navigation

Entity Framework Repository Pattern

This is an implementation of the Repository Pattern that I'm experimenting with in my projects which use Entity Framework. A lot of example implementations I've seen of Repository Pattern for EF are really awesome until you actually need to query things with something other than EF and Linq - this is an attempt to address that problem.

About

A better-than-average implementation of the Repository Pattern for Entity Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages