Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / EF-Core

EF-Core

EF-Core

Great Reads

by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by towaso
A short example on how to create a hierarchical web checklist
by Jeremy Likness
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.

Latest Articles

by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by towaso
A short example on how to create a hierarchical web checklist
by Jeremy Likness
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.

All Articles

Sort by Score

EF-Core 

by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by Pawel idzikowski
How to replace the web API request query string to provide case insensitive OData search
by Kurt Swendson
How to make the migrations to change data type
by Marc Clifton
Performance differences on the rPi
by Roshan Choudhary
Handling data concurrency in Entity Framework 6 with Database First Approach.
by DiponRoy
Options to customize EF Core migration table
by DiponRoy
How to delete all rows in EF Core 6 using alternate options
by Mark Pelf
Overview of new changes to EF8 – support for Row SQL returning Non-entities.
by HHerzl
Entity Framework Core 2 for the Enterprise
by PrashantRamteke
Execute stored procedure using Entity Framework Core in .NET Core Class library project
by Marcelo Ricardo de Oliveira
Building a tiny e-Commerce on ASP.NET Core, Razor pages, React JS.NET and EF Core
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.
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.
by Bert O Neill
How Entity Framework Core 6 or 7 projects can take advantage of EF Core 8's OpenJson without having to migrate to EF Core 8 - using a custom NuGet Package for SQL Server
by Daan Acohen
The test problems you face when having a database dependency and how to resolve these problems
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 Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
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.
by Pankaj Kumar Choudhary
How to setup ASP.NET Core project with Angular 2
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.
by Tyler Rhodes
Reflections on writing a simple blog engine in ASP.NET Core with Entity Framework Core