New posts in entity-framework-core

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

Entity Framework Core RC2 table name pluralization

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

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

Can I reuse code for selecting a custom DTO object for a child property with EF Core?

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

How to check if property is already lazy loaded?

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

What goes into DbContextOptions when invoking a new DbContext?

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

Entity Framework Core service default lifetime

SQLite in ASP.NET Core with EntityFrameworkCore

Error when trying to track instance of an entity while updating the database entries

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

ASP.NET Core change EF connection string when user logs in

Dynamically changing schema in Entity Framework Core

Working with SQL views in Entity Framework Core

Entity Framework Core Using multiple DbContexts

EF core Dynamic Linq comparing Lists in a where clause

EF Core - How to retrieve base class and conditionally include property on derived class [duplicate]