Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Set Command Timeout in entity framework 4.3

No Entity Framework provider found for 'MySql.Data.MySqlClient' ADO.NET provider

mysql entity-framework

EF Core - Table '*.__EFMigrationsHistory' doesn't exist

Where is the ExecuteStoreCommand method in Entity Framework 5?

Ef core: Sequence contains no element when doing MaxAsync

EF5 Getting this error message: Model compatibility cannot be checked because the database does not contain model metadata

Why is EF trying to insert NULL in id-column?