Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF.Functions.Like method not working after upgrading to .NET 6

EF Core 2 executing Stored Procedure with OUTPUT param

c# entity-framework-core

Add-Migration fails because EntityFrameworkCore.Tools is not installed

Entity Framework Core 3.0 - Creating a self-referencing many to many relationship

EF Core - A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe

Many to Many index creation convention

entity-framework-core

How to delay (lazy) load a binary property byte[] in Entity Framework Core 6 - C#

c# entity-framework-core

MicrosoftEntityFrameworkCore is unable find migrations from the assembly

How to "re-pluralize" database tables after moving from .NET 4.5 to .NET Core 2.2?

Get NpgSql Entity Framework query text

The instance of entity type cannot be tracked because another instance with the same key value is already being tracked

Registering multiple DbContext Instances on startup for use in Generic Repository

Entity Framework Core: SqlException: A transport-level error has occurred when receiving results from the server

.NET 8 & SQL Server 2016 - Contains() throws error [duplicate]

EF vs EF Core on Saving Related Entities

"Cannot resolve scoped service from root provider" with custom EF Core SeriLog Sink

Entity Framework Core : Apply Conversion to all properties of type Option<T> in F#

How to run EFCore Migrate on ASP.NET start up WITH retries?