Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Why does Entity Framework return null List<> instead of empty ones?

The right way to insert multiple records to a table using LINQ to Entities

Using sql date data type and EF4

How to fix: The number of properties in the Dependent and Principal Roles in a relationship constraint must be identical?

Entity Framework How to see SQL statements for SaveChanges method

c# .net entity-framework

Using EF Core ThenInclude() on Junction tables

Entity Framework 6 - How can I view the SQL that will be generated for an insert before calling SaveChanges

c# entity-framework

Why is EF returning a proxy class instead of the actual entity?

c# entity-framework

Keyword not supported: 'server'

How to combine Find() and AsNoTracking()?

c# entity-framework

Tool to convert Entity Framework EDMX to Code First

Entity Framework Code First - Changing a Table Name

c# .net entity-framework

Error calling Stored Procedures from EntityFramework

Storing TimeSpan with Entity Framework Codefirst - SqlDbType.Time overflow

Entity Framework Code First and Connection String Issue

How to Specify Primary Key Name in EF-Code-First

What happened to HasColumnName for EF Core?

Entity Framework Validation confusion - maximum string length of '128'

Entity Framework select one of each group by date

c# linq entity-framework

Introducing FOREIGN KEY constraint may cause cycles or multiple cascade paths