Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

A list of Entity Framework providers for various databases

Multiple added entities may have the same primary key

c# .net entity-framework

Self referencing loop detected - Getting back data from WebApi to the browser

Limit Number of Results being returned in a List from Linq

Entity framework code first - how to run Update-Database for production database