.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
365 articles Updated
Start here
Editor picks for .NET 10
-
DotNet 10 says Goodbye to Dockerfile
medium.com Issue #327
A .NET 10 angle on Dockerfiles and container workflows that will interest teams modernizing builds.
-
Building a Multi-Vertical Clean Architecture Platform for Azure Functions (.NET 10)
medium.com Issue #504
Azure Functions plus clean architecture plus .NET 10 makes for a relevant architecture read, especially for growing API platforms.
-
Building Your First Agentic AI Application in .NET 10 Step by Step
c-sharpcorner.com Issue #503
Agentic AI content is everywhere, but step-by-step .NET 10 examples can still help separate buzzwords from implementation.
-
Custom User Management in ASP.NET Core Web API (.NET 10)
codewithmukesh.com Issue #502
Practical user-management coverage for ASP.NET Core APIs, especially where Identity defaults don't fit cleanly.
-
EF Core Interceptors: The Complete Guide (.NET 10)
codewithmukesh.com Issue #497
Interceptors are one of EF Core’s best extension points when used carefully. The audit and soft-delete examples are especially practical.
-
.NET 10 dnx: Run a .NET Tool Without Installing It
c-sharpcorner.com Issue #493
dnx is a handy quality-of-life improvement, especially for CI scripts and one-off tool execution.
-
How to migrate ASP.NET Web Forms to .NET 10 without a big rewrite
fries-dotnet-legacy.medium.com Issue #479
Pragmatic modernization advice. Incremental migration paths are what legacy teams can actually ship.
-
Copilot Studio gets faster with .NET 10 on WebAssembly
devblogs.microsoft.com Issue #478
Real migration notes beat marketing claims, and WebAssembly performance gains are always welcome.
.NET 10 news from the DotNetNews archive, curated for .NET developers who already ship production code. This is a reading list pulled from daily issues, not a substitute for the official docs on .NET 10.
Use Start here for the editorial shortlist, then browse Latest or the full archive when you need more depth. Coverage leans toward .NET 10 news, .NET 10 features, asp.net. Recent pieces worth opening: “Building a Multi-Vertical Clean Architecture Platform for Azure Functions (.NET 10)” and “Building Your First Agentic AI Application in .NET 10 Step by Step”.
Latest
Newest .NET 10 from the archive
-
Building Your First Agentic AI Application in .NET 10 Step by Stepc-sharpcorner.com Issue #503
-
Fastest Way to Bulk Insert Thousands of Rows in EF Corecodewithmukesh.com Issue #502
-
Custom User Management in ASP.NET Core Web API (.NET 10)codewithmukesh.com Issue #502
-
EF Core Interceptors: The Complete Guide (.NET 10)codewithmukesh.com Issue #497
-
Identity API Endpoints in ASP.NET Core: When to Use Them (.NET 10)codewithmukesh.com Issue #497
Archive
Page 1 of 15
Newest first
-
Building a Multi-Vertical Clean Architecture Platform for Azure Functions (.NET 10)
medium.com Issue #504
Three repos, one architecture, and the database question every growing API platform eventually has to answer
-
Building Your First Agentic AI Application in .NET 10 Step by Step
c-sharpcorner.com Issue #503
Build your first Agentic AI app in .NET 10! Learn to create intelligent agents that plan, use tools, and act autonomously. Step-by-step guide.
-
Fastest Way to Bulk Insert Thousands of Rows in EF Core
codewithmukesh.com Issue #502
Benchmark the fastest way to bulk insert thousands of rows in EF Core 10 - AddRange vs EFCore.BulkExtensions vs SqlBulkCopy and Npgsql COPY, with real numbers.
-
Custom User Management in ASP.NET Core Web API (.NET 10)
codewithmukesh.com Issue #502
Build a user-management layer in ASP.NET Core Web API: a custom user model, admin endpoints to list, lock, and role-manage users, and self-service profiles.
-
Problem Details in ASP.NET Core and .NET 10 | BEN ABT
medium.com Issue #502
Error responses are part of an API contract. Still, many systems grow them incidentally: one endpoint returns { "error": "not found" }…
-
What .NET 10 Means for Enterprise Application Development
medium.com Issue #499
.NET 10 shipped in November 2025 as the current Long Term Support release. Every two years, Microsoft ships an LTS, and every two years…
-
Improvements to reading Process outputs: Exploring the .NET 11 preview - Part 5
andrewlock.net Issue #498
In this post I show some of the improvements to the Process API in .NET 11 for running processes and reading their outputs without risk of deadlock
-
EF Core Interceptors: The Complete Guide (.NET 10)
codewithmukesh.com Issue #497
Learn EF Core interceptors in .NET 10 - all 7 types, how to register them, and how to add audit fields, soft deletes, and the current user without breaking dependency injection.
-
Identity API Endpoints in ASP.NET Core: When to Use Them (.NET 10)
codewithmukesh.com Issue #497
MapIdentityApi gives you register, login, and refresh for free in .NET 10. Here is exactly when to use Identity API endpoints and when to roll your own.
-
Exploring C# 15: Union Types, Collection Expressions, and Closed Hierarchies
c-sharpcorner.com Issue #494
Explore C# 15's Union Types, Closed Hierarchies, and Collection Expressions for enhanced type safety and code readability.
-
.NET 10 dnx: Run a .NET Tool Without Installing It
c-sharpcorner.com Issue #493
Run .NET tools without installation using dotnet tool exec or the dnx shortcut. Ideal for one-off tasks & CI/CD.
-
Best Libraries for ASP.NET Core in 2026 (Opinionated)
codewithmukesh.com Issue #493
An opinionated list of the best libraries for ASP.NET Core in 2026 - what to install, what .NET 10 now ships free, and which popular packages went commercial.
-
What's New in .NET 11: Features, Performance Improvements, and Migration Guide
c-sharpcorner.com Issue #490
.NET 11 boosts performance, productivity & cloud-native dev with Native AOT, faster ASP.NET Core, smarter GC & improved tooling. Migrate easily!
-
Closed class hierarchies: Exploring the .NET 11 preview - Part 4
andrewlock.net Issue #490
In this post I describe what a close closed hierarchy is, how to create one, and discuss why you might want to
-
The One .NET 10 Method That Deleted Every GroupJoin I'd Ever Written
medium.com Issue #489
Twenty years of LINQ. One missing keyword. A report that silently lied for three weeks.
-
Avoiding ToString() allocations with StringBuilder.MoveChunks: Exploring the .NET 11 preview - Part 3
andrewlock.net Issue #489
in this post I take a short look at the new MoveChunks API, explore how it works, what it's for, and how the new API provides opportunities for public APIs
-
30 EF Core Interview Questions That Actually Get Asked in 2026
codewithmukesh.com Issue #488
30 real EF Core interview questions with great answers, red flags, and follow-ups. N+1, change tracking, migrations, concurrency - updated for EF Core 10.
-
Building Offline-First AI Applications with Foundry Local and .NET 11
c-sharpcorner.com Issue #487
Build offline-first AI apps with .NET 11 and Foundry Local. Enhance privacy, reduce latency, and ensure reliability for intelligent applications.
-
30 LINQ Interview Questions That Actually Get Asked in 2026
codewithmukesh.com Issue #486
30 real LINQ interview questions with great answers, red flags, and follow-ups. Deferred execution, IQueryable, expression trees, and the .NET 9/10 operators.
-
Process API improvements in .NET 11
csharpdigest.net Issue #485
how the team made the biggest update to it in years
-
The field Keyword in C# 14 — A Small Feature That Removes a Lot of Boilerplate
medium.com Issue #485
If you’ve worked with C# long enough, you’ve probably written code like this countless times:
-
C# 14 Key Features You Need to Know — Explained Simply
c-sharpcorner.com Issue #485
Discover the key features of C# 14, the latest language version shipping with .NET 10. This blog breaks down extension members, the field keyword, null-conditional assignment, implicit Span conversion...
-
I Built a Claude Code Skill That Scaffolds My .NET Architecture
codewithmukesh.com Issue #485
Teach Claude Code your conventions once. Build a custom skill that scaffolds a full vertical slice in .NET 10 - endpoint, handler, validator, EF config, and test - your way.
-
Policy-Based Authorization in ASP.NET Core - A .NET 10 Guide
codewithmukesh.com Issue #485
Build policy-based authorization in ASP.NET Core .NET 10 - requirements, handlers, AddAuthorizationBuilder, IAuthorizationRequirementData, fallback policies.
-
.NET MAUI APIs You Should Stop Using Before .NET 11
medium.com Issue #483
As .NET 11 continues to evolve, it’s a great opportunity for .NET MAUI developers to modernize their codebases. While many existing APIs…