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.0
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 (10)
Debasis Saha (2)
Satyaprakash Samantaray (1)
Related resources for Entity Framework 6.0
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
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
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.
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
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.
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.
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.
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.
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.