Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

Entity Framework Scaffold-DbContext Login failed for user

GroupBy in EF Core 3.1 / EF Core 5.0 not working, even for the simplest example

Why is ON DELETE SET NULL still not implemented in the Entity Framework 6? Is there a snag?

ASP.NET Identity with Repository and Unit of Work

Lose EF Code First Migration when working on different TFS branches?

ADO.NET Entity Framework vs NHibernate [closed]

Why does an Entity Framework Connection require a metadata property?

What is the use of Normalized Email & UserName in .NET core IdentityUser Model?

Entity Framework 6 and Unit Of Work... Where, When? Is it like transactions in ado.net?