10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About EF Core
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Anup Hosur (4)
Mahesh Chand (3)
Sarathlal Saseendran (3)
Vitalii Honcharuk (2)
Tanuj Gyan (2)
Debasis Saha (2)
Cecil Phillip (2)
Avnish Kumar (2)
Rebai Hamida (2)
Guest User (2)
Charalambos Hadjiantoniou (1)
Vineet Desai (1)
Jignesh Kumar (1)
Jay Krishna Reddy (1)
Konstantin Triger (1)
Munib Butt (1)
Shahzad Ujan (1)
Mithun Pattankar (1)
Akhil Mittal (1)
Mukesh Kumar (1)
Fiyaz Hasan (1)
Santhakumar Munuswamy (1)
Related resources for EF Core
No resource found
EF Core - Effectively Decouple The Data And Domain Model
3/4/2022 7:25:36 AM.
In this article. you will learn about effectively decoupling the data and domain model.
Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command line
1/11/2022 3:14:14 AM.
See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and
Advanced Entity Framework Core Tips In Practice: Concurrency, Query filters and SaveChanges Method Abilities💪
1/11/2022 3:11:26 AM.
I am describing the practical aspects of working with Entity Framework Core. In this article I am touching Concurrency token and RowVersion, on save changes interceptor with a bunch of usefu
Angular 11 App To Do CRUD Operations On Azure Cosmos DB With .NET 5 REST API
12/31/2021 6:37:05 AM.
In the previous article, we will learn how to create a .NET 5 API that can do CRUD operations on Azure Cosmos DB using EF Core. We will continue this article to build an Angular 11 app to connect to t
Create A .NET 5 App To Perform CRUD Operations On Azure Cosmos DB (SQL API) Using EF Core
12/27/2021 5:13:37 AM.
In this article, you will learn how to create a .NET 5 App to perform CRUD operations on Azure Cosmos DB (SQL API) using EF Core.
Working With Temporal Tables In EF Core 6.0
12/6/2021 1:37:49 PM.
Get started with creation of SQL Server Temporal Tables using Entity Framework Core 6.0 Code First approach and querying the historical data using LINQ.
Export Data In EXCEL, PDF, CSV, Word, JSON, XML And Text File In .NET Core 3.1 Using MVC Core
4/21/2021 10:58:30 AM.
This article demonstrates how to export functionality with different types of file formats like excel, pdf, word, csv, json, xml and text files using a .net core 3.1 application. I have implemented th
Entity Framework Core 5.0 - An Introduction To What's New
2/7/2021 4:46:18 PM.
In this article, we will discuss the concept of Entity Framework along with what's new release has been done in EF Core 5.0.
Deep Dive into Many-to-Many: A Tour of EF Core 5.0 pt. 2
1/12/2021 4:36:59 AM.
On the surface many-to-many in EF6 and EF Core look very similar. However, under the covers the design in EF Core 5.0 is much more flexible and powerfulIn this episode, Arthur Vickers returns to cha
A Tour of EF Core 5.0 pt 1
1/6/2021 5:54:23 AM.
EF Core 5.0 includes support for many-to-many relationships and TPT mapping, two sorely missed features from EF6. Join us for a whirlwind tour where we compare EF Core 5.0 features with those from cla
What Is The Future Of Entity Framework
10/30/2020 2:19:57 AM.
Watch this video to learn about the future of Entity Framework and what is the future of EF and EF Core.
Using EF Core - Power Tools In ASP.NET Core API
8/24/2020 7:45:28 PM.
In this article, we will learn how to integrate EF Core power tools and its usage to generate POCO Classes in Core API.
Query And Mutation In GraphQL - Part Two
8/6/2020 2:02:40 PM.
In this article, you will learn about Query And Mutation In GraphQL.
Introduction To GraphQL
8/6/2020 9:00:08 AM.
In this article, you will learn about GraphQL.
Azure Cosmos DB - SQL API Using EF Core
7/6/2020 6:54:52 AM.
In this article, you will learn about Azure Cosmos DB - SQL API Using EF Core.
Exploring Azure Functions HTTP Trigger Using EF Core
6/10/2020 8:35:38 AM.
In this article you will learn how to explore Azure Functions HTTP Trigger sing EF Core.
EF Core - SELECT DISTINCT on a Few Columns Only
4/26/2020 2:53:51 PM.
In this article, you will learn about implementing EF Core - SELECT DISTINCT on selected columns only.
Building a .NET Web Application
4/24/2020 4:53:06 PM.
In my first two articles, we first looked at the four common types of .NET applications we may find in the field. We briefly discussed these four types of applications and then in the second article,
Simple Scaffolding CRUD Operations in ASP.NET Core Using EF Core DB First Approach
4/13/2020 10:29:29 PM.
In this article, we will perform simple Scaffold CRUD operations in ASP.NET Core using EF Core
Build an ASP.NET Core API Using the Existing Database
1/31/2020 7:26:27 AM.
This article will show you how to build a Web API with the new ASP.NET Core 3.0.
Build ASP.NET Core API Using Existing Database
1/24/2020 10:53:23 PM.
I’m sharing a short overview of Asp.NET Core. The journey of .NET Core started with the purpose of Microsoft to build a common .NET base library that provides a common foundation to all its platforms.
Visual Studio Extension For Blazor SPA With EF Core 3.1
12/12/2019 5:25:48 AM.
In this post, we will see how to download the newest extension on Blazor Server for Visual Studio 2019. Using this extension, we can easily create a Blazor Server app with Entity framework 3.1. This
Combine ADO.NET, EF Core And Dapper In Same Blazor App
11/22/2019 10:05:50 AM.
In this post, we will see how to use ADO.NET, EF Core and Dapper in same Blazor app to connect with SQL server database.
Create a Single Page App with Blazor Server and Entity Framework Core 3.0
11/9/2019 3:37:16 PM.
In this post, we will see how to create a single page application with Blazor framework and entity framework core 3.0. We will create a simple employee application with all CRUD operations.
Implement CRUD Operations With Sorting, Searching And Paging Using EF Core In ASP.NET Core
11/1/2019 1:24:25 AM.
In this article, we will demonstrate how to create an application using EF Core and Asp.Net Core. In this application, we also discuss about sorting, paging and filtering data.
Creating POCO Class Library Using Reverse Engineering
1/31/2019 8:51:14 AM.
In this article, we will learn how to create a POCO class library by the reverse engineering technique using EF Core Power Tools in Visual Studio 2017.
Understanding Entity Framework Core And Code First Migrations In EF Core
11/17/2018 11:53:17 AM.
In the previous articles (data access approach, code first approach, and WebAPI) we learned a lot about entity framework and its practical implementations. The intent of this article is to explain the
Code First Approach In ASP.NET Core MVC With EF Core Migration
9/26/2018 8:52:50 AM.
Code First is a technique which helps us to create a database, migrates and maintaining the database and its tables from the code. From the code, means, you directly maintain the database and its corr
Learn EF Core 2.1 Features
5/23/2018 9:48:29 AM.
EF Core 2.1 is the latest version of Entity Framework Core announced at Build 2018. Here is a list of new features in this verision.
Build Persisting Layer With ASP.NET Core 2.0 And EF Core 2.0 Using Code First Approach
5/15/2018 3:27:11 PM.
I wrote this article when framework Core 1.0 was introduced as a stable version. But now, we have a lot of changes in the current version Core 2.1.
ASP.NET Core And EF Core 2.0 Testing
12/29/2017 4:41:25 PM.
The single biggest selling point of MVC architecture in general and ASP.NET Core in particular is that it makes testing much simpler. ASP.NET team has done a great job in making a framework that is pl
Creating A CRUD With ASP.NET Core And EF Core
12/28/2017 7:50:14 PM.
Entity Framework Core (EF) is an ORM that makes it simpler to work with database by using POCO classes that map to database entities and DbContext to interact with them.
What's New In Entity Framework Core 2.0
9/27/2017 11:52:52 AM.
Entity Framework Core is a lightweight, extensible, and cross-platform version of the popular Entity Framework data access technology. Entity Framework 2.0 is the latest release of EF.
Implementing Common Audit Fields With EF Core’s Shadow Property
3/20/2017 2:18:13 PM.
Implementing Common Audit Fields with EF Core’s Shadow Property.
Build Persisting Layer With ASP.NET Core And EF Core Using PostgreSQL And SQL Server 2016
10/14/2016 12:29:57 PM.
In this article, you will learn how to build persisting layer with ASP.NET Core and EF Core, using PostgreSQL and SQL Server 2016.
Getting Started With ASP.NET Core, EF Core Using SQL Server On Windows
10/12/2016 5:40:18 PM.
In this article, we will discuss how we can develop the User Management application, using ASP.Net Core with Entity Framework Core in Windows.