Top "Ef-core-3.1" questions

Use this tag for version specific questions about the 3.1 version of Entity Framework for .NET Core.

Are EF Core 3.1 ExecuteSqlRaw / ExecuteSqlRawAsync drop-in replacements for ExecuteSqlCommand / ExecuteSqlCommandAsync?

Upon upgrade to EFCore 3.1 deprecated warnings appeared: Warning CS0618 'RelationalDatabaseFacadeExtensions.ExecuteSqlCommandAsync(DatabaseFacade, RawSqlString, params object[])' is obsolete: 'For the …

c# entity-framework-core ef-core-3.1
LINQ group by in Entity Framework Core 3.1

I have a database table to connect data between user and clients. db: class UserClientCorporate{ int UserId; User User; int …

c# asp.net-core .net-core entity-framework-core ef-core-3.1
When called from 'VisitLambda', rewriting a node of type 'System.Linq.Expressions.ParameterExpression' must return a non-null value of the same type

I upgraded my data layer classlibrary project from .NETCore 2.2 to .NETCore3.1 and also upgraded the Nuget packages like EntityFrameWork Core …

linq azure-cosmosdb c#-8.0 .net-core-3.1 ef-core-3.1