Entity Framework

Entity Framework

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.

Post
Article Video EBook
Entity Framework
Entity Framework Core Tip: When to use .Include() vs .Select()
Entity Framework
Soft Deletes using EF Core Interceptors
Entity Framework
How to Use Multiple DbContexts in Entity Framework Core
Entity Framework
Entity Framework Core in ASP.NET Core
Entity Framework
Common Mistakes Developers Make in EF Core : How to Avoid Them
Entity Framework
Entity Framework Change Tracking
Entity Framework
Handle Entity Framework Transactions
Entity Framework
Entity Framework Core - Deep Performance Optimization Guide
Entity Framework
Keyset Pagination in Entity Framework Core for Efficient Data Retrieval
Entity Framework
Entity Framework Core 9: Ultimate Performance Tuning & Best Practice
Entity Framework
Entity Framework 9 - GroupBy Throwing Exception
Entity Framework
Be Careful Using Distinct and OrderBy in EF Core Queries
Entity Framework
Mastering UseSeeding and UseAsyncSeeding in EF Core 9
Entity Framework
Entity Framework (5), With .Net Core MVC, Database-First
0
Answer
Entity Framework Core Migration - FluentAPI - Extraneous DB Columns
Entity Framework
Simplify Your Queries With “AutoInclude” In EntityFramework Core
1
Answer
what is repository pattern?
3
Answers
Invoke Stored Procedure from EF
Entity Framework
Entity Framework (13), with .Net Core Code-First Summary
Entity Framework
Entity Framework (12), with New .Net Core MVC Code-First
Entity Framework
Entity Framework (11-1), with .Net Core Razor Pages Code-First (2)
Entity Framework
Entity Framework (11), with .Net Core Razor Pages Code-First
Entity Framework
Entity Framework (10), With .Net WebForms, Database-First
Entity Framework
Entity Framework (7), With .NET WPF, Database-First
Entity Framework
Entity Framework (4), With .Net Core MVC, Code-First