Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Cannot attach the file *.mdf as database

Check if there are any pending changes to be saved

Entity Framework - "Unable to create a constant value of type 'Closure type'..." error

linq entity-framework

Entity Framework - retrieve ID before 'SaveChanges' inside a transaction

c# asp.net entity-framework

The mapping of CLR type to EDM type is ambiguous with EF 6 & 5?

ASP.NET add migration 'composite primary key error' how to use fluent API

How can I make my string property nullable?

One to one optional relationship using Entity Framework Fluent API