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 5
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhimanyu K Vatsa (4)
Vijay Prativadi (2)
Sandeep Singh Shekhawat (1)
Saineshwar Bageri (1)
Xiaoping Wu (1)
Akhil Mittal (1)
Gowtham K (1)
Sachin Kalia (1)
Jignesh Trivedi (1)
Related resources for Entity Framework 5
No resource found
CRUD Operations Using Entity Framework 5.0 Code First Approach in MVC
5/9/2024 11:56:39 AM.
Perform CRUD operations in MVC using Entity Framework 5.0's Code First approach. Define entity classes, utilize DbContext and LINQ for data access, and generate views and controllers with scaffold
Filter WebGrid With Cascading Dropdownlist Along With Paging in MVC
4/30/2024 9:54:32 AM.
This tutorial provides a comprehensive guide for developers new to MVC, offering step-by-step instructions for creating a basic MVC application using Visual Studio 2012 and integrating features like P
Entity Framework Core in .NET Core: MySQL Code-First Migration
4/30/2024 9:15:07 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.
Enum Support (Code First) in Entity Framework 5
4/24/2024 1:51:17 PM.
Entity Framework 5 introduces enhanced support for enums in Code First development. Enums can now be seamlessly integrated into entity classes, offering a more structured approach to representing fixe
Select Data Using Spatial Types Via EDF Framework 5.0
4/18/2024 10:28:09 AM.
Explore the utilization of spatial types for data retrieval in Entity Data Model Framework 5.0. Learn how to design entities, create a web application, and implement data retrieval using Entity Frame
Select Data With Enums Via EDF Framework 5.0
4/18/2024 8:46:39 AM.
Utilize Entity Framework 5.0 to select data with enums. Employ LINQ queries for efficient data retrieval, leveraging strong-typed enums for enhanced code readability and database querying.
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.
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.
Working With Kendo UI Chart Using Web API 2 and EF5
7/10/2015 10:47:10 PM.
This article shows how to use Kendo UI Charts using WEB API 2 and Entity Framework 5.
Validation Failed For One or More Entities: MVC/Entity Framework 5.0
8/13/2014 6:07:50 PM.
In this article you will see how to fix failed validation for one or more entities: MVC/Entity framework 5.0.
Enum Support (EF Designer) in Entity Framework 5
9/27/2012 9:51:02 PM.
Entity Framework 5 brings number of improvements and Enum Support in EF Designer or Code First is one of them. In this post you will learn it by creating a simple console application then will add EF Designer and will sketch the Model on designer surface.
Normal LINQ Query to Compiled LINQ Query to Auto-Compiled LINQ Queries in Entity Framework 5
9/26/2012 11:42:33 PM.
In this article I'll be talking about query performances (EF1 to EF5) so that you can better understand the Entity Framework 5 query performance improvements.
New Feature of Entity Framework 5.0 RC
6/15/2012 6:28:46 PM.
In this article you will learn the new features of Entity Framework 5.0 RC.