Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-3.1

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?

EF Core Stored Procedure FromSqlRaw Does Not Give Updated Values

Entity Framework creates migration without any updates

Issue with scaffolding a MySql database with EF Core - Method not found: Void Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping

The LINQ expression could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation EF Core 3.1

EF Core 3 DbQuery equivalent functionality

.Net core 3.x Keyless Entity Types avoid table creation

Entity Framework Core 3.1 with NetTopologySuite.Geometries.Point: SqlException: The supplied value is not a valid instance of data type geography

How to select top N rows for each group in a Entity Framework GroupBy with EF 3.1

Problem with EF OrderBy after migration to .net core 3.1

How to use GroupBy in an asynchronous manner in EF Core 3.1?