data access
Entity Framework Core Articles, Tutorials & News
Entity Framework Core articles, tutorials, and news from the DotNetNews archive.
544 articles Updated Page 15 of 22
Browse additional Entity Framework Core articles from the DotNetNews archive.
Entity Framework Core articles
Page 15 of 22
Newest first
-
What are the Best Practices for EF Core Performance Optimization?
c-sharpcorner.com Issue #261
Learn how to optimize Entity Framework Core (EF Core) for high-performance data access. This article covers best practices, from query tuning to memory management, with practical C# code examples. Ide...
-
Why You Should Learn About EF Core AsSplitQuery
medium.com Issue #261
For today we gonna learn to know about .AsSplitQuery() 😊
-
Disabling thread safety check in Entity Framework
steven-giesel.com Issue #261
In this blog post we will have a look into how to disable the thread safety check in Entity Framework. What are the implications of doing so and how to do it.
-
How do I Migrate from .NET Framework to .NET 6/7/8?
c-sharpcorner.com Issue #261
Migrating from the legacy .NET Framework to modern .NET 6, 7, or 8 can unlock massive performance, cross-platform support, and access to the latest tools. This guide walks you through a smooth and saf...
-
-
How To Implement Offset and Cursor-Based Pagination in EF Core
medium.com Issue #258
Efficient pagination is crucial for enhancing application performance and user experience, particularly when working with large datasets… Continue reading on CodeX »
-
How To Apply Global Filters With EF Core Query Filters in .NET 9
medium.com Issue #257
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
Why I Use The Unit of Work Pattern With EF Core | Clean Architecture in .NET 9
medium.com Issue #256
Understanding Caching Strategies in .NET – A Practical Guide
-
Demystifying EF Core on .NET 9: From Models to Migrations
blog.stackademic.com Issue #254
I still remember la primera vez I ran a migration that nuked my prod database — it felt like launching un cohete sin paracaídas. EF Core… Continue reading on Stackademic »
-
MCP C# SDK Deep Dive
youtube.com Issue #254
EF Core Performance Deep Dive: Advanced Optimization Techniques for Enterprise Applications
-
Named Query Filters in EF 10 (multiple query filters per entity)
milanjovanovic.tech Issue #252
https://www.milanjovanovic.tech/blog/named-query-filters-in-ef-10-multiple-query-filters-per-entity
-
Stop Using .Include() — It's Slowing Down Your EF Core Queries (Do This Instead)
medium.com Issue #251
https://medium.com/codeelevation/stop-using-include-its-slowing-down-your-ef-core-queries-do-this-instead-36ef746cd68c?source=rss------dotnet-5
-
Why Your EF Core Queries Are Slow: 10 Performance Traps and How to Avoid Them
medium.com Issue #251
https://medium.com/@krativarshney7/why-your-ef-core-queries-are-slow-10-performance-traps-and-how-to-avoid-them-57dc01907382
-
CRUD Operations in ASP.NET Core with Entity Framework – Real-World Example
c-sharpcorner.com Issue #250
https://www.c-sharpcorner.com/article/crud-operations-in-asp-net-core-with-entity-framework-real-world-example/
-
Repository Pattern & Clean Architecture With Entity Framework Core in .NET 9
medium.com Issue #250
https://medium.com/@michaelmaurice410/repository-pattern-clean-architecture-with-entity-framework-core-in-net-9-5cbf37aefd03
-
Optimizing EF Core Query Performance in .NET 9
medium.com Issue #249
https://medium.com/@michaelmaurice410/optimizing-ef-core-query-performance-in-net-9-6e690150e5e7
-
Entity Framework Core in ASP.NET Core
c-sharpcorner.com Issue #249
https://www.c-sharpcorner.com/article/entity-framework-core-in-asp-net-core/
-
Common Mistakes Developers Make in EF Core : How to Avoid Them
c-sharpcorner.com Issue #247
https://www.c-sharpcorner.com/article/common-mistakes-developers-make-in-ef-core-how-to-avoid-them/
-
The Better Way to Configure Entity Framework Core in .NET 9
medium.com Issue #247
https://medium.com/@michaelmaurice410/the-better-way-to-configure-entity-framework-core-in-net-9-3e76ef55cc91
-
Life Tracker — A .NET app 2: CRUD for Two Models
jackymlui.medium.com Issue #245
https://jackymlui.medium.com/life-tracker-a-net-app-2-crud-for-two-models-ba9cb23343a8
-
AsNoTracking ve ChangeTracker: Entity Framework’te Felsefi Bir Yolculuk
medium.com Issue #242
https://medium.com/@osmanemir739/asnotracking-ve-changetracker-entity-frameworkte-felsefi-bir-yolculuk-7978b88141c1
-
Understanding Entity States in EF Core — A Complete Guide for .NET Developers
mehaseebullah.medium.com Issue #242
https://mehaseebullah.medium.com/understanding-entity-states-in-ef-core-a-complete-guide-for-net-developers-c84e3bb1611b
-
Detecting Missing Migrations in EF Core: A Guide for .NET Developers
medium.com Issue #241
https://medium.com/@adrianbailador/detecting-missing-migrations-in-ef-core-a-guide-for-net-developers-5de35ac335e8
-
Code First vs. Database First: A Pragmatic Guide for Modern Software Engineers
medium.com Issue #241
https://medium.com/@MatinGhanbari/code-first-vs-database-first-a-pragmatic-guide-for-modern-software-engineers-29ac04f1daa1
-
Deploying EF Core migrations in release pipelines
joonasw.net Issue #239
https://joonasw.net/view/deploying-ef-core-migrations-in-release-pipelines