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
Entity Framework 7 – Database First – Using EFCorePowerTools
Tutorial on EF7 – Database First approach using GUI tools EFCorePowerTools
Mark Pelf
Jun 06, 2023
Entity Framework 7 – Database First – Using CLI
Tutorial on EF7 – Database First approach using Command Line (CLI)
Mark Pelf
Jun 02, 2023
Filtering Data with Global Query Filters in Entity Framework
In certain cases, you may need to apply filtering conditions to all queries involving specific entities. This can be useful when you want to exclude soft-deleted items, filter data based on certain...
Alpesh Maniya
May 24, 2023
Maximizing Performance in Entity Framework Core: Tracking vs No Tracking
In this article, we will learn about Maximizing Performance in Entity Framework Core and what is the difference between Tracking and No Tracking.
Jay Krishnareddy
May 04, 2023
How To Prevent Dead Lock in Entity Framework
Recently I am working on Entity Framework as a data access layer-based Project. We found many performance issues with this application.
Jignesh Trivedi
May 02, 2013
CRUD Operations In An ASP.NET MVC Web Application Using Entity Framework
In this article, you will learn how to perform CRUD operations in an ASP.NET MVC web application using Entity Framework.
Arvind Yadav
Mar 09, 2023
Did You Hear About Query Filters In Entity Framework Core?
In this article, we can learn about Global Query Filters in Entity Framework Core in .NET is a feature that allows us to apply filters to all queries of a specific entity type.
Jay Krishnareddy
Feb 20, 2023
Differences Between EF, Connected Model, And Disconnected Model
In this article, you will learn differences between EF, connected model and disconnected model.
Tural Suleymani
Feb 20, 2023
Get Started With Entity Framework Core Using SQLite
In this article, you will learn about entity framework core using SQLite.
Aymen Amri
Dec 13, 2022
Installing Entity Framework Core
In this article, you will learn how to Install Entity Framework Core in .Net Core application.
Kirtesh Shah
Oct 18, 2022
Introduction Of The Entity Framework Core 6.0
In this article, you will learn about Entity Framework Core 6.0.
Kirtesh Shah
Oct 12, 2022
Entity Framework Core 6 With Database First
In this article, you will learn about Entity Framework Core 6 With Database First.
Thiago Vivas
Sep 26, 2022
Relationships In Entity Framework Core
This Articles Briefs about how we can Configure Various types of Relationships amongst the Entities Using Entity Framework Core Code First Approach.
Aman Panjwani
May 04, 2022
Entity Framework - DbContext
DbContext is the most important part in Entity Framework. There are many articles on Entity Framework and very small information on DbContext at a single place. In this article I am trying to expla...
Dinesh Gabhane
Mar 25, 2022
EF Core - Effectively Decouple The Data And Domain Model
In this article. you will learn about effectively decoupling the data and domain model.
Charalambos Hadjiantoniou
Mar 04, 2022
Advanced Entity Framework Core: Extract data access layer with migrations to the library project ...
See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json ...
Vitalii Honcharuk
Oct 13, 2021
Advanced Entity Framework Core Tips In Practice: Context pooling, Lazy vs Eager loading, Single v...
Advanced Entity Framework Core Tips In Practice: Context pooling, Lazy vs Eager loading, Single vs. Split Queries, Tracking vs. No-Tracking Queries
Vitalii Honcharuk
Sep 22, 2021
Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext...
When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext ...
Vitalii Honcharuk
Jan 10, 2022
Advanced Entity Framework Core Tips In Practice: DbContext separation, Fluent API and Entities co...
I am describing the practical aspects of working with Entity Framework Core. In this part, I am touching DbContext separation, Fluent API and Entities configuration.
Vitalii Honcharuk
Sep 13, 2021
Advanced Entity Framework Core Tips In Practice: Concurrency, Query filters and SaveChanges Metho...
I am describing the practical aspects of working with Entity Framework Core. In this article I am touching Concurrency token and RowVersion, on save changes interceptor with a bunch of us...
Vitalii Honcharuk
Sep 20, 2021
No Records Available.
41
-
60
of
116
<<
1
2
3
4
5
>>
React.js for Beginners
Challenge yourself
Ruby on Rails Skill
E-Book Download
Get Certified
Unity