Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to set IsModified to false on a property in a related Collection in EF Core?

Mapping a class to a stored procedure resultset "Value cannot be null.Parameter name: entityType"

entity-framework-core

Custom LINQ extension method throws VerificationException: type argument IEnumerable`1[entity]' violates constraint of type parameter 'TCollection'

Unit of work pattern not allowing me to create db context without options

Many nested AggregateExceptions

Failed to create an editor. Exception from HRESULT: 0x80070057 (E_INVALIDARG)

Entity Framework Core: Includes Breaks Http Response

Ef Core: ToHashSetAsync()

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?