Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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

Unable to create an object of type '[DBContext's Name]'. For the different patterns supported at design time [closed]

Add migration with different assembly

How do you show underlying SQL query in EF Core?

c# entity-framework-core

How to call ThenInclude twice in EF Core?