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)
Blogs
Getting Started with LINQ Queries in Entity Framework
It will provide a detailed overview of LINQ queries with Entity Framework, with a focus on beginners who are just starting to use this technology. The blog will likely cover the basics of LINQ and ...
Alpesh Maniya
May 11, 2023
Entity Framework Code First Approach
In this blog, you will learn about the Entity Framework Code First Approach.
Somnath Banerjee
Jul 21, 2020
Eager Loading In Repository Pattern Entity Framework Core
In this blog, we will learn Eager Loading In Repository Pattern Entity Framework Core
Srishti Gupta
Nov 18, 2019
How To Add Temp Table Support In Entity Framework
When a Temp table is defined in a procedure, it cannot be accessed in the entity framework. This is due to the absence of the schema of the temp table in the entity framework. An example is describ...
Laxmidhar Sahoo
Nov 04, 2019
Using ASPNET Identity objects in Entity Framework DB First
Using ASPNET Identity objects in Entity Framework DB First
Jimit Bhatt
Jul 18, 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 Core Migrations
This article explains Entity Framework Core migrations and how to use the Table Attributes.
Debasish Tutu
Dec 28, 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
Transactions In Entity Framework
In this blog, we will be talking about how transactions take place in Entity Framework.
Rahul Kumar
Jan 30, 2018
Verify Database Prior To Data Insertion Using EF
This blogs talks about how to verify DB schema before doing insert operation via Entity Framework.
Shweta Lodha
Dec 30, 2017
Logging Database Operations To File In Entity Framework 6
Here, you will learn how to log the database operation to files in Entity Framework 6
Gnanavel Sekar
Oct 19, 2017
How To Validate The Entity Framework Generated Database Connection String Before Starting An Appl...
Here we going to discuss, how to validate the entity framework connection string in c#. Here we going to discuss, how to validate the entity framework generated database connection string in c# bef...
Gnanavel Sekar
Oct 06, 2017
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
Jul 24, 2017
Entity Vs Model Vs ViewModel Vs DataModel
Different people define Entity, Model, ViewModel and DataModel in different ways. However, these terms may sometimes differ from their actual meaning, based upon the context. However, through this ...
Gaurav Gahlot
Jul 07, 2017
No Records Available.
View More
Build Progressive Web Apps
Challenge yourself
Alchemy
E-Book Download
Get Certified
Flutter