Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework is combining my table name and the Id name

Any New Column is Null value in Entity Framework

In MVVM, with Entity Framework, what populates the view model?

c# wpf entity-framework mvvm

Casting Object/Dynamic to Anonymous Type

Entity Framework 6 - How to determine stored procedure input parameters

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?