Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core 3.1 - Include filtering throw an error 'Lambda expression used inside Include is not valid.'

Insert entity with one related entity which existed in the database

c# entity-framework-core

Using HierarchyId with ASP.NET Core causes error in send post request?

Is there a connection string for InMemoryDatabase?

How can I use Linq expression for Join with GroupBy in EF Core 3.1

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