Home Archive The .NET News Daily Issue #329

The .NET News Daily Issue #329

Your Daily Dose of .NET Insights, Tools, and Trends

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

📬 Get daily .NET content delivered to your inbox