Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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)

How to remove child one to many related records in EF code first database?

How to rename a database column in Entity Framework 5 Code First migrations without losing data?

Entity Framework - Cannot convert lambda expression to type 'string' because it is not a delegate type

How does Entity Framework work with recursive hierarchies? Include() seems not to work with it

Entity Framework 6 GUID as primary key: Cannot insert the value NULL into column 'Id', table 'FileStore'; column does not allow nulls

How to select a single column with Entity Framework?

c# entity-framework

How to call ThenInclude twice in EF Core?