data access
Entity Framework Core Articles, Tutorials & News
Entity Framework Core articles, tutorials, and news from the DotNetNews archive.
544 articles Updated Page 5 of 22
Browse additional Entity Framework Core articles from the DotNetNews archive.
Entity Framework Core articles
Page 5 of 22
Newest first
-
Handling Audit Fields in .NET Core Cleanly with AutoMapper Context Items
medium.com Issue #472
🧩 The Requirement
-
How to Integrate Claude AI with .NET Applications
c-sharpcorner.com Issue #472
Learn how to integrate Claude AI with .NET applications using ASP.NET Core, C#, and Claude API. Build AI chatbots, assistants, and enterprise apps.
-
EF Core Auditing Using Interceptors: Step-by-Step Tutorial
c-sharpcorner.com Issue #472
Learn how to implement EF Core auditing using SaveChanges Interceptors. Track CreatedBy, ModifiedBy, timestamps, soft deletes, and user activity with practical examples.
-
.NET Data Community Standup: 8 Real-World Query Anti‑Patterns (and How to Fix Them)
youtube.com Issue #471
Join us for another show, where Chris Woodruff teaches us about 8 query anti-patterns and how to fix them. 🔗 Links: https://learn.microsoft.com/en-us/ef/core/learn-more/community-standups 🎙️ Featuri...
-
Entity Framework Core Interceptors: Real-World Use Cases and Examples
c-sharpcorner.com Issue #471
Learn Entity Framework Core Interceptors with real-world examples. Implement auditing, soft deletes, SQL logging, and performance monitoring in EF Core applications.
-
Database Connection Pooling vs DbContext Pooling in .NET
malshikay.medium.com Issue #469
When working with Entity Framework Core, many developers confuse database connection pooling with DbContext pooling. Although both improve…
-
Building a Full-Stack Task Manager App with .NET Core Web API + Angular 20
medium.com Issue #468
Build a complete Task Manager app with JWT auth, Angular Signals, and EF Core
-
Keep your chat context clean 👀 #VSCode
youtube.com Issue #468
Why Is It Called DbContext in Entity Framework?
-
Concurrency in Dapper Without EF Core
medium.com Issue #467
A practical guide to avoiding lost updates in ASP.NET Core using LastUpdated timestamps
-
Implementing Clean Architecture in .NET 10 - Step-by-Step Guide
codewithmukesh.com Issue #466
A complete, junior-friendly guide to Clean Architecture in .NET 10. Build a movie API across Domain, Application, Infrastructure, and API layers with EF Core and Aspire.
-
.NET 11 Preview 4 Roundup: MAUI, Blazor, EF Core, SDK and Runtime Updates
news.google.com Issue #464
.NET 11 Preview 4 Roundup: MAUI, Blazor, EF Core, SDK and Runtime Updates
-
Building a RAG store with Entity Framework
medium.com Issue #464
On its own, an LLM doesn’t know everything, especially if you want to use it inside your own proprietary business system. It couldn’t have…
-
Repository Pattern in .NET 10 - Do You Really Need It?
codewithmukesh.com Issue #463
I have shipped 50+ .NET APIs and most did not need a Repository Pattern. My sharp .NET 10 verdict on when to use it, when to skip it, what to use instead.
-
Repository Pattern with Entity Framework Core in .NET 10 | Clean Architecture Simplified
medium.com Issue #463
Building scalable applications in .NET 10 is not only about writing APIs — it is about writing maintainable code. That is why many…
-
EF Core without migrations - it's only a matter of time
roundthecode.com Issue #462
Learn why EF Core without migrations is a disaster. Learn how to setup, configure, and deploy using migrations to keep databases consistent across environments. The page EF Core without migrations - i...
-
State Machines in .NET: Modelling Uber’s Trip Lifecycle with EF Core
medium.com Issue #460
A trip isn’t just data — it’s a lifecycle. Requested, assigned, en route, completed, cancelled. Get the transitions wrong, and two drivers…
-
10 EF Core Performance Mistakes (and How to Fix Them) in .NET 10
codewithmukesh.com Issue #459
10 EF Core performance mistakes that ship to production - N+1 queries, missing projections, lazy loading, AsNoTracking, bulk ops - and how to fix each in .NET 10.
-
.NET 11 Preview 4 is now available!
devblogs.microsoft.com Issue #458
Find out about the new features in .NET 11 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more! The post .NET 11 Preview 4 is now available...
-
38 | Entity Framework Core In ASP.NET Core 6 | EF Core 6 | Entity Framework | ASP.NET (Hindi/Urdu) (A7zfiZo5l3)
news.google.com Issue #457
38 | Entity Framework Core In ASP.NET Core 6 | EF Core 6 | Entity Framework | ASP.NET (Hindi/Urdu) (A7zfiZo5l3)
-
Optimistic Concurrency in EF Core 10: ASP.NET Core Web API Guide
codewithmukesh.com Issue #456
Learn how to prevent data conflicts in ASP.NET Core Web API using optimistic concurrency with EF Core 10. RowVersion tokens, conflict resolution, retry strategies, and a decision matrix.
-
Three EF Core Bugs That Quietly Kill Production .NET Apps (And How to Catch Them Early)
medium.com Issue #452
A field guide for .NET teams who’ve outgrown “it works on my machine” — covers EF Core 8, 9, and 10
-
ASP.NET Web API CRUD Operations
news.google.com Issue #451
ASP.NET Web API CRUD Operations - .NET8 And Entity Framework Core Tutorial (yY7pLCuHov)
-
Get Started With ENTITY FRAMEWORK In C#! (rhtBVESaBp)
news.google.com Issue #450
Get Started With ENTITY FRAMEWORK In C#! (rhtBVESaBp)
-
Cleaning Migrations in EF Core 10 - Squash, Reset & Manage History
codewithmukesh.com Issue #448
Learn when and how to clean EF Core 10 migrations. Squash, reset, remove, resolve team conflicts, plus a decision matrix for the right cleanup strategy.
-
Running Migrations in EF Core 10 - 5 Ways Compared
codewithmukesh.com Issue #448
Learn 5 ways to apply EF Core 10 migrations: CLI, Migrate(), SQL scripts, migration bundles, and EnsureCreated. Includes a decision matrix and production checklist.