Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to configure an Identity column using Entity Framework Core?

c# entity-framework-core

How to use C# 8.0 Nullable Reference Types with Entity Framework Core models?

EF Core Add Migration Debugging

How to refresh an Entity Framework Core DBContext?

How to extend DbContext with partial class and partial OnModelCreating method in EntityFramework Core

EntityFramework code first: Set order of fields

Multiple Includes() in EF Core

Update entity class in ASP.NET Core Entity Framework

How to make EF-Core use a Guid instead of String for its ID/Primary key

How do I implement DbContext inheritance for multiple databases in EF7 / .NET Core

How can I make EF Core database first use Enums?

c# entity-framework-core

DbContext for background tasks via Dependency Injection

Using EF Core ThenInclude() on Junction tables

Visual Studio Code Entity Framework Core Add-Migration not recognized

The entity type 'Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin<string>' requires a key to be defined

What happened to HasColumnName for EF Core?

EF Core - Table '*.__EFMigrationsHistory' doesn't exist

Owned type mapping EF Core fails when saving

How to Specify Entity Framework Core Table Mapping?

Dynamically changing schema in Entity Framework Core