Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core ValueGeneratedOnAdd does not work with postgresql

How to recreate or refresh an access token for database connections in Azure functions?

Referencing column 'column' and referenced column 'Id' in foreign key constraint 'foreign_key' are incompatible

EF Core 3.1 The property 'Geometry.UserData' could not be mapped

How is raw SQL run against an Entity Framework Core context?

How to programmatically rebuild all indexes in code first (C# and EntityFrameworkCore) created SQL Server tables after inserting large dataset

Why does my EF Core migration ignore the model's OnDelete settings?

Read DbContextOptions value in Entity Framework core constructor

The entity type required a primary key to be defined - but there is

DbContextScope Pattern for EF Core 3

Update-Database command is missing in EF Core

Reverting DB to the initial state before the first migration in .NET Core 2+?