data access
Entity Framework Core Articles, Tutorials & News
Entity Framework Core articles, tutorials, and news from the DotNetNews archive.
544 articles Updated Page 12 of 22
Browse additional Entity Framework Core articles from the DotNetNews archive.
Entity Framework Core articles
Page 12 of 22
Newest first
-
The 7 Sneaky EF Core Change Tracking Bugs That Silently Destroyed My Data (Until I Cracked the Fix)
blog.stackademic.com Issue #311
Discover how invisible tracking issues can overwrite your entities, break relationships, and cause ‘random’ bugs — and learn the exact… Continue reading on Stackademic »
-
When LINQ becomes a mess | Clean EF Core queries
medium.com Issue #311
Sometimes it’s really hard to follow the logic in LINQ — especially if the query is a giant one. And if you’re wondering how to make it…
-
7 Smart Ways to Use EF Core Query Filters (Global Filters) — with a Clean .NET 9 Example
medium.com Issue #310
If you want the full source code, join our community: Here
-
LifeTracker — A .NET App 5: Many to Many Relationship Notes
jackymlui.medium.com Issue #309
Perhaps the most complex part of this app is the Many-to-Many relationship between the Template and Question models. You can find the code…
-
Auditing Changes in EF Core: Track Who Updated What and When
medium.com Issue #309
A step-by-step guide to logging who updated what and when in your .NET applications.
-
JWT Authentication with ASP.NET Core Identity and Entity Framework (EF)
c-sharpcorner.com Issue #309
Secure your ASP.NET Core Web APIs with JWT authentication! This tutorial guides you through integrating ASP.NET Core Identity, Entity Framework Core, and JSON Web Tokens for robust user authentication...
-
The Better Way to Configure Entity Framework Core.
medium.com Issue #307
When you start a new .NET project, setting up Entity Framework Core (EF Core) seems easy — you just add your DbContext , connection string…
-
Clean Architecture in .NET Core
c-sharpcorner.com Issue #306
This article provides a practical guide with code examples, demonstrating how to separate concerns using the Dependency Rule. Learn to structure your .NET Core projects effectively by isolating domain...
-
Implementing Soft Delete in Entity Framework Core with Generic Repository
medium.com Issue #306
Why Soft Delete?
-
EF Core DBContext Entities configuration refactoring
medium.com Issue #306
I’ve noticed that many .NET projects have one thing in common — a very messy DbContext full of entity configuration code.
-
High Performance and Scalability in ASP.NET Core
c-sharpcorner.com Issue #305
This article provides actionable strategies for building blazing-fast web applications. Learn how to optimize asynchronous programming, middleware, caching, EF Core, and Kestrel configuration. Discove...
-
Implement UPSERT – Insert and Update using Fabric Data Pipeline
c-sharpcorner.com Issue #304
Discover how to efficiently implement UPSERT (Update or Insert) operations within Fabric Data Pipelines. This guide provides a practical approach to seamlessly manage data updates and insertions, ensu...
-
Dapper + Entity Framework Core (EF Core) together against PostgreSQL in .NET 8
c-sharpcorner.com Issue #304
Combine the power of Entity Framework Core (EF Core) for schema management and Dapper for raw SQL performance in .NET 8 with PostgreSQL. This guide explores two approaches: using EF Core for CRUD and ...
-
PLINQ in .NET: Supercharging LINQ with Parallelism
medium.com Issue #303
When performance meets simplicity
-
7 Ruthless EF Core Tweaks That Made My Query 233× Faster (with a Clean .NET 9 Example)
medium.com Issue #303
Look, EF Core is awesome… until it quietly turns your app into a potato. The good news? You don’t need a PhD to make it fly. I took a…
-
1 Sneaky EF Core Trick That Makes Heavy Includes Fast: Query Splitting (with a Clean .NET
medium.com Issue #302
If you want the full source code, join our community: Here
-
9 Practical Ways to Track Entity Changes in EF Core (with a Clean .NET 9 Audit Logger)
medium.com Issue #302
If you want the full source code, join our community: Here
-
.NET 10: The Deathblow to Python’s AI Dominance? 💀
gapvelocity.ai Issue #302
Python’s AI reign is toast. .NET 10 (LTS) isn't just an update; it's a weapon. Native vectors in EF Core, AI abstraction (IChatClient!), and performance that makes Python look like a tired, old script...
-
Optimistic vs Pessimistic Locking in EF Core Explained
medium.com Issue #302
Understand the difference between `optimistic` and `pessimistic` locking in EF Core with code examples.
-
Using Stored Procedures and Functions With EF Core and PostgreSQL
milanjovanovic.tech Issue #301
Learn how to use PostgreSQL stored procedures and functions with EF Core to handle complex queries, atomic operations with locking, and database-specific features while keeping the type safety and con...
-
Stop Fighting EF Core: How to Use Stored Procedures and Functions (The Right Way)
medium.com Issue #301
You’re building a .NET application with EF Core. Most of your queries work fine with LINQ, but now you’re hitting scenarios where you need…
-
7 No-Nonsense Steps to the Repository Pattern with EF Core (Clean Architecture, .NET
medium.com Issue #301
You know that feeling when your data access code starts spreading like ketchup on a white shirt? One query in the controller, another in…
-
-
Optimizing Entity Framework Core: Performance Tips Every Developer Should Know
medium.com Issue #299
Practical EF Core performance checklist: Key techniques every .NET
-
Why I Stand By the Unit of Work Pattern With EF Core in.NET 9’s Clean Architecture
medium.com Issue #296
.NET Framework - a powerful & flexible platform for building web-based applications