Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-3.1

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?

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