Home Archive Memory optimization, C# 14, and Azure modernization – .NET News Daily Issue #333 (Nov 25, 2025)

Editor's note

I picked a broad mix this time, from low-level memory optimization to bigger-picture modernization work. The GitHub Copilot agent mode piece stood out for teams planning upgrades, and the TUnit story is a good look at where .NET testing is heading.

Memory optimization, C# 14, and Azure modernization

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

Share your testimonial →

Today's Articles

5 .NET Memory Optimization Patterns for High-Performance Systems

https://blog.stackademic.com/5-net-memory-optimization-patterns-for-high-performance-systems-f29c07a0342c

Real production-grade strategies to prevent GC pressure and increase throughput. Continue reading on Stackademic »

Article preview

No more public partial class Program in .NET 10

https://steven-giesel.com/blogPost/9c156006-3e54-45b9-8e0c-ea933e005983

If you are using API Tests with the WebApplicationFactory you might did something like this to have a public Program class: public partial class Program; No more!

Article preview

Understanding HTTP Methods in Web API (.NET)

https://medium.com/@shreyans_padmani/understanding-http-methods-in-web-api-net-e2589fb6c6b4?source=rss------dotnet-5

HTTP methods are essential in Web API (.NET) to define how clients interact with a server. Methods like GET, POST, PUT, and DELETE help…

Article preview

Working with ASP.NET WebForms in Visual Studio 2026: A Practical Guide

https://medium.com/@mpholoane/working-with-asp-net-webforms-in-visual-studio-2026-a-practical-guide-239deae82131

Why You’re Probably Reading This

Article preview

5 Underrated C# Moves That Make You Wonder Why You Ever Wrote Code the Old Way

https://medium.com/@freakyali/5-underrated-c-moves-that-make-you-wonder-why-you-ever-wrote-code-the-old-way-2d56455d9707?source=rss------dotnet-5

Practical language tools that remove boilerplate, reduce bugs, and make your intent obvious. Continue reading on Stackademic »

Article preview

Fire-and-Forget in .NET: The Silent Trap You Don’t See Coming

https://medium.com/@metoz.florian/fire-and-forget-in-net-the-silent-trap-you-dont-see-coming-1ef5f5b31b28?source=rss------dotnet-5

I’ve been a senior .NET developer for 20 years, and one thing that constantly jumps out at me is how often code just works — both in tests…

Article preview

Master SQL with 100 Challenging Questions: Test Your Database Skills

https://medium.com/@palsapana001/master-sql-with-100-challenging-questions-test-your-database-skills-b2083177f118

Certainly! Here are 100 SQL questions covering a wide range of topics, from basic to advanced, to help you practice and improve your SQL…

Article preview

C# 14: Introducing partial constructors and partial events

https://anthonygiretti.com/2025/11/23/c-14-introducing-partial-constructors-and-partial-events/

Introduction C# 14 introduces a subtle but genuinely useful improvement for developers working with large...

Article preview

What I Stopped Doing as a Senior .NET Developer

https://levelup.gitconnected.com/what-i-stopped-doing-as-a-senior-net-developer-c3c89d032dab

(And What I Do Instead) Continue reading on Level Up Coding »

Article preview

A step-by-step guide to modernizing .NET applications with GitHub Copilot agent mode

https://devblogs.microsoft.com/dotnet/modernizing-dotnet-with-github-copilot-agent-mode/

Learn how Visual Studio 2026 and GitHub Copilot app modernization upgrade .NET versions and frameworks, fix build issues, and migrate apps to Azure with less manual effort The post A step-by-step gui...

Article preview

How to Build HIPAA-Compliant ASP.NET Healthcare Apps in 2026

https://www.faciletechnolab.com//blog/how-to-build-hipaa-compliant-aspnet-healthcare-apps-in-2026/

Learn how to build secure, HIPAA-compliant healthcare apps using ASP.NET Core and Azure. Includes architecture, security controls, deployment steps, and 2026 best practices.

Article preview

C# 14 and .NET 10: The Most Developer-Friendly Release in Year

https://tohidhaghighi.medium.com/c-14-and-net-10-the-most-developer-friendly-release-in-year-605767d1aab7

Microsoft’s November 2025 release brings two big updates to the .NET ecosystem: C# 14 and .NET 10. Together, they mark one of the most…

Article preview

How String in C# Supports Reliable Data Consistency in Daily Operations

https://medium.com/@nishtha.darji/how-string-in-c-supports-reliable-data-consistency-in-daily-operations-8b8723eba2c7

Introduction

Article preview

C# 14: Introducing Null-Conditional Assignment

https://anthonygiretti.com/2025/11/21/c-14-introducing-null-conditional-assignment/

Introduction Every new C# release brings its share of improvements to how we write safer...

Article preview

Plan agent in VS Code

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

Article preview

Why Enterprises Trust .NET Application Development Services for Digital Growth?

https://moreyeahs08.medium.com/why-enterprises-trust-net-application-development-services-for-digital-growth-82d1ef361766?source=rss------dotnet-5

Explore how .NET application development services empower enterprises with secure, scalable, and high-performance digital solutions. Learn…

Article preview

How can I detect that Windows is running in S-Mode, redux

https://devblogs.microsoft.com/oldnewthing/20251117-00/?p=111795

Igor Levicki asked for a plain C version of the sample code to detect whether Windows is running in S-Mode. I didn't write one for two reasons. First, I didn't realize that so many people still tried ...

Article preview

DotnetFastMCP: The “Fast Lane” for Building AI Tools in .NET

https://medium.com/applied-ai-for-app-devs/dotnetfastmcp-the-fast-lane-for-building-ai-tools-in-net-efbf6218206b?source=rss------dotnet-5

Let’s talk about the AI revolution, because it’s happening right now. Large Language Models (LLMs) from OpenAI, Anthropic, Google, and… Continue reading on Applied AI for App Devs »

Article preview

Versioning APIs Like a Senior Engineer: Avoid Breaking Changes and Scale Safely

https://javascript.plainenglish.io/versioning-apis-like-a-senior-engineer-avoid-breaking-changes-and-scale-safely-d08bf8ed618f?source=rss------dotnet-5

Modern APIs are the backbone of enterprise systems. Continue reading on JavaScript in Plain English »

Article preview

TUnit — Why I Spent 2 Years Building a New .NET Testing Framework

https://medium.com/@thomhurst/tunit-why-i-spent-2-years-building-a-new-net-testing-framework-86efaec0b8b8?source=rss------dotnet-5

I started building TUnit around two years ago. For those who have followed the journey, you’ll be glad to see the recent release of…

Article preview

What’s New in Semantic Search for Azure Cosmos DB at Ignite 2025

https://devblogs.microsoft.com/cosmosdb/whats-new-in-search-for-azure-cosmos-db-at-ignite-2025/

We’re excited to introduce new capabilities and performance improvements for vector and full-text search in Azure Cosmos DB. These updates make it easier for developers and architects to build semanti...

Article preview

Jasen's take on today's picks

5 .NET Memory Optimization Patterns for High-Performance Systems

Practical memory patterns for reducing GC pressure and boosting throughput in real systems.

No more public partial class Program in .NET 10

A useful heads-up for teams relying on public partial Program in API tests before .NET 10 changes land.

Understanding HTTP Methods in Web API (.NET)

A clear refresher on HTTP methods that’s still valuable for building and reviewing Web API endpoints.

Working with ASP.NET WebForms in Visual Studio 2026: A Practical Guide

WebForms in Visual Studio 2026 is a niche but notable reminder that legacy stacks still need care.

5 Underrated C# Moves That Make You Wonder Why You Ever Wrote Code the Old Way

Handy C# language tips that trim boilerplate and make code intent easier to read.

Fire-and-Forget in .NET: The Silent Trap You Don’t See Coming

A strong warning on fire-and-forget work: background tasks can fail quietly unless you design for it.

Master SQL with 100 Challenging Questions: Test Your Database Skills

A SQL practice article is less .NET-specific, but it still helps sharpen the database skills many app devs need.

C# 14: Introducing partial constructors and partial events

C# 14 partial constructors and partial events look small, but they can simplify larger generated codebases.

What I Stopped Doing as a Senior .NET Developer

A thoughtful senior-developer reflection that pairs well with the other engineering-practice pieces here.

A step-by-step guide to modernizing .NET applications with GitHub Copilot agent mode

Microsoft’s Copilot agent mode guide is the issue’s modernization anchor, especially for upgrade-heavy teams.

How to Build HIPAA-Compliant ASP.NET Healthcare Apps in 2026

HIPAA guidance for ASP.NET healthcare apps brings security, Azure, and deployment concerns together nicely.

C# 14 and .NET 10: The Most Developer-Friendly Release in Year

C# 14 and .NET 10 are framed as a genuinely developer-friendly release, with examples beyond the headline features.

How String in C# Supports Reliable Data Consistency in Daily Operations

A string-focused article that reads more foundational than groundbreaking, but consistency matters in production.

C# 14: Introducing Null-Conditional Assignment

Null-conditional assignment is a tiny syntax addition with a real readability payoff.

Plan agent in VS Code

The VS Code plan agent video points to where AI-assisted workflows are heading inside everyday editor work.

How can I detect that Windows is running in S-Mode, redux

Old New Thing remains good at low-level Windows trivia, even when it’s only loosely related to .NET.

DotnetFastMCP: The “Fast Lane” for Building AI Tools in .NET

DotnetFastMCP is interesting if you’re exploring AI tool integration and model-driven app dev in .NET.

Versioning APIs Like a Senior Engineer: Avoid Breaking Changes and Scale Safely

The API versioning piece is broadly useful engineering advice, though it’s not .NET-specific.

TUnit — Why I Spent 2 Years Building a New .NET Testing Framework

TUnit’s origin story is the kind of testing-framework writeup that helps people evaluating alternatives to xUnit.

What’s New in Semantic Search for Azure Cosmos DB at Ignite 2025

Azure Cosmos DB’s Ignite update adds search capabilities that matter for semantic and vector-heavy workloads.

Related issues

📬 Get daily .NET content delivered to your inbox