Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

There is no property mapped to the column 'CleaningEmployees.Id' used in a data operation

Why is EF Core adding an extra ORDER BY on the end

c# entity-framework-core

How to update a single property in Entity Framework Core

c# entity-framework-core

Expression Tree in extension method will be evaluated locally

Entity Framework Core Unable to Determine Relationship

EF Core - Change column type from varchar to uuid in PostgreSQL 13: column cannot be cast automatically to type uuid

Azure Functions 1.0.7 giving Could not load file or assembly error with EF Core 2

Using ModelBuilder Query method with inherited classes (EF core 2.1)

How to see status of migrations in .NET Core with EF Core

Register generic EntityFrameworkCore DbContext in ASP.Net Core 1.0

Revert EfCore Migrations with Azure DevOps