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
Entity Framework
FOLLOW
Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.
Articles
(116)
Blogs
(26)
Resources
(1)
Videos
(2)
News
(7)
Articles
What Is Entity Framework And How Entity Framework Core Is Different
This article is about Entity Framework and Entity Framework Core
Mukesh Kumar
Apr 11, 2019
Entity Framework VS Stored Procedure (What Is important - Development Time Or Performance)
In an existing system application which I am working on, we need to decide whether we should use entity framework or stored procedure to optimize the performance of our application.
Gaurav Jain
Feb 26, 2019
Entity Framework Core InMemory Database
In this article, we will see how we can use the InMemory database of Entity Framework Core.
Akshay Patel
Feb 05, 2019
Multiple Models In Single View Using Entity Framework
In this article, you will learn how to return multiple models (Master Details) data to a View. In many forms/pages, often, we are required to send the data from two tables onto one page. We will ac...
Manoj Kalla
Dec 27, 2018
Unit Testing With InMemory Provider And SQLite In-Memory Database In EFCore
Writing Unit Test Cases is an essential aspect for any software development which helps us to test small building block an application. While doing development, we write test cases side by side, ju...
Mukesh Kumar
Nov 29, 2018
Understanding Entity Framework Core And Code First Migrations In EF Core
In the previous articles (data access approach, code first approach, and WebAPI) we learned a lot about entity framework and its practical implementations. The intent of this article is to explain ...
Akhil Mittal
Nov 16, 2018
Data Access Approaches Of Entity Framework
The intent of this article is to explain the three data access approaches that Microsoft’s Entity Framework provides. There are several good articles on the internet on this topic, but I would like...
Akhil Mittal
Oct 01, 2018
Code First Approach And Code First Migrations In Entity Framework
The intent of this article is to explain the code first approach and code first migrations that Microsoft’s Entity Framework provides. In my last article I explained the theory behind entity framew...
Akhil Mittal
Oct 04, 2018
Learning Web API 2 With Entity Framework 6 Code First Migrations
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...
Akhil Mittal
Oct 13, 2018
Entity Framework In MVC - Part Eight
In the previous article, I have explained One- to- One relationship of code first approach in Entity Framework. In this article, I will explain one –to- one and one- to - Many relationships in code...
Mithilesh Kumar
Aug 16, 2018
Entity Framework In MVC - Part Seven
In the previous article, I explained, how to perform CRUD and how to perform searching functionality using the code-first approach and Repository using single table. In this article, I will explain...
Mithilesh Kumar
Aug 07, 2018
CRUD Operation With Repository And Database Initialization In Code First Approach In MVC - Part Six
In the previous article, I explained about Code First Migrations and how enable Code First Migrations. In this article, I will explain How to perform CRUD and how to perform searching functionality...
Mithilesh Kumar
Jul 26, 2018
Code First Migration In Entity Framework - Part Five
In the previous article, I have explained how to implement a code first approach with a CRUD operation when we don’t have an existing database. In this article, I will explain about Code First Migr...
Mithilesh Kumar
Jul 20, 2018
Code First Approach With CRUD Operation In Entity Framework In MVC - Part Four
In previous article, I have explained how to implement code first approach when we have existing database. Now, I will explain that how to implement code first approach when we don’t have existing ...
Mithilesh Kumar
Jul 17, 2018
Entity Framework In MVC - Part Two
In this article, I will explain how to use code first approach of entity framework in console application C#.
Mithilesh Kumar
Jul 03, 2018
Entity Framework In MVC - Part One
I will give a brief introduction about Entity framework and how to implement entity framework in MVC.
Mithilesh Kumar
Jul 02, 2018
Learn EF Core 2.1 Features
EF Core 2.1 is the latest version of Entity Framework Core announced at Build 2018. Here is a list of new features in this verision.
Mahesh Chand
May 23, 2018
Entity Framework, Its Approaches, And How It Maps The Conceptual Schema With Storage Schema
It is a tool to access the database. More accurately, it’s classified as an Object/Relational Mapper (ORM) which means it maps data in a relational database into objects of our applications.
Usama Shahid
May 14, 2018
MVC CRUD Operations Using Entity Framework
In this article I am going to talk about MVC CRUD Operations Using Entity Framework 6 without writing any code. First, you should learn about MVC and the basics of Entity Framework.
Sathiyamoorthy S
Mar 27, 2018
Table Splitting In Entity Framework Core 2.0
One of the major benefits of the Entity Framework is that our entity model does not need to match our database model. With Table Splitting, it is possible to map multiple entities to the single dat...
Jignesh Trivedi
Mar 06, 2018
No Records Available.
81
-
100
of
116
<<
2
3
4
5
6
>>
Build Progressive Web Apps
Challenge yourself
Robotics and Hardware
E-Book Download
Get Certified
React Js