Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Lost parameter value during SQL trace in EF Core

Delete entities without loading them into memory

Include collection in Entity Framework Core

Entity Framework Core 2.0.1 Eager Loading on all nested related entities

How do I delete multiple rows in Entity Framework Core?

c# entity-framework-core

EntityFrameworkCore does not exist in the namespace Microsoft

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