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
CAREER
MEMBERS
JOBS
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]
Jignesh Trivedi (20)
Abhimanyu K Vatsa (7)
Nimit Joshi (7)
Munesh Sharma (6)
Akhil Mittal (3)
George (3)
Sandeep Singh Shekhawat (3)
Jeetendra Gund (3)
Raj Kumar (2)
Bhavik Patel (2)
Gaurav Gupta (2)
Cecil Phillip (2)
Vijay Prativadi (2)
Kiran Kumar Talikoti (2)
Manish Kumar Choudhary (2)
Jignesh Kumar (1)
Rijwan Ansari (1)
Dorababu Meka (1)
Pragati (1)
Mohammad Elsheimy (1)
Gaurav Kumar (1)
Krishna Nallani (1)
Saillesh Pawar (1)
Priti Kumari (1)
Pranjali Mankar (1)
Sourabh Mishra (1)
Satyaprakash Samantaray (1)
Anil Thakur (1)
Piyush Dixit (1)
Nikunj Satasiya (1)
Ramesh Palanivel (1)
Debendra Dash (1)
Amit Choudhary (1)
Jean-Pierre Bachmann (1)
Bruno Leonardo Michels (1)
Muhammad Hassan (1)
Azeem Anzari (1)
Rahul Sahay (1)
Pranay Rana (1)
Harpreet Singh (1)
Xiaoping Wu (1)
Shivam Tiwari (1)
Rahul Saxena (1)
Emiliano Musso (1)
Shiju Joseph (1)
Anupam Singh (1)
Mukesh Nayak (1)
Sandeep Kumar (1)
Ritesh Sharma (1)
Related resources for Entity Framework
No resource found
CRUD Operation With .NET Core 3.1 And Entity Framework Core
3/1/2021 7:27:24 PM.
In this article I am going to walk you through CRUD operation using .net core 3.1 and entity framework core.
Repository Pattern in MVC3 Application With Entity Framework: Part 5
3/1/2021 7:48:32 AM.
In this article I’ll focus on how to implement a Repository Pattern in the same MVC application, therefore moving ahead a step towards architectural approach of developing an enterprise application.
How To Implement Database Views Using Entity Framework (EF) Code First Approach
2/26/2021 6:47:15 PM.
In this article, you will learn how to Implement Database Views Using Entity Framework (EF) Code First Approach.
What is Eager Loading and What is Lazy Loading and What is N+1 Problem in Entity Framework?
2/25/2021 10:35:12 AM.
In this article, you will learn what Eager Loading and Lazy Loading are and how they work in an application and how you can take advantage of them.
Cascading Dropdown List in ASP.Net Using Entity Framework
2/24/2021 11:21:49 AM.
This article shows how to work with a cascading dropdown list for country/state/city in ASP.Net using Entity Framework.
Consume Web API By MVC In .NET Core (1), Server And Framework
2/20/2021 2:54: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.
DropDown Cascading in MVC4 Using Entity Framework
2/18/2021 6:06:43 AM.
This article demonstrates how to use dropdown cascading in MVC4 using the Entity Framework.
Caching in MVC Application With Entity Framework Using Query Notification
2/16/2021 7:21:40 AM.
This article explains caching in a MVC web application with Entity Framework using Query Notification (SqlDependency).
Entity Framework: Domain Modelling Approaches
2/12/2021 10:04:51 AM.
In this article I will be describing the three approaches to using Entity Framework (EF)- Model First, Database First and Code First.
Entity Framework (TPT): Part II
2/12/2021 7:19:40 AM.
Table-per-type inheritance uses a separate table in the database to maintain data and uses a single entity type in the Entity Framework. In other words, there is a single entity set in the Entity Fram
CRUD Operations Using Entity Framework 5.0 Code First Approach in MVC
2/11/2021 11:15:05 AM.
In this article, you will learn how to perform CRUD operations using the Entity Framework 5.0 Code First approach in MVC.
Connecting the MVC Application Using EntityFramework DB-First Approach: Part 3
2/10/2021 9:37:51 AM.
The article is an attempt to overcome the confusion related to how to use EntityFramework with MVC application in a very simple way.
Perform CRUD Functionality in ASP.Net MVC 5
2/10/2021 7:20:27 AM.
In this article, we'll learn how to do Create, Read, Update and Delete (CRUD) operations with the Entity Framework Data Model in the ASP.NET Web Application based on the MVC Project Template in Vi
Reducing Complexity Using Entity Framework Core Owned Types
2/8/2021 3:18:07 PM.
EF Core’s owned types allow you to group fields, that you do not want to appear as a reference, in a separate type.
Entity Framework Improvements in Visual Studio 2015
2/8/2021 9:58:30 AM.
This article is for those that want to understand what the new features provided in the new Visual Studios 2015 are.
Shadow Properties In Entity Framework 7
2/8/2021 9:50:37 AM.
In this article you will learn about Shadow Properties in Entity Framework 7.
Complex Types In Entity Framework 6 Designer
2/5/2021 11:55:30 AM.
In this article you will learn about complex types in Entity Framework 6 Designer.
Working With Stored Procedures Using Entity Framework: Part 2
2/5/2021 7:44:10 AM.
This article describes how to use the Entity Framework code in the Web Forms Project Template and do the CRUD Operations.
Getting Started With Entity Framework
2/5/2021 6:31:38 AM.
In this article you will learn about Entity Framework. Entity Framework is an ORM tool. ORM stands for Object Relational Mapper, as the name specifies it maps our business models with db types.
Unit Testing in MVC 4 Using Entity Framework
2/4/2021 5:43:21 AM.
This article is a brief introduction to the use of unit testing in MVC 4 using Entity Framework with repository.
ADO.Net Entity Framework Demo
2/3/2021 6:42:58 AM.
This article introduces the Entity Framework for Entity Framework beginners that have already worked with ADO.Net.
Table Per Type Inheritance in Entity Framework
2/3/2021 6:23:52 AM.
This article explains Table Per Type inheritance with the database approach in Entity Framework.
Configuration Of Entity Framework
2/3/2021 5:41:39 AM.
Here I will explain how to configure Entity Framework for application.
Complete CRUD Operations in MVC 4 Using Entity Framework 5 Without Writing Code
1/28/2021 12:17:23 PM.
This article describes how to perform basic CRUD operations in an MVC4 application using Entity Framework 5 without writing a single line of code.
WebGrid in ASP.Net MVC
1/27/2021 10:38:37 AM.
This article shows how to create a webgrid and search data and show it using a webgrid with Entity Framework.
A Quick Look At Entity Framework 7 In-Memory Provider (for Testing)
1/18/2021 9:11:38 AM.
In this article you will have a quick look at Entity Framework 7 In-Memory Provider for Testing.
Transaction Support in Entity Framework 6
1/14/2021 12:25:20 PM.
With the release of EF6 we added two new APIs to DbContext.Database which make working with transactions easier: UseTransaction() and BeginTransaction().
Getting Started With New Release: AspNet.Identity 2.0.0-beta 1
1/14/2021 11:26:34 AM.
This article describes the new ASP.NET Identity 2.0.0-Beta1 and Entity Framework 6.1.0-Beta1 released by Microsoft.
Model First Approach In Entity Framework
1/14/2021 10:43:22 AM.
In this article we are going to learn Model First Approach under Entity Framework approaches.
Entity Framework 4.0 TPH : Part 2
1/14/2021 9:53:09 AM.
In OOP, we use inheritance to reduce unnecessary code. We can also archive inheritance in Entity Framework.
Rejecting Changes to a Single Property in Entity Framework 6.0
1/14/2021 9:42:13 AM.
In this article you will learn how to reject changes to a single property in Entity Framework 6.0.
Multiple Models In One View Using ASP.NET MVC And Entity Framework
1/12/2021 11:20:59 AM.
In a client requirement, I needed to create a page where two forms or models exist in a single View (page), like login and registration in the same single view.
Bind Add Update Delete Data Using MVC Entity Framework And LINQ
1/12/2021 10:02:00 AM.
In the article, you will learn how to add, update, and delete data, using Entity Framework and LINQ. This is for the beginner users like me in MVC.
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
Code First Approach in Entity Framework
1/11/2021 4:25:34 PM.
In this article you will learn about the Code First approach in the Entity Framework.
ASP.NET Web API 2 In MVC 5 Using C# With Example
1/11/2021 2:11:36 PM.
in this article, I am going to explain how to create and access the Web API 2 in the ASP.NET MVC 5 application using C# and bootstrap with Example. Here I'll also show you how to create the step b
EF Code First Approach Stored Procedure With Parameter
1/11/2021 8:16:03 AM.
This article shows how to access a SQL Server database with the Entity Framework Code First Approach and later we will also look at how to use a Stored Procedure with the Fluent API.
Table Per Hierarchy Inheritance in Entity Framework With Code First
1/11/2021 8:00:38 AM.
This article explains Table Per Hierarchy (TPH) Inheritance in the Code First approach in EntityFramework.
CRUD Operation Using Entity Framework In Windows Form Application
1/7/2021 9:41:37 AM.
In this article, we are going to learn how to perform CRUD operations using Entity Framework in the Windows Forms Application.
Inheritance in Entity Framework
1/7/2021 5:05:44 AM.
In this article we will learn about Inheritance in Entity Framework.
Multiple Diagrams Per Model With Entity Framework and Visual Studio 2013
1/7/2021 4:25:39 AM.
In this article we learn how to split a model into multiple diagrams, how to specify a different color for an entity and how to change the sequence of the properties in a specific entity.
Understanding Database Initializer In Entity Framework Code-First Approach
1/6/2021 9:36:59 AM.
In this article you will understand the Database Initializer in Entity Framework Code-First Approach.
Code First Migrations in Entity Framework
1/6/2021 9:15:55 AM.
This article provides an overview of Code First Migrations in Entity Framework.
Detect Poor Performing Queries In Entity Framework 6.x
1/6/2021 8:57:35 AM.
In this article you will learn how to detect poor performing queries in Entity Framework 6.x.
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
Entity Framework 6.0 SQL Logging: Changing the Content and Formatting
1/3/2021 5:09:03 AM.
This article explains how to change the formatting of the output in Entity Framework 6.0.
Spatial Data Type Support in Entity Framework 5
1/1/2021 9:59:28 AM.
Entity Framework 5 brings many improvements and Spatial Data Type Support in Code First and Model Designer is one of them.
ORM Designer for Entity Framework
1/1/2021 9:47:01 AM.
This article describes the Entity Developer tool Devart.
Setting up Entity Framework With Code First and Code Migrations
1/1/2021 5:48:31 AM.
This article provides a basic guide to set up your Entity Framework with code first and code migrations.
Common Problems With Entity Framework For Importing Stored Procedure
1/1/2021 4:50:56 AM.
This article describes three common issues that can occur while adding a Stored Procedure to an edmx file of Entity Framework.
Update Data Using Code First Approach
12/31/2020 9:52:11 AM.
This article shows how to update data using the Code First approach.
Logging Database Operations in Entity Framework 6 (EF6 New Feature)
12/31/2020 6:45:18 AM.
In this article you will learn the new feature Logging Database Operations introduced with Entity Framework 6. This features works for models created with Code First or the EF Designer.
Getting Started With Preview of Dynamic Data and Entity Data For EF 6
12/30/2020 8:00:15 AM.
This article describes the new update preview of Dynamic Data Provider and Entity Data Source for the Entity Framework 6.
Stored Procedures With Entity Framework
12/30/2020 7:21:58 AM.
Here we will understand Stored Procedures in EntityFramework.
Code First Insert Update and Delete Stored Procedure in Entity Framework 6 Pre
12/30/2020 5:38:46 AM.
This article will demonstrates the new features that will be available in Entity Framework 6 Pre-beta version.
Data Annotations and Code First Migration in Entity Framework
12/28/2020 12:10:11 PM.
This article explains data annotations and Code First migration in Entity Framework.
Mapping Table-Valued Functions (TVFs) Using Entity Framework Database First
12/28/2020 11:55:01 AM.
Entity Framework 5 brings number of improvements and Mapping Table-Valued Functions (TVFs) Support is one of them.
Consume Web API By MVC In .NET Core (2), Client
12/27/2020 12:39:29 PM.
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.
Enum Support (Code First) in Entity Framework 5
12/22/2020 12:01:36 PM.
Entity Framework 5 brings number of improvements and Enum Support in Code First is one of them.
Table Splitting in Entity Framework
12/22/2020 5:41:39 AM.
In this article we will learn table splitting in entity Framework. Table Splitting is just opposite of Entity Splitting.
ASP.NET Core, Web API - Entity Framework Call Stored Procedure Implementation
12/16/2020 1:27:28 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.
Entity Framework - Database First Approach
12/14/2020 7:49:00 AM.
This article explains how the Database First approach works with the Entity Framework.
Seed Databases in EntityFramework
12/14/2020 7:07:42 AM.
This article shows how to seed databases in EntityFramework.
Complex Custom Validation Attribute Specific to Entity
12/14/2020 5:57:21 AM.
In this article you will learn about the Complex Custom Validation Attribute specific to an Entity.
Working With Multiple Tables in MVC Using Entity Framework
12/11/2020 3:58:46 AM.
In this article we will learn how to work with Multiple Tables in MVC using the Entity Framework.
Code First Migrations With Entity Framework
12/10/2020 10:55:25 PM.
This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, how
Use Entity Framework Core 5.0 In .NET Core 3.1 With MySQL Database By Code-First Migration On Visual Studio 2019 For RESTful API Application
12/9/2020 7:54:03 AM.
This article walks you through how to use EF Core 5.0 in .NET Core 3.1 to implement a code-first approach to create/update a MySQL database on Visual Studio 2019 for a RESTful API application.
Creating Primary Key And Foreign Key Association in SQL Server Using Visual C# 2010 and Entity Framework
12/8/2020 3:20:35 AM.
In this article I am showing how to create primary key and foreign key association in Employee and Department table.
Multi-Tenant Migrations With Entity Framework 6.0 (Code First Model)
12/7/2020 2:47:08 AM.
This article describes the multiple model migrations per physical database feature of Entity Framework 6.0 (Code First Model).
Entity Framework: Code First Migrations With the Existing Database
12/3/2020 9:54:34 PM.
In this article, we study the code first approach with an existing database.
Simple Insert And Select (CRUD) Operation Using .NET Core MVC With ADO.NET And Entity Framework Core
12/3/2020 8:19:32 AM.
This article is for the developer who is looking to learn .NET Core MVC with ADO.NET for their project.
Association in Entity Framework
12/3/2020 1:44:48 AM.
Association defines a relationship between two entities in Entity Framework. Association is defined in a conceptual model by the “Association” Element and each relationship contains two ends that desc
Entity Framework: DbComparisonExpression Requires Arguments With Comparable Types
12/2/2020 10:56:00 PM.
This article shows to fix the problem Entity Framework DbComparisonExpression Requires Arguments with Comparable Types.
Entity Framework Approach To Connect To MS SQL Server 2008 Using Visual C#
12/2/2020 10:35:13 PM.
This article defines an Entity Framework approach to connect to Microsoft SQL Server 2008 using Visual C#.
Pre-Generated Views With a Code First Model Entity Framework 6.0
12/2/2020 10:22:03 PM.
In this article you will learn about pre-generated views with a Code First model using Entity Framework 6.0.
CRUD using the Repository Pattern in MVC
12/2/2020 3:05:28 AM.
This article introduces the repository pattern in an MVC application. Repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an app
Entity Framework Code First And Migrations: Part Two
11/27/2020 3:42:26 AM.
In this article, you will get an introduction to Entity Framework using C#, code first, and migrations.
Working With Stored Procedures Using Entity Framework: Part 1
11/27/2020 1:48:24 AM.
This article describes how to work with Stored Procedures using the Entity Framework in the ASP.NET Class Library.
Example on View to Controller (HttpPost) & Warn on Duplicate Entry & Delete Duplicates in MVC
11/27/2020 12:19:11 AM.
In this article you will learn how to pass data for a view to a controller (HttpPost) and you will even learn how to warn on duplicate entry or just delete duplicates silently in MVC.
Get Comma Separated Values From SQL Server Using Entity Framework (EF)
11/26/2020 6:23:46 AM.
This article describes how to get column values in one comma separated string using Entity Framework (EF) .
New Features Of Entity Framework 7
11/26/2020 6:08:37 AM.
In this article you will learn about new features of Entity Framework 7.
Entity Framework: Code First Data Annotations
11/26/2020 6:01:32 AM.
Entity Framework code First approach allows us to use our POCO (domain) classes as model and Entity framework is use this classes to querying data, change tracking and other updating function.
Working With Change Tracking Proxy in Entity Framework 6.0
11/26/2020 4:47:02 AM.
In this article you will learn how to work with a Change Tracking Proxy in Entity Framework 6.0.
Entity Framework's Database Seed Method
11/26/2020 1:33:42 AM.
This article is abou the Entity Framework Database Seed Method that allows you to seed some dummy data in the database for testing purposes.
Table Splitting in Entity Framework 6 (Code First Approach)
11/25/2020 11:48:56 PM.
In this article you will learn how to split tables in Entity Framework 6.
Database First Approach In Entity Framework
11/24/2020 6:25:18 AM.
In this article we are going to learn what is Entity Framework (EF) and how to implement it in our application.
A Simple Step to Entity Framework: Code First Approach
11/24/2020 6:19:47 AM.
This article provides the basic details of the Code First approach.
Entity Splitting in Entity Framework 6 (Code First Approach)
11/24/2020 5:20:23 AM.
This article explains Entity Splitting in Entity Framework 6 (Code First Approach) using C#.
Entity Framework: Batch Insert Update Delete Operations
11/24/2020 4:01:26 AM.
In this article you will learn about Entity Framework - Batch insert update delete operations.
How Entity Framework Works
11/24/2020 1:20:38 AM.
In this article I am going to explore some interesting and important constructs of Entity Framework.
Connected And Disconnected Scenarios in Entity Framework
11/24/2020 1:10:02 AM.
In this article we learn about the Connected and Disconnected Scenarios in Entity Framework.
Identifying Entity Framework Development Approaches
11/23/2020 9:54:27 AM.
In this article we are identifying the approaches for creating entity data models in the Entity Framework development of .Net.
Working With Complex Type in Entity Framework
11/23/2020 6:26:40 AM.
This articles describes how to work with the Complex Type in the Entity Framework.
Display Data In DataGridView Using Entity Framework
11/23/2020 6:01:37 AM.
In this article I am explaining how to work with Entity framework to display the data in DataGridView.
Working With Asynchronous Programming With Entity Framework
11/23/2020 5:45:24 AM.
This article explains how to do asynchronous programming with the Entity Framework in a Console Application. We can also use this in a desktop or web application.
Configure One To One Relationship In Entity Framework Using Code First Approach
11/17/2020 9:36:15 AM.
In this article you will learn how to configure one to one relationship in Entity Framework using Code First Approach.
Code-First Stored Procedure Entity Framework 6.0
11/12/2020 6:59:40 AM.
In this article you will learn about Code-First stored Procedures Entity of Framework 6.0.
Configure One-To-Many Relationships In Entity Framework Using Code First Approach
11/11/2020 9:41:50 AM.
In this article you will learn about configuring one-to-one relationships in Entity Framework using the code first approach
How to Join Two Tables From Different Databases Using Entity Framework
11/11/2020 9:20:12 AM.
This article explains how to join two different tables from two different databases, or we may say how to join two tables from two different contexts, in Entity Framework.
Using Table Valued Parameters in Entity Framework
11/11/2020 8:42:28 AM.
In this article I am explaining the use of Table Valued Parameters (TVPs) using Entity Framework.