Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core SQL Function LIKE Method with Linq Expression not working for Non String types

How can I reuse a subquery inside a select expression?

c# entity-framework-core

Scaffold-DbContext Stored Procedures only in EF Core

Why table not exists while I create a in-memory sqlite database with entityframework core?

DDD: Lazy loading in aggregates

What is the best way to seed data with a lot of information using EntityFramework Core?

Clean Architecture and Asp.Net Core Identity

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?