Home Archive C# 14, AOT, and ASP.NET Core – .NET News Daily Issue #329 (Nov 19, 2025)

Editor's note

I kept this issue deliberately mixed, from language and runtime updates to practical app-building pieces. The C# 14 roundup and the Native AOT state-of-the-art post are especially useful if you’re tracking where the platform is headed, while the middleware and HttpClientFactory guides are solid day-to-day references.

C# 14, AOT, and ASP.NET Core

Enjoying the newsletter? Your feedback helps us grow and reach more developers.

Share your testimonial →

Today's Articles

Stop Reinventing the Wheel: These .NET Packages Work Smarter, So You Don’t Have To

https://medium.com/@freakyali/stop-reinventing-the-wheel-these-net-packages-work-smarter-so-you-dont-have-to-a8d78e7953f1

A new round of underrated C# tools that quietly do the heavy lifting. Continue reading on Stackademic »

Article preview

If .NET brewed beer...

https://www.youtube.com/watch?v=Yi6Uf5DojaU

Article preview

Building Intelligent Apps with .NET

https://www.youtube.com/watch?v=N0DzWMkEnzk

This session guides you through building intelligent applications using .NET's unified AI abstractions, including Microsoft.Extensions.AI. .NET 10 — The most intelligent and unified .NET yet: https://...

Article preview

Cake v6.0.0 released

https://cakebuild.net/blog/2025/11/cake-v6.0.0-released

Version 6.0.0 of Cake has been released. Take it for a spin and give us feedback on our discussion board.

Article preview

.NET 10 & C# 14 Just Rewrote the Rulebook — 17 Features That Will Change How You Code Forever

https://blog.stackademic.com/net-10-c-14-just-rewrote-the-rulebook-17-features-that-will-change-how-you-code-forever-8655371fe35c

From file-based apps to EF Core’s JSON magic and Blazor’s WASM power-ups — discover the upgrades that will reshape API design… Continue reading on Stackademic »

Article preview

Database Sharding in Simple Terms — With a Real-World Analogy and C# Examples

https://dotnetfullstackdev.medium.com/database-sharding-in-simple-terms-with-a-real-world-analogy-and-c-examples-8382408a970e

When traffic is small, a single database server feels more than enough. But as your application grows, one day you hit the wall:

Article preview

Fixing Blocking Requests using CancellationToken in .Net Core

https://medium.com/@devesh.akgec/fixing-blocking-requests-using-cancellationtoken-in-net-core-6b2a235a332e

We will learn how to use CancellationToken to improve prformance for .net core applications.

Article preview

ASP.NET Core Middleware: A Practical Guide to Building the Request Pipeline

https://medium.com/@asad072/asp-net-core-middleware-a-practical-guide-to-building-the-request-pipeline-93231bf8e2a6

In ASP.NET Core, every HTTP request passes through a pipeline of middleware components that handle tasks like routing, authentication…

Article preview

State of Native AOT in .NET 10

https://code.soundaranbu.com/state-of-nativeaot-net10

After 3 years since my previous article on Native AOT, let’s find out how far AOT compilation in .NET has come.

Article preview

Nullable Reference Types: It's Actually About Non-Nullable Reference Types

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

<img src="https://cdn.dotnetnews.co/imports/e20a3b5c37966c75c0c23d600e65b3f46ce3e1bdd17b5ff1d8c796285db39115.jpg" width="100%" style="display:block" class="hide-on-mobile" data-bit="iit" alt="Article preview"s Actually About Non-Nullable Reference Types" height="200" loading="lazy" decoding="async">

Going Passwordless - A Practical Guide to Passkeys in ASP.NET Core

https://www.youtube.com/watch?v=U4_KcjJOxOE

Article preview

Choosing Between Dapper and Entity Framework: A Practical Guide for Real-World Projects

https://medium.com/@solanki.jignesh.r/choosing-between-dapper-and-entity-framework-a-practical-guide-for-real-world-projects-4b47fb820da6

Learn how project size, complexity, and performance needs decide the right ORM for your .NET application.

Article preview

What Sealed Classes Really Do — and Why Most Devs Ignore Them

https://levelup.gitconnected.com/what-sealed-classes-really-do-and-why-most-devs-ignore-them-85dd4c6b82a0

Let’s be real — nobody gets out of bed excited to talk about sealed classes. They’re like the uninvited guest in the C# family photo —… Continue reading on Level Up Coding »

Article preview

Taking .NET out of .NET Aspire - working with non-.NET applications

https://www.youtube.com/watch?v=FcAi-kqo3ps

Article preview

Why I Built .NET News

https://medium.com/@jasenf/why-i-built-net-news-d9abc8e533d6

After over two decades swimming through the .NET ecosystem, I hit a point where keeping up felt like a part‑time job. Great posts were…

Article preview

EF Core Performance Improvements With The New ExecuteUpdate & ExecuteDelete in .NET

https://medium.com/@mariammaurice/ef-core-performance-improvements-with-the-new-executeupdate-executedelete-in-net-60ec414bf32b

By: (Mori) A Complete Guide for .NET 9 Developers Continue reading on JavaScript in Plain English »

Article preview

Visual Studio Debugger: Advanced Techniques

https://www.youtube.com/watch?v=6afeRSFQiw0

Visual Studio 2026 — Faster, smarter, and built for the future: https://aka.ms/visualstudio2026/announcement Learn about conditional breakpoints, tracepoints, data breakpoints, and the new AI-powered...

Article preview

Matthew Watt Smatterings of F#

https://www.youtube.com/watch?v=GcEHiY6Vp-8

In this talk, we're going to look at the ways I use smatterings of F# here and there to scratch my itch - and give back to the community! Maybe you have, and you love it as much as I do.

Article preview

Config Files in .NET: The Beginner-Friendly Guide You Wish You Had

https://medium.com/@sweetondonie/config-files-in-net-the-beginner-friendly-guide-you-wish-you-had-4b509d4da88f?source=rss------csharp-5

Open any modern .NET application, and you’ll probably find an appsettings.json file sitting quietly at the root of the project. It might…

Article preview

The Ultimate Guide to HttpClientFactory in C#: Master the Art of HTTP Calls

https://medium.com/@hpultimatemedia/the-ultimate-guide-to-httpclientfactory-in-c-master-the-art-of-http-calls-10c9f3dfa4a8?source=rss------csharp-5

Friend link :- Read full story for free!

Article preview

Operators C#

https://medium.com/@amant8391/operators-c-7000b32ecb65

𝐓𝐡𝐢𝐬 𝐂# 𝐜𝐨𝐝𝐞 𝐥𝐨𝐨𝐤𝐬 𝐁𝐑𝐎𝐊𝐄𝐍. 𝐁𝐮𝐭 𝐢𝐭 𝐫𝐮𝐧𝐬 𝐩𝐞𝐫𝐟𝐞𝐜𝐭𝐥𝐲.

Article preview

What’s New in C# 14: Transforming .NET Coding

https://medium.com/@askpt/whats-new-in-c-14-transforming-net-coding-8f5e6c0f9b6a

C# 14 is here, and it’s packed with updates designed to make your code cleaner, faster, and more enjoyable to write.

Article preview

.NET vs .NET Framework — What to Choose in 2025?

https://medium.com/@spacholski99/net-vs-net-framework-what-to-choose-in-2025-f9eab62def9d

The .NET world has undergone a massive transformation in recent years. If you’re just starting with Microsoft technologies or planning to…

Article preview

Jasen's take on today's picks

Stop Reinventing the Wheel: These .NET Packages Work Smarter, So You Don’t Have To

A handy roundup of underrated C# packages that do real work so you can spend less time rebuilding common utilities.

If .NET brewed beer...

A fun video premise that still points back to practical intelligent-app ideas in the .NET ecosystem.

Cake v6.0.0 released

Cake 6.0.0 is out, which matters if your build and automation scripts depend on a stable cross-platform pipeline.

.NET 10 & C# 14 Just Rewrote the Rulebook — 17 Features That Will Change How You Code Forever

A broad look at .NET 10 and C# 14 features, including EF Core and Blazor changes that will affect everyday coding.

Database Sharding in Simple Terms — With a Real-World Analogy and C# Examples

Database sharding explained with a simple analogy and C# examples, making a scaling topic easier to reason about.

Fixing Blocking Requests using CancellationToken in .Net Core

A focused CancellationToken piece for anyone trying to stop blocked requests from quietly hurting throughput.

ASP.NET Core Middleware: A Practical Guide to Building the Request Pipeline

A practical middleware guide that reminds you how much of ASP.NET Core lives in the request pipeline.

State of Native AOT in .NET 10

A useful progress check on Native AOT in .NET 10 for developers caring about startup time and deployment size.

Nullable Reference Types: It's Actually About Non-Nullable Reference Types

A passkeys talk tucked inside a nullable-reference-types title, so the content may be broader than the headline suggests.

Choosing Between Dapper and Entity Framework: A Practical Guide for Real-World Projects

A real-world Dapper-versus-EF comparison for choosing an ORM based on project size and performance needs.

What Sealed Classes Really Do — and Why Most Devs Ignore Them

A short reminder that sealed classes are about design intent and constraints, not just language trivia.

Taking .NET out of .NET Aspire - working with non-.NET applications

A reminder that Aspire can host non-.NET workloads too, which is where the platform gets interesting in mixed systems.

EF Core Performance Improvements With The New ExecuteUpdate & ExecuteDelete in .NET

EF Core's ExecuteUpdate and ExecuteDelete can save a lot of round-trips when you need bulk data changes.

Visual Studio Debugger: Advanced Techniques

Advanced Visual Studio debugging techniques are always worth revisiting, especially with newer AI-assisted tooling in the mix.

Matthew Watt Smatterings of F#

A F# talk from a practical perspective, which is a nice change of pace for teams who mostly live in C#.

Config Files in .NET: The Beginner-Friendly Guide You Wish You Had

A beginner-friendly config-file guide that should help newer .NET developers get oriented quickly.

The Ultimate Guide to HttpClientFactory in C#: Master the Art of HTTP Calls

HttpClientFactory still deserves attention because outbound HTTP code is easy to get wrong at scale.

Operators C#

Operators in C# can be more surprising than they look, which makes this a useful refresher for language details.

What’s New in C# 14: Transforming .NET Coding

C# 14 coverage that should help you separate headline features from the ones you'll actually use.

.NET vs .NET Framework — What to Choose in 2025?

A comparison of .NET and .NET Framework that is still relevant for modernization conversations in 2025.

Related issues

📬 Get daily .NET content delivered to your inbox