frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
433 articles Updated Page 3 of 18
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 3 of 18
Newest first
-
Health Checks in ASP.NET Core: A Complete Guide (.NET 10)
codewithmukesh.com Issue #511
Add health checks to ASP.NET Core on .NET 10: database, Redis and custom checks, liveness vs readiness probes, probe cost, graceful drain, and Kubernetes wiring.
-
10 ASP.NET Core 10 Features That Actually Improve Production Applications
c-sharpcorner.com Issue #511
Discover 10 ASP.NET Core 10 features that boost production apps: security, performance, cloud-native, AI-ready APIs, and developer productivity.
-
Building Production-Ready MCP Servers in ASP.NET Core 10
c-sharpcorner.com Issue #510
Build secure, scalable, and production-ready MCP servers in ASP.NET Core 10. Learn best practices for AI integration, authentication, and deployment.
-
Running ASP.NET WebForms, MVC and Web API on .NET 10 with Kestrel
c-sharpcorner.com Issue #510
Run classic ASP.NET WebForms, MVC, and Web API on .NET 10 with Kestrel. A host swap, not a rewrite, for modern platforms.
-
Health Checks in ASP.NET Core 10: Monitoring Application Readiness and Liveness
c-sharpcorner.com Issue #510
Master ASP.NET Core 10 health checks for robust app monitoring, readiness, and liveness probes in modern deployments.
-
API Versioning in ASP.NET Core 10: Strategies, Best Practices, and Migration Without Breaking Clients
c-sharpcorner.com Issue #510
Master API versioning in ASP.NET Core 10. Explore strategies, best practices, and seamless migration to evolve your APIs without breaking clients.
-
30 ASP.NET Core Interview Questions That Actually Get Asked in 2026
codewithmukesh.com Issue #509
30 real ASP.NET Core internals interview questions with great answers, red flags, and follow-ups. Middleware, DI, hosting, configuration - updated for .NET 10.
-
C# 14 New Features Explained with Practical Examples
c-sharpcorner.com Issue #508
Explore C# 14's new features: Extension Members, Collection Expressions, Pattern Matching, Primary Constructors, Null Safety, and .NET integration.
-
C# Union Types Explained: What's New in .NET 11 and When to Use Them
c-sharpcorner.com Issue #508
Explore C# Union Types in .NET 11! Learn how they simplify handling multiple outcomes, improve type safety, and lead to cleaner, more maintainable code.
-
How I Use dotnet-claude-kit: Making Claude Code Write Senior-Level .NET
codewithmukesh.com Issue #508
Install and use dotnet-claude-kit: 47 skills, 10 agents, 16 commands, and 20 Roslyn MCP tools that make Claude Code write production-ready .NET 10 code.
-
Blazor Web Apps in .NET 11: What's New for Full-Stack Development
c-sharpcorner.com Issue #508
Explore Blazor Web Apps in .NET 11: new features for faster performance, enhanced developer productivity, and seamless full-stack C# development.
-
Build AI Agents with .NET 10 and Semantic Kernel
c-sharpcorner.com Issue #508
Build AI agents with .NET 10 and Semantic Kernel. Learn production practices for reliable, scalable AI applications.
-
After Four Years with Entity Framework Core, EF Core 10 Finally Feels Worth the Upgrade
medium.com Issue #507
After 4 Years of Using Entity Framework Core, EF Core 10 Is the First Upgrade That Actually Makes Me Want to Migrate
-
C# 14 Union Types with Practical Examples
c-sharpcorner.com Issue #507
Explore C# 14 Union Types: a powerful feature for cleaner, type-safe code. Learn practical examples and benefits over traditional approaches.
-
Entity Framework Core 10 Performance Tuning: 25 Production Optimization Techniques
c-sharpcorner.com Issue #506
Master EF Core 10 performance! Discover 25 production optimization techniques for faster, scalable .NET data access. Boost your app's speed.
-
Migrate Legacy ASP.NET Apps to .NET 10
c-sharpcorner.com Issue #506
Migrate legacy ASP.NET apps to .NET 10 for improved performance, security, and modern features. Learn the process and best practices.
-
What's New in C# 14: Features Every .NET Developer Should Know
c-sharpcorner.com Issue #506
Discover C# 14's key features: enhanced collection expressions, pattern matching, null safety, and compiler optimizations for .NET developers.
-
Mastering Async Streams in C#: IAsyncEnumerable Guide
medium.com Issue #505
Stream data as it arrives in C#. Master IAsyncEnumerable, await foreach, cancellation gotchas, Channels, and .NET 10's built-in async LINQ
-
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