Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-3.1

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

Why Migration.BuildTargetModel has so much duplicate code?

Does EF core's HasIndex(Expression<Func<T,object>>) always get the index ordering correct?

c# ef-core-3.1

Update Navigation Property with Entity.CurrentValues.SetValues

EF Core 3 Has Value Generator

Problem with EF Core after migrating from 2.2 to 3.1

System.TypeLoadException: Could not load type 'Microsoft.EntityFrameworkCore.Infrastructure.DesignTimeProviderServicesAttribute'

EF Core 3: CLI "Migrations add" fails on "No database provider has been configured for this DbContext"

My .Include statement doing INNER JOIN instead of LEFT JOIN (EF Core 3.1)

How can I expose Querable API using OData for EF Core Keyless Entity(Database view)?

EF Core 3.1 Add Migration on specific DB Context

Renaming DbContext class loses association with existing migrations/modelsnapshot

c# ef-core-3.1

Is it ok to inject DbContext as singleton when there is only read operations?

How to optimize Linq query with large number of records?