Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Entity Framework Core: private or protected navigation properties

How to call a Scalar Function in Entity Framework Core

Entity Framework Core Many to Many change navigation property names

EF 7 .NET Core tools error

EF Core 2.0.0 Query Filter is Caching TenantId (Updated for 2.0.1+)

Unable to retrieve project metadata. Ensure it's an MSBuild-based .NET Core project. (Migrations)

Store computed property with Entity Framework Core

ASP.NET Core RC2 Seed Database

Entity Framework not including columns with default value in insert into query

DefaultIfEmpty Exception "bug or limitation" with EF Core

Execute stored procedure in EF Core 3.0 vs 2.2

EntityFramework Core - Copying an entity and placing it back into the database

Entity Framework Core still picks up old column

How to use attribute mapping with EF Core DB First

When should I use MultipleActiveResultSets=True when working with ASP.NET Core 3.0 and SQL Server 2019+?

.Net core 3.x Keyless Entity Types avoid table creation

EF Core queries all columns in SQL when mapping to object in Select

The property 'PropertyName' could not be mapped, because it is of type 'List<decimal>'

c# entity-framework-core

Entity Framework Core - Multiple one-to-many relationships between two entities

How to prevent Entity Framework Core 2.0 from Renaming Tables and Columns in Generated Classes (Database First)