Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
CAREER
MEMBERS
JOBS
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
(64)
Blogs
(25)
Resources
(1)
Videos
(2)
News
(7)
All
Articles
Blogs
News
Videos
RECENT POSTS
Entity Framework Core In Docker Container - Part I - SQL Server
In this article, we will learn using Docker with Entity Framework Core and with different databases.
Bassam Alugili
May 03, 2019
New Features Of Entity Framework Core 2.1 - Lazy Loading
This article discusses the new feature added to Entity Framework Core 2.1, i.e., Lazy Loading.
Mukesh Kumar
Apr 12, 2019
Features Of Entity Framework Core 2.1 - Better Column Ordering In Initial Migration
This article discusses the new features added in Entity Framework Core 2.1.
Mukesh Kumar
Apr 11, 2019
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 Usage Considerations
Do you wonder if Entity Framework is better than ADO.NET, or when you should be using Entity Framework? In this article, we will discuss the answer to these questions.
Navneet Arora
Mar 27, 2019
Create ASP.NET MVC Web API Using Entity Framework With MySQL Database
In this tutorial, I'm going to show how to create an ASP.NET MVC Web API using Entity Framework for MySql Database.
Chandrakant Patil
Mar 15, 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
Access Stored Procedure With User Defined Data Type Using Entity Framework
Accessing table value type in Entity Framework. This blog shows to access stored procedures in Entity Framework that are using custom table type.
Mitesh Gadhiya
Jan 18, 2019
Entity Framework Core Migrations
This article explains Entity Framework Core migrations and how to use the Table Attributes.
Debasish Tutu
Dec 28, 2018
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 17, 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 16, 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 16, 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 16, 2018
Integrating MySQL With Visual Studio Using Entity Framework
The article describes the way to establish the proper environment in which one can integrate MySQL with Visual Studio using Entity Framework.
Fahad Malik
Oct 15, 2018
Difference Between First() And FirstOrDefault()
The major difference between First and FirstOrDefault is that First() will throw an exception if there is no result data for the supplied criteria whereas FirstOrDefault() returns a default value (...
Pravin Lalge
Oct 14, 2018
Multiteancy Implementation On Single Database With Same Schema
Most of the people are implementing Multi-Tenancy using multiple databases, hence it's a good practice to distinguish tenant data on different databases. But in some cases, we have to implement...
Jayakrishna K
Sep 28, 2018
EF Code-First Approach Vs Database-First Approach
Let us discuss some of the advantages and disadvantages of Code-First approach and Database-First approach of Entity Framework.
Sai Kumar Koona
Sep 02, 2018
Execute Stored Procedure In Entity Framework
In EF (Entity Framework), there are mainly two ways to execute the stored procedure.
Jaimin Shethiya
Aug 22, 2018
Introduction To Entity Framework And Entity Framework Core
As per our old EF, we are using both the approaches that first create classes then you run it or compile it. It will create the database automatically. And the second approach first creates a datab...
Samir Bhogayta
Aug 21, 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 09, 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
No Records Available.
26
-
50
of
97
<<
1
2
3
4
>>