Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

LinqKit and async in Entity Framework

Setting journal mode in SQLite for Entity Framework Core code-first

How to implement typesafe enum pattern in entity framework core rc2

Inheritance and navigation properties to child entities

The entity type 'Configuration' requires a primary key to be defined

Polymorphic Relations in Entity Framework Core

c# entity-framework-core

Including derived child properties in Entity Framework Core 2.0

entity-framework-core

Entity Framework Core connection management

Should I define `foreign key Id` property in addition to the corresponding `navigation property`?

Could not load type 'Microsoft.EntityFrameworkCore.Infrastructure.DesignTimeProviderServicesAttribute'

Entity Framework Core: User Defined SQL Functions

IDesignTimeDbContextFactory[TContext] violates the

How do I implement a simple "complex type" in Entity Framework Core 2/C#?

EFCore: Entities association error during a simple property update

Translating generic eager load method from EF6 to EF Core

How to select values in list that are NOT IN a Table using EF Core?

The UPDATE statement conflicted with the FOREIGN KEY constraint in EF Core

Add or update data to existing database with entity framework

EF Core Missing Method HasIndex

How Can I Fix DbUpdateConcurrencyException In My New .Net Core Project?