Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core DB First, and how to avoid Constructor Overwrite on Model Generation

EF Core - create relationship without primary/foreign keys

.net core 3.1 to .net Core 5 upgrade gives wrong conversion for datetime values? Any document for this breaking changes and solution

All id changed to int8

EF Core always create .Annotation("SqlServer:Identity", "1, 1") on add-migration

EF Core 3.1 Update Entity

Why runtime Expressions cause collisions on the Cache of Entity Framework Core 5?

EF Core 6 Decimal precision warning

entity-framework-core

Two Foreign Keys in Entity Framework Core

How to prevent creating migrations and applying them for specified dbContext in Entity Framework Core 6?

Entity Framework Core - Earlier data migrations break when models are changed

How to handle F# Option type with Entity Framework Core?

f# entity-framework-core

C# Linq query execution order

dotnet core 2.2 EntityFramework with postgres

EFCore Not recognizing Database Provider

"The LINQ expression ... could not be translated." error after updating AspNetCore project from .net 2.2 to .net 6

Entity Framework Core: Automated DB scaffolding into a class library

How update object with relation data in EntityFramework Core