Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Entity Framework Core - In Memory Provider Required Field

EF Core, projection sub collection eager loading

.NET Core project dependency "bleed"

Referencing ApplicationUser in the Infrastructure library from an entity in the ApplicationCore library using Clean Architecture

INSERT statement conflicted with the FOREGIGN KEY constraint

Create migrations with EF Core in Xamarin Android project

EF Core 2.1. How to revert migration "n" steps back

c# entity-framework-core

ToAsyncEnumerable().Single() vs SingleAsync()

Running dotnet ef migrations for class library gives error MSB4006

entity-framework-core

Mysql Entity Framework issue - Specified key was too long; max key length is 3072 bytes

EF Core - The MERGE statement conflicted with the FOREIGN KEY constraint

ASP.NET Core 3.1 Web Api authorization on model property level

Resolve DBContext with implements another interface in Asp.Net Core

ThenInclude not working for an Entity Framework LINQ query [duplicate]

table already exists exception when migrate DB using Entity Framework Core and SQLite

AsNoTracking on context properties, query or ChangeTracker?

c# entity-framework-core

Entity Framework 7 no database provider is configured => when migrations are moved to another project

Entry point not found in assembly 'Microsoft.EntityFrameworkCore.Design - dotnet.exe crashes

Do I need to call SaveChanges when using EFCore.BulkExtensions

Is there a way to declare a Spatial Index with EntityFrameworkCore 2.2?