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
(63)
Blogs
(25)
Resources
(1)
Videos
(2)
News
(7)
All
Articles
Blogs
News
Videos
RECENT POSTS
Microsoft Shares The Plan For EF Core 6.0
EF Core 6.0 is scheduled for release in November 2021.
Kuldeep Singh
Jan 21, 2021
Deep Dive into Many-to-Many: A Tour of EF Core 5.0 pt. 2
On the surface many-to-many in EF6 and EF Core look very similar. However, under the covers the design in EF Core 5.0 is much more flexible and powerfulIn this episode, Arthur Vickers returns to ...
Cecil Phillip
Jan 12, 2021
A Tour of EF Core 5.0 pt 1
EF Core 5.0 includes support for many-to-many relationships and TPT mapping, two sorely missed features from EF6. Join us for a whirlwind tour where we compare EF Core 5.0 features with those from ...
Cecil Phillip
Jan 06, 2021
EF Core 5 RC2 Released
EF Core 5 RC2 is a feature-complete release. You can use it in production
Kuldeep Singh
Oct 14, 2020
Entity Framework using C#
Entity framework in C# is an object relational mapping framework. In this article, we will see how to use Entity Framework in a C# application.
Emiliano Musso
Oct 13, 2020
Entity Framework Code First Approach
In this blog, you will learn about the Entity Framework Code First Approach.
Somnath Banerjee
Sep 07, 2020
EF Core 5.0 Preview 8 Released
EF Core 5.0 Preview 8 features table-per-type (TPT) mapping, SQLite table rebuilds for migrations, and table-valued functions.
Kuldeep Singh
Aug 26, 2020
Entity Framework DBFirst Approach - Step-By-Step Guide
This article is important with respect to the ORM tool Entity framework.
Rikam Palkar
Jun 22, 2020
Setting Up Entity Framework Using Code First Migrations
In this article, you will learn about setting up entity framework using code first migrations.
Amit Naik
May 31, 2020
Create, Edit And Delete API Using Entity Framework Core
In this article, you will learn about create, Edit and Delete API using Entity Framework Core.
Venkatesh Kumar
May 12, 2020
EF Core - SELECT DISTINCT on a Few Columns Only
In this article, you will learn about implementing EF Core - SELECT DISTINCT on selected columns only.
Konstantin Triger
Apr 26, 2020
Using Entity Framework Core Code First Approach
In this article, you will learn how to use the Entity Framework Core code first approach.
Venkatesh Kumar
Apr 22, 2020
EFCore Implementation Using .NET core
In this article, you will learn about EFCore Implementation using .Net core.
Venkatesh Kumar
Apr 22, 2020
Insert Records In Two Tables In Foreign Key Relationship Using Entity Framework Core
In this article, you will learn how to Insert Records in two tables in foreign key relationship using entity framework core.
Piyush Pansuriya
Apr 17, 2020
Efficient Data Modification with Entity Framework Core
In this article, you will learn about efficient data modification with Entity Framework Core.
Konstantin Triger
Apr 16, 2020
How To Configure A .Net Core 3.1 With MariaDB Using EntityFrameworkCore
This article talks about the way you can configure a .Net core 3.1 project to work with MariaDB.
Margaal
Feb 17, 2020
Entity Framework Core 5.0 - Plan Quick Review
Plan for Entity Framework Core 5.0 - Review:https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-5.0/plan
Bassam Alugili
Feb 11, 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
Entity Framework Core And Cosmos DB With Blazor
In this article, we will learn how to get started with Entity Framework Core and Cosmos Db with Blazor. We will create a demo application as well for better understanding.
Bassam Alugili
Jul 29, 2019
Using ASPNET Identity objects in Entity Framework DB First
Using ASPNET Identity objects in Entity Framework DB First
Jimit Bhatt
Jul 23, 2019
Interview Key Points About Entity Framework In A Nutshell
If you are facing an interview in Entity framework, then this is the article you must read before the interview process.
Mahesh Alle
Jul 10, 2019
Entity Framework Core In Docker Container - Part Two - SQLite
This article offers a good step-by-step tutorial on using SQLite and Entity Framework Core with Docker.
Bassam Alugili
May 15, 2019
All The Steps For Query Execution In Entity Framework
In this article, we will be exploring the life cycle of query execution in Entity Framework.
Atul Sharma
May 13, 2019
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
View More
No Records Available.