Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Why does EF retrieve IDs unnecessarily when doing a one-to-many join?

UWP with Entity Framework Core 5.0

The type or namespace name 'DbEntityEntry<TEntity>' could not be found

c# entity-framework-core

Get the ApplicationUser in a controller

Auto migration in EF Core in three tier application

EFCore use a single dbconnect for the lifetime of dbcontext

EFCore Linq ThenInclude Two Foreign Keys To Same Table

How can I achieve SQL CASE statement from LINQ

EF Core DbUpdateConcurrencyException does not work as expected

Including Entity Framework tooling in docker container

AutoMapper: One-to-many -> Many-to-many

Entity Framework Core updating unchanged fields

Do I need to close the DbConnection manually when using ambient transactions with EF Core 2.1?

Set Value before save

c# entity-framework-core

.Net EF Core 2.1 Get DbContext from IQueryable argument

Method 'Clone' in type 'Microsoft.EntityFrameworkCore.Infrastructure.Internal.SqliteOptionsExtension'

Foreign key not populating in Entity Framework

Why is Entity Framework core loading entity's relations without adding include

Load child entity on the fetch of the Parent entity EFCore

Unable to track an instance of type in .Net core?