• Stars
    star
    127
  • Rank 281,720 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Some examples on how to more cleanly work with Entity Framework

BetterEntityFramework

As a response to my blog post, this is a library demonstrating how projects can more cleanly work with Entity Framework without imposing artificial restrictions that limit the ability of the application to grow and always use the most efficient queries it needs. This is mostly an excercise on learning your tools and getting comfortable with them, only changing what needs changed, and ultimately trusting that teams of highly paid smart people might actually know what they're doing. Explanation can be found here.

More Repositories