Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Transaction Deadlocks on SQL Server Insert with EF Core

How do I get EntityFrameworkCore generated SQL to use the right format for DateTime objects?

Dynamic DbSet in Entity Framework Core

Excluding tables with database first approach

Skip and Take in Entity Framework Core

EF Core Multiple migration sets

Trying to get ef core migrations to work on project migrated to .net core 2

EF Core 2.0 Multiple one to one relationships

entity-framework-core

Is it possible/advisable to seed Users/Roles using the EFCore 2.1 Data Seeding system?

Entity Framework Core 2.1 failling to update entities with relations

references are missing. Ensure project is referencing 'Microsoft.NET.Sdk.web' & PreserveCompilationContext property is not set to false

EF Core and DDD: Store ValueObjects in the same table as Entities, also use parametrized constructors to set property values on Entities

I can't update the database using Entity Framework Core

.NET Core 3.1 ChangePasswordAsync Inner Exception "Cannot update Identity column"

My join .NetCore 3.1 throws an exception about NavigationExpandingExpressionVisitor, what is that?

Microsoft.Data.SqlClient is not supported on this platform - Entity Framework Core 3.1

Unable to scaffold “datetime” type columns from MySQL in .net core 3.1

Should I return Task<IEnumerable<T>> or IAsyncEnumerable<T> from repository?

How to Inject Dependency of ApplicationDbContext in Repository MVC6

How do we configure conventions on Entity Framework 7?