Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Grid (View) with paging, sorting & searching: How to use Ressource Provider

What is the best place to inject the db password to the default EF connection string

Referencing column 'column' and referenced column 'Id' in foreign key constraint 'foreign_key' are incompatible

Entity framework DB first - private setter

dbUpdateConcurrencyException on simple delete after loading

Mix Entity Framework Linq with stored procedure

EF Core 3.1 The property 'Geometry.UserData' could not be mapped

Entity Framework error: There is already an open DataReader associated with this Command

c# sql entity-framework

Unable to cast object of type 'System.Data.Objects.MaterializedDataRecord'

c# asp.net entity-framework

How to block a table in EF6.1 for one simple operation without deadlocks?

LINQ: Generate "AND" Expression instead of "OR" when using "CONTAINS"

c# .net linq entity-framework

Entity Framework not correctly modifying or deleting child items

.net entity-framework

Using fluent API to set up composite foreign key in one-to-one relation in legacy database

How and I introduce an "or" operator into a linq query join

Why does my EF Core migration ignore the model's OnDelete settings?

Entity Framework 4 Code First versus tree