Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Create claims identity in Identity 3

Can Entity Framework 6 be used in a .NET Standard project?

How to list users with role names in ASP.NET MVC 5

Entity Framework 6 DbSet AddRange vs IDbSet Add - How Can AddRange be so much faster?

How to re-create initial migration on the same .cs file

The item with identity [x] already exists in the metadata collection. How do I fix that?

EntityFramework.SqlServer.dll not is getting added to the published folder only when I publish in RELEASE mode

c# entity-framework-6

How to edit previously applied migration without adding another migration in EF code first

NuGet Package Not working in Visual Studio 2015

Entity Framework 6 + SQLite

Entity Framework 6: Adding child object to parent's list vs. setting child's navigation property to parent

ODAC 12c and Entity Framework 6

How to add an EF6 Association to a Candidate Key / Unique Key which is not the Primary Key?

Exceptions when rolling back a transaction - connection already closed?

DbUpdateException: Which field is causing "String or binary data would be truncated"

Unable to use existing database in unit tests with Effort framework

Updating to EF 6.2.0 from EF 6.1.3 causes cannot access a disposed object error

Entity Framework 6 Update Graph

Same application, different databases: Entity framework 6.X + MySQL + SQL Server

EntityFramework CodeFirst: CASCADE DELETE for same table many-to-many relationship