Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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?

Your startup project doesn't reference Microsoft.EntityFrameworkCore.Design

ASP - Core Migrate EF Core SQL DB on Startup

ASP.NET add migration 'composite primary key error' how to use fluent API

navigation property should be virtual - not required in ef core?

How to run stored procedures in Entity Framework Core?

Entity framework EF.Functions.Like vs string.Contains

Entity framework Core Update-database specific migration

c# entity-framework-core

Error: the entity type requires a primary key

How to mock an async repository with Entity Framework Core

How to store JSON in an entity field with EF Core?

How can I reset an EF7 InMemory provider between unit tests?