Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF 5.0 - Stop base class and subclasses being combined into a single database table when used in different DbSets

Performing Insert OR Update (upsert) on sql server compact edition

Foreign Keys in Entity Framework - Cycles or multiple cascade paths error

Left outer join using LINQ Query Syntax EF Core C#

EF6 Code First Audit Table Per Entity

ASP Web API Controller with Entity Framework very slow and strange results

.RemoveRange Without fetching database records first in Entity Framework

c# .net entity-framework

I want to restrict the fileupload to only accept .jpg and .png files, and to restrict the filesize [duplicate]

Executing logic before save or validation with EF Code-First Models

Best way to specify dynamic 'OrderBy'/'OrderByDescening' within EF queries

c# .net entity-framework

EF code first - configure One-to-Zero-or-One relationship without shared PK/FK

DropDownList causes error: Object reference not set to an instance of an object

Sending LINQ Query to Entity Framework as string

how to sort varchar column containing numeric values with linq lambdas to Entity

Trying to use migrations in a project other then the startup project results in error

EF Core idempotent migration script fails despite check on applied migration