Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-3.1

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?

Use both AddDbContextFactory() and AddDbContext() extension methods in the same project

GroupBy in EF Core 3.1 / EF Core 5.0 not working, even for the simplest example