.NET 11 Preview, IDs, shutdown patterns
A varied .NET roundup with .NET 11 Preview 1, safer domain IDs, ASP.NET Core shutdown handling, Azure SQL temporal tables, and more.
Jasen's top three picks
- 1 Minimal C#/DotNet internal admin tools with Razor and Bootstrap
medium.com
A nice practical starting point for team-internal tools instead of throwaway scripts.
- 2 Parsing HTML with C#: Text & Structured Data Extraction
medium.com
Good refresher on turning IDs into part of your model, not just database trivia.
- 3 Implementing strongly-typed IDs in .NET for safer domain models
blog.elmah.io
The .NET 11 preview is the headline platform update in the mix.
Editor's note
I kept this issue deliberately mixed: preview bits, architecture, database history, and a few practical how-tos. The .NET 11 Preview 1 post is the big platform update, while the ASP.NET Core shutdown piece is a solid reminder that graceful exits matter as much as throughput.
Today's articles
Minimal C#/DotNet internal admin tools with Razor and Bootstrap
medium.com
Part 1: Build tools for your team rather than run one-off queries Continue reading on CodeX »
Topics: Blazor .NET Core Minimal APIs
Read articleParsing HTML with C#: Text & Structured Data Extraction
medium.com
In .NET development, parsing HTML content and extracting meaningful data are frequent tasks.
Read articleImplementing strongly-typed IDs in .NET for safer domain models
blog.elmah.io
As developers, we know that user requests can be unpredictable. When they request data, it is either successfully returned or not found. However, a "not found" result usually happens in two ...
Topics: C# Domain-Driven Design .NET Core
Read article.NET 11 Preview 1 is now available!
devblogs.microsoft.com
Find out about the new features in .NET 11 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 11 Preview 1 is now available! appeared firs...
Topics: ASP.NET Core Blazor .NET 10
Read articleHow Function Composition Can Make Your Code Better
blog.stackademic.com
A Practical Guide to Functional Programming in C# Continue reading on Stackademic »
Topics: C# Design Patterns
Read articleRepository Pattern in .NET Explained with a Clear and Practical Example
c-sharpcorner.com
Unlock efficient data access in .NET! This guide provides a clear, practical example of the Repository Pattern, boosting maintainability and testability.
Topics: Domain-Driven Design .NET Core Unit Testing
Read article.NET Core Concepts (CLR Profiler)
medium.com
.NET Concepts
Read articleHow to Start a New .NET Project in 2026
antondevtips.com
Learn how to set up a new .NET project in 2026 with best practices including Directory.Build.props, static code analysis, .editorconfig, Central Package Management, .NET Aspire, OpenTelemetry, and Git
Topics: .NET Aspire .NET Core OpenTelemetry
Read articleHow Is .NET Still Relevant for Modern Web Development Projects?
medium.com
Modern web development evolves rapidly. New frameworks emerge, JavaScript libraries trend overnight, and cloud-native tools reshape how…
Topics: ASP.NET Core .NET Core Web API
Read articleThe Exhale: Cancellation, Backpressure, and Graceful Shutdown in ASP.NET Core
bipinjoshi.net
Scalability is not only about handling more work—it is equally about knowing when to stop. Mature systems, like mature practices in meditation, recognize that continuation is not always the goal.
Topics: ASP.NET Core .NET Core Performance
Read articleString Enums in C# and TypeScript: Getting the Value Properly
medium.com
Enums represent a fixed set of values, but when working with APIs, logging, or UI output, you typically need the string value, not the…
Read articleTime Travel in Azure SQL with Temporal Tables
devblogs.microsoft.com
Applications often need to know what data looked like before. Who changed it, when it changed, and what the previous values were. Rebuilding that history in application code is tedious and error prone...
Topics: Azure EF Core SQL Server
Read articleWhy Companies Are Still Using ASP.NET Web Forms in 2026 (And Why That’s Not as Crazy as You Think)
medium.com
If you spend enough time on developer Twitter, Reddit, or YouTube, you’ll eventually hear the same statement repeated like a mantra:
Topics: ASP.NET Core .NET Framework Web API
Read articleWhy Moving from C# to .NET Backend Isn’t Magic (And How To Master It Step-by-Step)
medium.com
When I began my .NET journey, I made a mistake many developers do: I jumped straight into building APIs, controllers, and routing — but…
Read article