Relative Content

Tag Archive for c#entity-framework

Entity framework builds all projects

Im using ef7 and i have big solution with multiple projects. there is a away when i use Entity framework commands (update-database, etc) to build only my data project? Cause in my case it build all the solution.

Using DbSet as a in memory repository?

I have a lot of “repo” classes which load in a tables rows and then keeps them in memory, providing a way to get them without re-querying the database.

EF Can’t find db context?

Something is seriously wrong with EF, it doesn’t know how to work this out and find what it needs for some reason…