TECHNOLOGIES
FORUMS
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 6
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 (15)
Nimit Joshi (11)
Gowtham K (3)
Gaurav Gupta (2)
Debasis Saha (2)
Abhimanyu K Vatsa (1)
Satyaprakash Samantaray (1)
Sourav Kayal (1)
Abhishek Goswami (1)
Krishna Nallani (1)
Amit Choudhary (1)
Akhil Mittal (1)
Related resources for Entity Framework 6
No resource found
Code-First Stored Procedure Entity Framework 6.0
6/3/2024 10:06:42 AM.
This content explains how to configure Entity Framework 6.0 and above to use stored procedures with a Code-First approach. It details overriding the OnModelCreating method in DbContext to map stored p
Table Splitting in Entity Framework 6 (Code First Approach)
5/17/2024 10:42:39 AM.
Table Splitting in Entity Framework 6 (Code First Approach) allows multiple entity types to map to a single database table. This technique is useful for organizing related data within the same table,
Working With Change Tracking Proxy in Entity Framework 6.0
5/17/2024 10:21:30 AM.
In this article, you will learn about Proxy Objects, ObjectStateManager, and EntityState to leverage advanced tracking features for data manipulation and performance optimization in your .NET applicat
Pre-Generated Views With a Code First Model Entity Framework 6.0
5/16/2024 5:39:46 AM.
Pre-generated views in Entity Framework 6.0 with a Code First model enhance performance by reducing the cost of view generation at runtime. By pre-compiling these views, you can significantly improve
Multi-Tenant Migrations With Entity Framework 6.0 (Code First Model)
5/1/2024 11:04:59 AM.
Master multi-tenant migrations in Entity Framework 6.0 with ease. Learn seamless data management strategies for code-first models, ensuring robust and efficient database migrations in a multi-tenant e
Database First Approach in MVC 5: Part 2
4/25/2024 10:41:59 AM.
In MVC 5's Database First Approach (Part 2), delve deeper into leveraging Entity Framework for seamless integration with existing databases. Explore scaffolded views, data validation, and CRUD ope
Entity Framework 6 CRUD Stored Procedures: Code-First Approach
4/23/2024 11:22:38 AM.
Learn how to implement Insert, Update, and Delete operations using stored procedures in Entity Framework 6 with a Code First approach. This tutorial covers setting up stored procedures, mapping them t
Logging Database Operations in Entity Framework
4/22/2024 8:53:24 AM.
Discover Entity Framework 6's new feature: logging database operations. Easily debug and troubleshoot performance issues by logging SQL commands, parameters, timestamps, and more. Customize loggin
Entity Framework Using Stored Procedure In ASP.NET MVC
12/6/2023 10:18:05 AM.
Entity Framework 6.0.0 Using Stored Procedure In ASP.NET MVC.
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.
Asynchronous Controller of Web API 2 With Entity Framework 6: Put and Delete Method
4/23/2021 5:55:39 AM.
As per promise, in this article we will see to update DB using Entity Framework with the help of Put method.
Working With Transaction in Entity Framework 6.0
4/8/2021 6:05:19 AM.
In this article, you will learn how to work with transactions in Entity Framework 6.0. Entity Framework internally maintains transactions when the SaveChanges() method is called. When we execute anoth
New Features of Entity Framework 6 Beta
4/6/2021 9:34:02 AM.
This article is all about the key features introduced in the Beta release of Entity Framework 6.
Some Useful Tips in Changing Code First Model After Scaffolding
3/26/2021 8:42:51 AM.
In this article, I am describing the various ways to do the changes while scaffolding the Entity Framework Code First Models.
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
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.
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.
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.
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.
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.
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#.
Learning Web API 2 With Entity Framework 6 Code First Migrations
10/16/2018 5:26:18 AM.
In the last article of learning Entity Framework, we learned the code-first approach and code-first migrations. In this article, we’ll learn how to perform CRUD operations with ASP.NET Web API2 and En
Stored Procedures In Entity Framework 6 In MVC 5
11/8/2017 5:20:51 AM.
This article describes the use of Stored Procedures in an ASP.NET MVC Applications using the Entity Framework Code First Approach in Visual Studio 2013.
ASP.NET WEB API With Entity Framework 6 Code First Technique - Part 4
1/14/2016 3:46:33 AM.
In this article you will learn how to call ASP.NET WEB API from .NET Application.
ASP.NET Web API With Entity Framework 6 Code First Technique - Part 1
12/22/2015 2:34:50 AM.
In this article you will learn how to create a RESTful service using the ASP.NET WEB API with Entity Framework code first technique.
Remote Binding of ListView in Kendo UI using EntityFramework and Web API
8/22/2015 12:27:49 AM.
This article shows how to perform the Remote Binding of ListView in Kendo UI using Entity Framework 6 and WEB API 2.
Working With Entity Framework 6.0 in MVC (Basic CRUD Operations) : Part 2
1/3/2015 3:28:32 PM.
Through this article, we discuss how to implement basic CRUD operations using Entity Framework in MVC.
Working With Entity Framework 6.0 in MVC: Part 1
1/1/2015 11:08:37 PM.
This article shows how to work with Entity Framework 6.0 in MVC.
Connection Management in Entity Framework 6.0
10/13/2014 2:52:18 PM.
In this article you will learn about Connection Management in Entity Framework 6.0.
Logging and Intercepting Database Operations With Entity Framework 6.0
10/13/2014 7:06:45 AM.
In this article you will learn how to log and intercept database operations with Entity Framework 6.0.
ASP.Net Web API Using Entity Framework 6: Day 1
8/8/2014 3:24:55 PM.
This article explains how to create an ASP.NET Web API application. We'll learn to add an ADO.NET Entity Data Model and Controller using the Entity Framework in the application.
Index Attribute With Entity Framework 6.1
8/7/2014 1:43:48 PM.
In this article you will learn about the Index attribute with Entity Framework 6.1.
Delete an Object Without Retrieving it in Entity Framework 6.0
7/18/2014 12:03:42 AM.
This article shows how to delete an existing entity without retrieving it from the database and gain some performance benefit from it.
Discard Changes Without Disposing DbContext/ObjectContext in Entity Framework 6
7/11/2014 4:32:13 PM.
This article helps you to understand how to discard the changes from DbContext or ObjectContext.
Explicitly Triggering Model Validation Using Entity Framework 6.0
6/13/2014 6:08:55 PM.
This explains the explicitly triggering model validation using Entity Framework 6.0.
Introducing New Features in Entity Framework 6.1.0
5/12/2014 1:34:24 PM.
This article explains the latest version of Entity Framework, Entity Framework 6.1.0 features.
Introducing New Features of Visual Studio 2013 RC: Part 2
9/19/2013 9:51:48 PM.
In this article I am introducing the latest features of latest release named Visual Studio 2013 RC.
Introduction to ASP.Net 4.5.1
7/16/2013 6:40:50 PM.
This article introduces the new version of ASP.NET, version 4.5.1, that was released with Visual Studio 2013 Preview.