• Stars
    star
    1
  • Language
    JavaScript
  • Created over 12 years ago
  • Updated over 12 years ago

Reviews

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

Repository Details

Using the repository pattern with entity framework can be difficult. Creating a code base in such a way that the developer doesn't have to remember to do basic things with a DBContext. The biggest would be properly disposing of it. The repo helps show developers how to create a reporistory pattern in MVC4 that interacts with Entity Framework 4.3.1