Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF ChangeTracker Accessing Tracked Entity and its navigation collection

EntityFramework OwnedType with Soft-delete

c# entity-framework-core

How to get current EF version

How to update a list of multiple records same as normal SQL Update query using entity framework core?

Disable softDelete Query filters for navigation properties

What is the purpose of AsNoTrackingWithIdentityResolution() and when to use it?

c# The ConnectionString property has not been initialized

Problem mapping scalar function in EF core 2.1

What is causing my Entity Framework Core dbContext to leak memory?

Entity Framework Core ForeignKeyAttribute on both sides

How to not declare key in root model in EntityFramework core

EntityFrameworkCore inserting existing related items

TypeLoadException: Method 'Create' in type ... does not have an implementation (Error Below)

Issue with InMemory DB Entity Framework Core 6 - method not found

is it possible to run a raw sql using ef core 5 with inner join and materialize the data to a class?

EF Core In Memory Database not saving ICollection object column

Interceptor for ExecuteUpdate crashes when trying to SetPropertyCall with string variable

How to have multiple DbContext of the same type?

Call a method in Select() of an Entity Framework Core method expression

c# entity-framework-core

How to create a stored procedure from EF Core code first approach?