TECHNOLOGIES
ANSWERS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
About Entity Framework
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (10)
C# Corner Live (6)
Vitalii Honcharuk (5)
Sai Sherlekar (5)
Jignesh Trivedi (4)
Mark Pelf (4)
Satyaprakash Samantaray (3)
Thiago Vivas (3)
Anant Vernekar (3)
Sardar Mudassar Ali Khan (2)
Arunava Bhattacharjee (2)
Amit Mohanty (2)
Ajay Kumar (2)
Tural Suleymani (2)
Dorababu Meka (2)
Kirtesh Shah (2)
Yogeshkumar Hadiya (2)
Aman Panjwani (2)
Shirsendu Nandi (2)
Tanuj Gyan (2)
Nimit Joshi (2)
Raj Kumar (2)
Kundan Jha (1)
Vijay Prativadi (1)
Ravi Raghav (1)
Debasis Saha (1)
Akshay Patel (1)
Satya Karki (1)
Hussain Patel (1)
Arvind Yadav (1)
Shivam Payasi (1)
Ramesh Palanivel (1)
Shridhar Sharma (1)
Jaydeep Patil (1)
Ramasagar Pulidindi (1)
Aymen Amri (1)
Ishika Tiwari (1)
Smi10 Kalathiya (1)
Dipen Shah (1)
Vishal Yelve (1)
Cecil Phillip (1)
Asma Khalid (1)
Jitan Gupta (1)
Nandkishor Yadav (1)
Avinash Kunnure (1)
Dinesh Gabhane (1)
Rijwan Ansari (1)
Charalambos Hadjiantoniou (1)
Vineet Desai (1)
Tanima K (1)
Sergiy Korzh (1)
Prasanth Radhakrishnan (1)
Sourav Kayal (1)
Related resources for Entity Framework
No resource found
ASP.NET Core Web API for CRUD Operations with MySQL
9/25/2023 8:20:01 AM.
Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Co
Azure Function Data Migration with ASP.NET Core Web API
9/15/2023 7:36:25 AM.
Creating an Azure Function for data migration from one database to another using an ASP.NET Core Web API involves several steps. In this example, I'll provide a high-level overview and code snippe
Handling Concurrency In MVC And EF
9/10/2023 10:29:02 PM.
This article provides a basic idea of how to handle concurrency in the Fluent API.Handling concurrency in an ASP.NET MVC application with Entity Framework (EF) is essential to ensure data consistency
Create Database Table Using Entity Framework Code First
8/28/2023 8:44:06 AM.
This article will help you to understand how to work with a database using Entity Framework Code First.
Call Web API in .NET and Filter Data using Bootstrap Filters with Less Code
8/27/2023 12:14:42 PM.
We can filter records for each columns in table with single textbox or search. With less code and few mins, We can implement that feature to work on complex data.
Loading Related Entities in Entity Framework
8/24/2023 1:22:43 PM.
Loading Related Entities in Entity Framework refers to the process of retrieving and populating associated data between entities within the Entity Framework, a popular object-relational mapping (ORM)
Code First Approach With Stored Procedure
8/1/2023 4:07:44 AM.
This article shows how to access a SQL Server database with the Entity Framework Code First approach and how to create a procedure using the Fluent API.
EF Core in .NET 7 API
7/13/2023 5:57:14 AM.
Using EF Core in .NET 7 API
SQL Server & EF7: Using datetime vs datetime2 Data Type
6/12/2023 9:52:09 AM.
Showing problems with limited accuracy of SqlServer data type “datetime” in .NET7 EF7 environment
Entity Framework 7.0 - Top 8 Reasons to use it in .Net Application
6/10/2023 8:31:27 PM.
Entity Framework is not new to us. But in Entity Framework Core 7.0, there are several changes due to which it is now more useful compared to earlier versions. In this article, we will discuss the new
Entity Framework 7 Code First Using CLI
6/8/2023 5:10:08 AM.
Tutorial on EF7 – Code First approach using Command Line (CLI)
Entity Framework 7 – Database First – Using EFCorePowerTools
6/6/2023 5:27:25 AM.
Tutorial on EF7 – Database First approach using GUI tools EFCorePowerTools
Entity Framework 7 – Database First – Using CLI
6/2/2023 11:53:54 AM.
Tutorial on EF7 – Database First approach using Command Line (CLI)
GraphQL In .NET Core Web API With Entity Framework Core - Part Five
6/1/2023 6:00:37 AM.
In this article, we will see different query formats, the way of using a directive in a query, and the process of defining variables in the query.
Entity Framework (5), With .Net Core MVC, Database-First
5/31/2023 5:57:24 AM.
This article will describe Entity Framework with .Net Core MVC, Database-First approach,
Working With Proxies in Entity Framework
5/30/2023 11:30:29 AM.
This article helps you to understand what a proxy in the Entity Framework is and how to turn on and turn off a proxy and how to create a proxy instance explicitly.
Build Minimal APIs In .NET 7 Using Entity Framework Core 7
5/24/2023 7:10:21 AM.
This article describes how we can build Minimal APIs in .NET 7 using Entity Framework Core 7 with an example and code details.
Entity Framework Core: A Guide to Database Access in .NET Core
5/23/2023 6:33:14 AM.
Entity Framework Core: A guide to database access in .NET Core
Calling a Stored Procedure in ASP.NET Core
5/22/2023 5:46:00 AM.
Dapper VS Entity Framework in Asp.net Core
5/10/2023 5:15:19 AM.
In this article, I have explained the difference between Dapper and Entity Framework
Entity Framework (10), With .Net WebForms, Database-First
5/3/2023 4:12:20 AM.
This article will to discuss Entity Framework With .Net WebForms, Database-First approach.
Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
4/20/2023 4:52:39 AM.
Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
Exploring PostgreSQL Sequences With Entity Framework CORE
3/28/2023 5:42:53 AM.
In this article, you will learn how to explore PostgreSQL Sequences with Entity Framework CORE.
Get Started With ASP.NET Core Web API With Entity Framework core
3/27/2023 3:33:31 AM.
Tutorial to create ASP.NET Core Web API using Entity Framework Core - NET 6.0 - using EF Core Power Tools
Rockin’ The Code World with dotNetDave ft. Brady Gaster Ep. 75
3/11/2023 1:14:15 PM.
Join us with Brady Gaster for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
How To Prevent Dead Lock in Entity Framework
3/10/2023 11:09:22 AM.
Recently I am working on Entity Framework as a data access layer-based Project. We found many performance issues with this application.
How To Call Stored Procedure In Entity Framework
3/9/2023 11:12:27 AM.
In this article, I will demonstrate how to call a stored procedure in entity framework? There are many different way to call stored procedure from entity framework.
CRUD Operations In An ASP.NET MVC Web Application Using Entity Framework
3/9/2023 10:25:01 AM.
In this article, you will learn how to perform CRUD operations in an ASP.NET MVC web application using Entity Framework.
Rockin’ The Code World with dotNetDave ft. Khalid Abuhakmeh Ep. 74
2/23/2023 2:18:32 PM.
Join us with Khalid Abuhakmeh for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Differences Between EF, Connected Model, And Disconnected Model
2/20/2023 11:22:41 AM.
In this article, you will learn differences between EF, connected model and disconnected model.
How To Customize Table In Oqtane Module
2/8/2023 10:48:18 AM.
In this article, I'm going to explain, how we can add use a new column in the table of the Oqtane custom module
Implementing CRUD Operation in MySql Using Entity Framework
2/7/2023 8:52:11 AM.
In the last article I showed how we can implement CRUD operations using Entity Framework using SQL database, now I would like to show you how we can implement the same using MySql database.
CRUD Operation Using Entity Framework Code-First
2/7/2023 7:09:22 AM.
In this article you will learn how to use the Code-First approach for better security in ASP.NET MVC.
CRUD Operation Using Entity Framework In Windows Form Application
2/6/2023 5:53:46 AM.
In this article, we are going to learn how to perform CRUD operations using Entity Framework in the Windows Forms Application.
Entity Framework CRUD Operations Using Stored Procedure
1/11/2023 6:20:31 AM.
In this post I would like to share something regarding Entity Framework, how we can implement CRUD operations using stored procedures in Entity Framework.
CRUD Operations Using Stored Procedure and Entity Framework in ASP.Net MVC
1/11/2023 5:38:31 AM.
This article shows how to perform CRUD operations using Stored Procedures and Entity Framework in ASP.NET MVC.
CRUD Operation Using Entity Framework Core And Stored Procedure In .NET Core 6 Web API
1/10/2023 11:18:21 AM.
In this article, you will learn about CRUD Operation using Entity Framework Core and Stored Procedure in .NET Core 6 Web API.
Rockin’ The Code World with dotNetDave ft. Robert Bogue Ep. 71
1/9/2023 8:18:14 AM.
Join us with Robert Bogue for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
.NET 7 Entity Framework/EF7 - Install And Code First Migrations
12/22/2022 11:33:10 AM.
In this article, you will learn about .NET 7 Entity Framework / EF7 - Install And Code First Migrations.
Entity Framework (7), With .NET WPF, Database-First
12/16/2022 5:13:03 AM.
This article describe to develop a WPF app with entity framework, database first approach.
Entity Framework (2), With .Net MVC, Database-First
12/16/2022 5:05:28 AM.
This article will be Entity Framework with .Net MVC, Database-First approach,
Entity Framework (1), With .Net MVC, Code-First
12/16/2022 5:03:00 AM.
Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
Entity Framework (0-1), Overview Additions
12/16/2022 5:00:03 AM.
This article will add some additions for Entity Framework Overview.
Entity Framework (0), Overview
12/16/2022 4:59:22 AM.
In this article, you will learn about entity framework (0), Overview, concept, and approaches.
Get Started With Entity Framework Core Using SQLite
12/13/2022 12:03:50 PM.
In this article, you will learn about entity framework core using SQLite.
Rockin’ The Code World with dotNetDave ft. Shay Rojansky Ep. 70
12/12/2022 5:50:49 PM.
Join us with Shay Rojansky for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
ASP.NET Core 6 Web API CRUD With Entity Framework
11/24/2022 7:00:04 AM.
In this article, you will learn about ASP.NET Core 6 Web API CRUD With Entity Framework.
Web API 3 Layers Architecture With .NET 6
11/9/2022 7:02:54 AM.
This article will explain one of the most used software architectural patterns, the 3 layers architecture. Besides the theoretical explanation of the 3 layers architecture, it will also be given a pra
.NET 6 - How To Build Multitenant Application
10/31/2022 5:52:45 AM.
In this article, we are going to learn how to build a multitenant application with.NET 6.
Installing Entity Framework Core
10/18/2022 6:36:10 AM.
In this article, you will learn how to Install Entity Framework Core in .Net Core application.
Introduction Of The Entity Framework Core 6.0
10/12/2022 7:21:02 AM.
In this article, you will learn about Entity Framework Core 6.0.
Create Custom Policies For Azure Active Directory B2C
9/27/2022 9:06:59 AM.
This article demonstrates how to leverage an Azure AD B2C user flow to allow users from a specified Azure AD organisation to sign in.
Entity Framework Core 6 With Database First
9/26/2022 7:11:54 AM.
In this article, you will learn about Entity Framework Core 6 With Database First.
.NET Core 3.1 Web API CRUD
9/9/2022 5:13:16 AM.
In this article, you will learn about .Net Core 3.1 Web API CRUD using EF Core.
Deep Dive into Many-to-Many: A Tour of EF Core 5.0 pt. 2
9/1/2022 5:01:24 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
ASP.NET Core Razor Pages - Simple Login Using Entity Framework Database First Approach
7/8/2022 3:31:52 AM.
This article is about creating razor pages base simple asp.net core login application using entity framework.
Consume Web API By MVC In .NET Core (2), HttpClient
6/28/2022 12:41:20 AM.
In this article, we create a ASP.NET Core 5.0 MVC app and associated with a Web API service in it by regular way. Then we write one line code for MVC client to consume Web API.
Consume Web API By MVC In .NET Core (1), Server And Framework
6/28/2022 12:41:09 AM.
In this article, we create a ASP.NET Core 5.0 MVC app and associated with a Web API service in it by regular way. Then we write one line code for MVC client to consume Web API.
Caching In Entity Framework Core Using NCache
6/24/2022 9:03:16 AM.
It will be explained in this article how to integrate Entity Framework Core with a caching engine using NCache. The article will be given a practical example of how we could set up our Entity Framewor
Customize Swagger UI In ASP.NET Web API Restful Service
6/22/2022 9:07:35 AM.
Swagger UI is very powerful documentation tool for Restful services so lets learn how we can implement and customize in Web API Restful service.
Creating Web API Using Code-First Approach In Entity Framework
6/22/2022 9:04:42 AM.
This article enables you to create a Web API, using Code-First Approach In Entity Framework.
Create ASP.NET Core Web API With Entity Framework Code First Approach
6/22/2022 6:54:05 AM.
In this article we are going to create WEB API in ASP.Net core using Entity Framework Core’s Code first approach. In this we are creating a simple crud operation of employees and test it using Swagger
Building ASP.NET Web API In .NET Core With Entity Framework
6/22/2022 6:45:42 AM.
Understanding on building ASP.NET Web API in .NET Core with Entity Framework and Test with POSTMAN Tool. Visual Studio, SQL, HTTP
Caching In Entity Framework (EF) Core Using NCache
6/3/2022 6:03:33 AM.
In this article, you will lean about caching in Entity Framework (EF) Core using NCache.
Relationships In Entity Framework Core
5/4/2022 6:52:45 AM.
This Articles Briefs about how we can Configure Various types of Relationships amongst the Entities Using Entity Framework Core Code First Approach.
Rockin’ The Code World with dotNetDave ft. Khalid Abuhakmeh Ep. 52
4/6/2022 6:19:33 AM.
Join us on April 02 with Khalid Abuhakmeh for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
How To Use The Identity Framework With Refresh Token Validations
4/4/2022 3:36:33 PM.
.Net Core JWT Authentication and Authorization Continues with Identity Framework and refreshes Token Validations in Net Core 6
Working With Data Using Entity Framework Core
3/29/2022 11:55:03 AM.
The article illustrates the implementation of Entity Framework Core Code First Approach using Data Models and Contexts Classes, as well as the migration commands and seeding of test data into the data
Entity Framework - DbContext
3/26/2022 3:51:51 AM.
DbContext is the most important part in Entity Framework. There are many articles on Entity Framework and very small information on DbContext at a single place. In this article I am trying to explain
Clean Architecture With .NET 6 Using Entity Framework
3/22/2022 2:55:38 PM.
The scope of this article is to implement Entity Framework in Clean Architecture with .NET 6 and ASP.NET core Web API. Implement Entity Framework in Clean Architecture Solution with .NET 6 Implement a
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.
Implement Swagger UI In ASP.NET Web API Restful Service For Documentation Using Swashbuckle
2/28/2022 1:23:02 PM.
Swagger basically is a framework for describing, consuming, and visualizing RESTful APIs. The nice thing about Swagger that it is really keeps the documentation system, the client, and the server code
Consuming GRPC Service At Client Based .NET Core 6.0 Entity Framework For CRUD Operation
2/9/2022 1:46:08 PM.
In our previous article (GRPC Service Create Using .NET Core 6.0 Entity Framework For CRUD Operation (c-sharpcorner.com)we have seen how to create the GRPC service. In this article we are going to see
GRPC Service Create Using .NET Core 6.0 Entity Framework For CRUD Operation
2/4/2022 3:34:15 PM.
In this article, we are going to see the grpc vs existing rest api and for grpc how to implement by using .net core along with Entity Framework
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: Context pooling, Lazy vs Eager loading, Single vs. Split Queries, Tracking vs. No-Tracking Queries
1/11/2022 3:13:22 AM.
Advanced Entity Framework Core Tips In Practice: Context pooling, Lazy vs Eager loading, Single vs. Split Queries, Tracking vs. No-Tracking Queries
Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In Mind
1/11/2022 3:12:51 AM.
When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext wit
Advanced Entity Framework Core Tips In Practice: DbContext separation, Fluent API and Entities configuration
1/11/2022 3:12:18 AM.
I am describing the practical aspects of working with Entity Framework Core. In this part, I am touching DbContext separation, Fluent API and Entities configuration.
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.
Rockin’ The Code World with dotNetDave ft. Scott Hunter Ep. 42
11/16/2021 7:58:37 AM.
Join us with Scott Hunter on Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A on .NET and other programming technologies.
Building Secure REST API
8/4/2021 5:49:55 AM.
A Secure REST APi created in .Net Core using JWT Authentication and Entity Framework Code first approach. JWT Authentication is used for securing API requests. Each token generated by API for logged i
ASP.NET Core, Web API - Entity Framework Call Stored Procedure Implementation
7/12/2021 10:36:56 AM.
We can build Web API and Entity framework with code first or database first approach, however, it is hard to do so in the real working environment with ASP.NET Core Web API calling stored procedure.
Easy CRUD In ASP.NET Core With EasyData
6/24/2021 1:24:12 PM.
Implementing CRUD operations in your ASP.NET Core projects can be tedious and error-prone. In this article, we will describe how to solve this task with minimum effort and with maximum flexibility to
Generate The Client Code Of Web API Using Swagger API Specification
6/11/2021 8:39:20 AM.
In this article, you will learn how to generate the client code of Web API using Swagger API specification.
Import Excel Data To Database Using ASP.NET MVC Entity Framework Functionality
6/11/2021 6:35:18 AM.
In this article we will learn how to Import excel data to database using ASP.NET MVC Entity framework.
Integrating Swagger With Web API .NET Core Using Entity Framework
6/10/2021 12:45:15 PM.
In this article, you will understand on Integrating Swagger with Web API .Net Core using Entity Framework.
Using Entity Framework to Work With Database
6/9/2021 6:21:10 AM.
This article describes the database creation with the Entity Framework. You can also learn to apply the Data Annotation attributes in the database schema creation.
Understanding Code First Approach Of Entity Framework Core
6/8/2021 2:18:49 PM.
In this article, we will understand code first approach of Entity framework Core in ASP.Net Core. In this article we use entity framework core for creating table in SQL, delete table, update table, ad
Cascading DropDown in MVC4 Using Knockout, Web API With Entity Framework
5/27/2021 10:50:07 AM.
In this article, I will explore many things, including dropdown cascading, how to use Entity Framework and how to use a data transfer object with Entity Framework and how to use the ASP.NET Web API an
MVVM and Knockout Using Entity Framework in Web Application
5/27/2021 7:17:03 AM.
This article explains how to use the Model View ViewModel (MVVM) pattern with Knockout using Entity Framework in ASP.Net web applications.
Introducing EntityDataSource Control Final Release in ASP.Net
5/26/2021 9:48:07 AM.
This article describes the release of Dynamic Data Provider and EntityDataSource with its latest version 6.0.0.
Practical Introduction To Entity Framework: Day 4
5/26/2021 7:44:59 AM.
In this article, you will learn how to return multiple result sets or datasets in Entity Framework.
Practical Introduction To Entity Framework: Day 3
5/26/2021 7:43:41 AM.
In this article, you will see some a practical implementation of Entity Framework.
Practical Introduction To Entity Framework: Day 2
5/26/2021 7:42:29 AM.
This article provides the fundamentals of Entity Framework.
Practical Introduction To Entity Framework: Day 1
5/26/2021 7:41:27 AM.
It is an ORM (Object Relational Mapper) enable programmers to communicate with relational Database.
Practical Introduction To Entity Framework: Day 5
5/26/2021 7:39:31 AM.
This article provides a practical introduction to the Entity Framework.
Asynchronous Controller of Web API 2 With Entity Framework 6: Get() Method
5/25/2021 9:13:18 AM.
In this article, we will understand the Get method to get data from the Web API asynchronously.