Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Difference between Entity Framework and Microsoft SQL Server

DELETE conflicts with the REFERENCE constraint while using nullable foreign key

EF Core DB First, and how to avoid Constructor Overwrite on Model Generation

Entity Framework Core 3.0 error - SqlException: Invalid column name

Math.Round in linq to entities vs linq to objects

audit trail with entity framework

c# entity-framework

Setting a navigation property to null is not being saved to the database

c# entity-framework

Splitting DbContext according to

What is the best pattern for persisting entity order in a relational database?

Exception of type 'System.ObjectDisposedException'

Change Entity Framework provider in configuration

c# entity-framework edmx

EF Core 3.1 Update Entity

How to mock an object, that is instanciated in a using() block

Does Entity Framework query the database multiple times if I use different fields of the same Linq query at different times?

How to get EF 6 to handle DEFAULT CONSTRAINT on a database during INSERT

Two Foreign Keys in Entity Framework Core

How to do recursive load with Entity framework?