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
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 (4)
Srihari Chinna (2)
Kumar Saurabh (2)
Jignesh Trivedi (1)
Amit Choudhary (1)
Related resources for Entity Framework 4
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.
Entity Framework 4 and TableValue Type in Stored Procedure (Fix)
10/4/2013 5:02:32 AM.
Entity Framework 5 has been released with .Net framework 4.5 and it now supports user-defined table valued types as a parameter in a Stored Procedure.
Database Migration in Entity Framework 4.3 Using CodetoFirst (C.T.F) Approach in MVC 4 Application
10/7/2012 4:59:21 PM.
In this article I will describe how to do the database migration in Entity Framework 4.3 while following the code to the first approach in MVC 4.
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.
Populating Dropdown list in ASP.NET MVC 2 using Entity Framework 4
2/18/2011 12:52:28 AM.
Basically this article would demonstrate in a step by step manner - how to populate a dropdown list in ASP.NET MVC2 using Entity Framework 4.0 using View Models and Repository Pattern.