Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

ASP.NET Core EF Add-Migration command not working

.NET Core 2.1 Identity get all users with their associated roles

Is there an Entity Framework 7 Database-First POCO Generator?

Mocking EF core dbcontext and dbset

Entity Framework Core RC2 table name pluralization

Entity Framework Core: `SqlNullValueException: Data is Null.` How to troubleshoot?

How to instantiate a DbContext in EF Core

What goes into DbContextOptions when invoking a new DbContext?

Equivalent for .HasOptional in Entity Framework Core 1 (EF7)

AddDbContext was called with configuration, but the context type 'MyContext' only declares a parameterless constructor?

How to get Table Name of mapped entity in Entity Framework Core

ef core doesn't use ASPNETCORE_ENVIRONMENT during update-database

How to set command timeout in aspnetcore/entityframeworkcore

SQLite in ASP.NET Core with EntityFrameworkCore

Entity Framework Core service default lifetime

Could not load file or assembly Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.1.0.0

Working with SQL views in Entity Framework Core

AddDbContext or AddDbContextPool

Auto-increment on partial primary key with Entity Framework Core

How to update the model when using database first approach