Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-3.1

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

Net core EF 3.1 LINQ string comparison no longer working

Why am I seeing a difference between.Cast<int>() and .Select(a => (int)a)?

Error: The name is used by an existing migration

efcore 3.1 does not support querying with string concatenation?

c# ef-core-3.1

Getting "NEXT VALUE FOR" for a SQL Server sequence using EF Core 3.1 - impossible?