Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-3.0

EF Core 3.0 adding connected entity to collection fails in One To Many relationship

.NET Core API: Invalid column name '__roleName_0' on upgrading to EF Core 3.1 on docker container running on Linux VM

EF Core Seed Database OneToMany Relationship with predefined Lists

EF Core 3 add-migration failure on mapping to a relational type

.NET Core 3 InvalidOperationException on OrderBy with dynamic field name

The correct way to await inside a foreach loop

Getting a task was canceled error when trying to seed roles in .NET Core 3.0

PostgreSQL EF.Core DB-First Invalid DB Model: No mapping to a relational type can be found for property 'Db.Order.High' with the CLR type 'bool'

.NET Core console application with EF Core is not working when run from using dotnet run command, throwing authentication failed exception

EF Core - create relationship without primary/foreign keys

EF Core 3.1 Update Entity

To add navigation property without foreign key in EF Core, DB-first migration with .NET Core Web API

Apply EF migrations in GitHub workflow