Home Archive EF Core, Azure and AI API updates – .NET News Daily Issue #302 (Oct 13, 2025)

Editor's note

I pulled a pretty varied mix today, with EF Core performance and concurrency pieces sitting right next to Azure guidance and API design. The .NET 10 AI article and the Kestrel deep dive stood out because they connect platform direction with day-to-day implementation choices.

EF Core, Azure and AI API updates

Welcome to a brand-new week, where Monday sets the stage like the lead guitarist in your favorite rock band, gearing up to deliver some epic .NET riffs. Fueled by caffeine and the thrill of problem-solving, we're ready to tackle those unread code reviews and refactor like it's 1999. This week's curation is packed with the kind of insights that transform code from "it works" to "it's art." Let's get those gears turning and see what .NET has in store for your seasoned fingertips.

Today's Articles

1 Sneaky EF Core Trick That Makes Heavy Includes Fast: Query Splitting (with a Clean .NET

https://medium.com/@michaelmaurice410/1-sneaky-ef-core-trick-that-makes-heavy-includes-fast-query-splitting-with-a-clean-net-879d17b505fd

If you want the full source code, join our community: Here

Article preview

Azure Pricing Calculator: Estimate Smarter, Plan Confidently

https://www.youtube.com/watch?v=7b84OrcATUQ

In this episode of the #AzureEssentialsShow, host Thomas Maurer and guest Britt Henderson from Microsoft Azure dive into the #AzurePricingCalculator, exploring its features, benefits, and practical ap...

Article preview

Developer and AI Code Reviewer: Reviewing AI-Generated Code in .NET

https://devblogs.microsoft.com/dotnet/developer-and-ai-code-reviewer-reviewing-ai-generated-code-in-dotnet/

Enhancing the role of the developer with the responsibility of reviewing AI-generated code is a transformative step for developers. You become a critical gatekeeper for the quality, reliability, and m...

Article preview

Master Integration Testing in .NET 8: Automate Your Azure Logic Apps Like a Pro

https://blog.devgenius.io/master-integration-testing-in-net-8-automate-your-azure-logic-apps-like-a-pro-2a738770d329

Hi friends! happy to see you again 👋😃. Today let’s dive into very intresting tuitorial topic i.e “Integration testing with .Net for… Continue reading on Dev Genius »

Article preview

C# Partial Constructors and Events Explained with Real-Life Bank Example

https://medium.com/@solanki.jignesh.r/c-partial-constructors-and-events-explained-with-real-life-bank-example-ff7201c69b91

How Partial Classes Make Your Code Cleaner and Events Make It Smarter

Article preview

FastEndpoints vs Traditional Controllers in .NET — A Modern API Framework Comparison

https://medium.com/@dino.cosic/fastendpoints-vs-traditional-controllers-in-net-a-modern-api-framework-comparison-662b4f06e603

Learn how FastEndpoints compares to traditional Controllers and why many developers are switching for better performance and simplicity

Article preview

🔴 VS Code Live - v1.105 Release

https://www.youtube.com/watch?v=4Oscngju_xQ

Article preview

Interesting new C# 14 features coming with .NET 10

https://thomaslevesque.com/2025/04/11/interesting-new-csharp-14-features-coming-with-net-10/

With the release of .NET 10 just around the corner (next month!), it's time to take a look at the new features we can expect for C# 14. Note: the goal of this post is not to be an exhaustive list of a...

Article preview

Stop Fighting the GC: 5 .NET Memory Hacks That Actually Work

https://blog.stackademic.com/stop-fighting-the-gc-5-net-memory-hacks-that-actually-work-cf8d94fb6c27

How to make the garbage collector work with you, not against you. Continue reading on Stackademic »

Article preview

⚙️ Understanding Kestrel Web Server in .NET Core — Deep Dive with Real-World Examples

https://www.c-sharpcorner.com/article/understanding-kestrel-web-server-in-net-core-deep-dive-with-real-world-exa/

Dive deep into Kestrel, the cross-platform web server for ASP.NET Core! Learn its architecture, how it handles requests, and how to configure it for optimal performance. Discover real-world examples, ...

Article preview

7 .NET Performance Interview Questions Senior Devs Actually Face (And How to Answer Them)

https://isitvritra101.medium.com/7-net-performance-interview-questions-senior-devs-actually-face-and-how-to-answer-them-6e3f30f6c09c

You’ve optimized production apps for years. Here’s how to talk about it in 45 minutes

Article preview

Abstraction in C#: Hiding the Mess, Showing the Magic

https://medium.com/@sweetondonie/abstraction-in-c-hiding-the-mess-showing-the-magic-4a7021292ccd

When I first heard the term abstraction, I thought: “Is this about painting abstract art? Because I’m terrible at drawing.”

Article preview

9 Practical Ways to Track Entity Changes in EF Core (with a Clean .NET 9 Audit Logger)

https://medium.com/@michaelmaurice410/9-practical-ways-to-track-entity-changes-in-ef-core-with-a-clean-net-9-audit-logger-6511a36e035a

If you want the full source code, join our community: Here

Article preview

.NET 10: The Deathblow to Python’s AI Dominance? 💀

https://www.gapvelocity.ai/blog/dotnet10-smacks-down-python-ai

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...

Article preview

Optimistic vs Pessimistic Locking in EF Core Explained

https://medium.com/@kittikawin_ball/optimistic-vs-pessimistic-locking-in-ef-core-explained-f3f8777ab8e5

Understand the difference between `optimistic` and `pessimistic` locking in EF Core with code examples.

Article preview

5 .NET Patterns That’ll Save Memory, CPU, and Your Sanity

https://blog.stackademic.com/5-net-patterns-thatll-save-memory-cpu-and-your-sanity-69673ade2e7f

Modern .NET gives you tools to make data handling effortless, if you know where to look. Continue reading on Stackademic »

Article preview

The Hidden Truth About IReadOnlyCollection vs. IEnumerable in .NET — Most Developers Get This Wrong

https://medium.com/@ashokreddy343/the-hidden-truth-about-ireadonlycollection-vs-ienumerable-in-net-most-developers-get-this-wrong-11a81472c03b

Discover the subtle yet powerful differences between these two interfaces that can make or break your app’s performance, maintainability…

Article preview

Azure API Management Gateway — ABC Inc : Full Setup Guide (step-by-step)

https://www.c-sharpcorner.com/article/azure-api-management-gateway-abc-inc-full-setup-guide-step-by-step/

This comprehensive guide provides a step-by-step walkthrough of setting up Azure API Management (APIM) for ABC Inc. Learn how to publish, secure, and monitor backend APIs (App Service, Azure Functions...

Article preview

Building .NET Microservices: A Beginner-Friendly Guide

https://medium.com/@aqeelkhadim/building-net-microservices-a-beginner-friendly-guide-3baf980ee867

Microservices are no longer just a buzzword — they’re the backbone of modern scalable applications. If you’ve worked with monolithic apps…

Article preview

Repository Pattern Over EF: Boon or Burden?

https://www.c-sharpcorner.com/article/repository-pattern-over-ef-boon-or-burden/

Explore the Repository Pattern with Entity Framework in .NET. This article dives into whether wrapping EF with a repository is a boon or burden, covering Unit of Work, generic repositories, read/write...

Article preview

Jasen's take on today's picks

1 Sneaky EF Core Trick That Makes Heavy Includes Fast: Query Splitting (with a Clean .NET

Query splitting is a practical EF Core fix when heavy includes start dragging your app down.

Azure Pricing Calculator: Estimate Smarter, Plan Confidently

Azure Pricing Calculator is a useful reminder that architecture decisions also need cost estimates.

Developer and AI Code Reviewer: Reviewing AI-Generated Code in .NET

Microsoft’s AI code reviewer article is worth reading if you’re deciding how humans should vet generated code.

Master Integration Testing in .NET 8: Automate Your Azure Logic Apps Like a Pro

Integration testing Azure Logic Apps in .NET 8 is the kind of workflow automation tutorial teams can actually use.

C# Partial Constructors and Events Explained with Real-Life Bank Example

Partial constructors and events make for a quirky C# refresher, even if the bank example is doing a lot of heavy lifting.

FastEndpoints vs Traditional Controllers in .NET — A Modern API Framework Comparison

FastEndpoints vs controllers is a solid comparison for teams weighing simpler APIs against the familiar MVC style.

🔴 VS Code Live - v1.105 Release

The VS Code Live release is mostly editor news, but the C# 14 and .NET 10 notes make it relevant.

Stop Fighting the GC: 5 .NET Memory Hacks That Actually Work

The GC memory hacks piece leans practical, which is exactly what performance tuning needs.

⚙️ Understanding Kestrel Web Server in .NET Core — Deep Dive with Real-World Examples

Kestrel’s deep dive is a good fit if you want to understand how ASP.NET Core handles requests under load.

7 .NET Performance Interview Questions Senior Devs Actually Face (And How to Answer Them)

Those senior performance interview questions are helpful because they turn real production work into explainable answers.

Abstraction in C#: Hiding the Mess, Showing the Magic

Abstraction in C# is basic on the surface, but still useful as a teaching piece for newer developers.

9 Practical Ways to Track Entity Changes in EF Core (with a Clean .NET 9 Audit Logger)

The EF Core audit logger article is another hands-on data tracking post, with a .NET 9 angle.

.NET 10: The Deathblow to Python’s AI Dominance? 💀

The .NET 10 AI headline is provocative, but it does highlight real platform momentum around native AI and vectors.

Optimistic vs Pessimistic Locking in EF Core Explained

Optimistic versus pessimistic locking is evergreen material for anyone dealing with concurrent updates in EF Core.

5 .NET Patterns That’ll Save Memory, CPU, and Your Sanity

The memory, CPU, and sanity patterns article looks like another broad performance roundup with a utility-first angle.

The Hidden Truth About IReadOnlyCollection vs. IEnumerable in .NET — Most Developers Get This Wrong

IReadOnlyCollection versus IEnumerable is one of those API design choices that still trips up experienced developers.

Azure API Management Gateway — ABC Inc : Full Setup Guide (step-by-step)

The Azure API Management guide is especially relevant if you need to front, secure, and monitor backend services.

Building .NET Microservices: A Beginner-Friendly Guide

The microservices beginner guide stays accessible, which makes it useful for teams moving beyond monoliths.

Repository Pattern Over EF: Boon or Burden?

The repository pattern article revisits a long-running .NET debate, and that’s usually where the most honest lessons live.

Related issues

📬 Get daily .NET content delivered to your inbox