Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

The result of a query cannot be enumerated more than once

EF 5 Enable-Migrations : No context type was found in the assembly

Where did the overload of DbQuery.Include() go that takes a lambda?

c# entity-framework

Auto-increment on partial primary key with Entity Framework Core

How can I disable migration in Entity Framework 6.0

Entity Framework 4 mapping fragment error when adding new entity scalar

"The LINQ expression node type 'Invoke' is not supported in LINQ to Entities" - stumped!

The type of one of the expressions in the join clause is incorrect in Entity Framework

Entity Framework and calling context.dispose()

Unable to create an object of type '[DBContext's Name]'. For the different patterns supported at design time [closed]

What are good design practices when working with Entity Framework

Entity framework PostgreSQL

Entity Framework : How do you refresh the model when the db changes?

entity-framework

Entity Framework code-first: migration fails with update-database, forces unneccessary(?) add-migration

entity framework Unable to load the specified metadata resource [duplicate]

.net entity-framework

EF: Include with where clause [duplicate]

Entity Framework Query for inner join

c# entity-framework

c# entity framework: correct use of DBContext class inside your repository class

Entity framework code first creates "discriminator" column

entity-framework

EF Including Other Entities (Generic Repository pattern)