Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Conditional Include() in Entity Framework [duplicate]

What is the equivalent of ObjectContext.ApplyCurrentValues for DbContext

c# entity-framework

The type 'Company.Model.User' and the type 'Company.Core.Model.User' both have the same simple name of 'User' and so cannot be used in the same model

DbContextTransaction Rollback

entity-framework

How to Specify Entity Framework Core Table Mapping?

what is Entity Framework with POCO

c# .net entity-framework poco