Click here to Skip to main content
15,894,539 members
Everything / EF Core

EF Core

EF-Core

Great Reads

by DaveDavidson
In this article, I show LINQ to Entities syntax that will produce queries with CROSS APPLY and LEFT OUTER JOIN clauses.
by Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
by Coding Notes
An introduction to ASP.NET Core MVC

Latest Articles

by Mark Pelf
Overview of new changes to EF8 – support for Row SQL returning Non-entities.
by David_Cui
To introduce a free library to save some tedious work for writing mapping code between entities and DTOs
by towaso
A short example on how to create a hierarchical web checklist
by DiponRoy
How to delete all rows in EF Core 6 using alternate options

All Articles

Sort by Score

EF Core 

25 Dec 2021 by scott_liu
Entity Framework Core client evaluation was disabled by default since version 3.0 because of performance.
18 Sep 2022 by towaso
A short example on how to create a hierarchical web checklist
7 Apr 2021 by mark_worrall
How to move Entity Framework Core v5.0 into a separate Visual Studio Project
3 Jun 2018 by saadishahin
A quick psedu-code for EF Core that's equivalent to modelBuilder.Configurations.AddFromAssembly in entity framework
22 Oct 2023 by David_Cui
To introduce a free library to save some tedious work for writing mapping code between entities and DTOs
22 Mar 2017 by Fiyaz Hasan
Know how to use Entity Framework's new shadow property feature for easily implementing common audit fields for entities
7 Aug 2022 by DiponRoy
EF Core first publishing multiple DB contexts in same DB