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 4.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]
Shirsendu Nandi (3)
Srihari Chinna (2)
Jignesh Trivedi (1)
Kumar Saurabh (1)
Related resources for Entity Framework 4.0
No resource found
Code Only Design using ADO.NET Entity Framework 4.0
3/7/2024 8:43:43 AM.
This code snippet implements Code Only Design in ADO.NET Entity Framework 4.0, connecting to a SQL Server database, configuring entities, and binding data to a GridView with exception handling.
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.
Model-First Design using ADO.NET Entity Framework 4.0
11/1/2020 8:28:54 AM.
In this article we are going to see the second most importment part of the ADO.NET entity framework 4.0.
Telerik Grid View in ASP.NET MVC2: Part 1
10/13/2011 5:40:58 AM.
In this article I will be demonstrating how to populate a Telerik Grid View in ASP.NET MVC2 using Entity Framework 4.
Taxicab Automation Software Using ASP.Net MVC3 Razor (Cshtml) Engine with Entity Framework 4.0: Part 4
3/29/2011 7:49:35 PM.
In this article you will see how an employee of the company can book a taxicab by making the entity class relation between an Employee class and the Cab Class.
Taxicab Automation Software Using ASP.Net MVC3 Razor (Cshtml) Engine with Entity Framework 4.0: Part 2
3/25/2011 6:49:45 PM.
In this article I will describe how to make a taxicab management system software using ASP.Net MVC3 Razor (Cshtml) Engine with Entity Framework 4.0 .
Taxicab Automation Software Using ASP.Net MVC3 Razor (Cshtml) Engine with Entity Framework 4.0: Part 3
3/25/2011 6:37:04 PM.
In this article I will demonstrate the Insert Update Delete Details Operation of Data using the Controller Class.