Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-3.1

How to optimize Linq query with large number of records?

How does EF Core DatabaseGeneratedOption.Computed work on GUID property

How to set the composite primary key for owned entity types using entity framework core 3.1.1?

Using Always Encrypted with EF Core and storing Master Key in Azure Key Vault

Why is not working EF Core retry on failure

How to use IAsyncEnumerable in repository class

EF Core 3: Configure backing field of navigation property

EF Core saves null value of required property

ASP Net Core Web API: Client side GroupBy is not supported

'IMutableEntityType' does not contain a definition for 'Cosmos' and no accessible extension method 'Cosmos' accepting a first argument

Memory leak using Autofac with EF Core 3.1 (after migration from 2.2)

LINQ group by in Entity Framework Core 3.1

My join .NetCore 3.1 throws an exception about NavigationExpandingExpressionVisitor, what is that?

Microsoft.Data.SqlClient is not supported on this platform - Entity Framework Core 3.1

EF core 3.1: should I initialize list navigation properties when using eager loading to load related entities?