Click here to Skip to main content
15,885,216 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 Updated

EF Core 

9 Mar 2022 by Coding Notes
An introduction to ASP.NET Core MVC
5 Apr 2022 by Coding Notes
An introduction to ASP.NET Core MVC
10 May 2020 by Daan Acohen
The test problems you face when having a database dependency and how to resolve these problems
12 May 2017 by DaveDavidson
In this article, I show LINQ to Entities syntax that will produce queries with CROSS APPLY and LEFT OUTER JOIN clauses.
3 Aug 2022 by DiponRoy
Options to customize EF Core migration table
15 Aug 2022 by DiponRoy
How to delete all rows in EF Core 6 using alternate options
22 Dec 2018 by Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
22 Dec 2018 by Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
22 Jun 2017 by Kurt Swendson
How to make the migrations to change data type
1 Oct 2017 by Marcelo Ricardo de Oliveira
Building a tiny e-Commerce on ASP.NET Core, Razor pages, React JS.NET and EF Core
30 Mar 2017 by Marco-Hans Van Der Willik
There are a surprising number of variations on poker rules, making poker an excellent candidate for a SOLID Project, a project illustrating SOLID Principles and related Patterns & Practices.
1 Apr 2024 by Mark Pelf
Overview of new changes to EF8 – support for Row SQL returning Non-entities.
4 Apr 2017 by Pankaj Kumar Choudhary
How to setup ASP.NET Core project with Angular 2
31 Jan 2018 by Pawel idzikowski
How to replace the web API request query string to provide case insensitive OData search
10 Feb 2017 by PrashantRamteke
Execute stored procedure using Entity Framework Core in .NET Core Class library project
4 Apr 2017 by Robert_Dyball
Covering conversion from Angular 2.40 to Angular 4.0 + Publishing the ASP.Net Core / Angular 4 SPA to IIS using VS2015.
1 May 2017 by Roshan Choudhary
Handling data concurrency in Entity Framework 6 with Database First Approach.
27 Mar 2017 by Tyler Rhodes
Reflections on writing a simple blog engine in ASP.NET Core with Entity Framework Core
10 Oct 2017 by Vincent Maverick Durano
This article is the first part of the series on Getting Started with Entity Framework Core. In this post, we will build an ASP.NET Core MVC application that performs basic data access using Entity Framework Core.
5 Dec 2017 by Vincent Maverick Durano
This article demonstrates how to build an ASP.NET Core application using Entity Framework Core Code-First development with Web API and MVC.