Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Entity Framework Core - IN clause equivalent

EF Core returns null relations until direct access

Specifying ON DELETE NO ACTION in Entity Framework 7? [duplicate]

c# entity-framework-core

UseSqlServer method missing MVC 6

How to get primary key value with Entity Framework Core

The term 'Add-migration' is not recognized - VS2017 and EntityFrameworkCore

Where is the dotnet command executable located on Windows?

How to load navigation properties on an IdentityUser with UserManager

Entity Framework Core: Log queries for a single db context instance

Disable cascade delete on EF Core 2 globally

DbFunctions.TruncateTime LINQ equivalent in EF CORE