frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
433 articles Updated Page 2 of 18
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 2 of 18
Newest first
-
.NET MAUI CoreCLR Migration: Startup and Memory Benchmarks
c-sharpcorner.com Issue #522
.NET MAUI moves to CoreCLR in .NET 11. Benchmark startup, memory, and package size for a smooth migration.
-
Benchmarking HTTP Request Compression in .NET 11
c-sharpcorner.com Issue #521
Explore HTTP request compression in .NET 11 through practical benchmarks measuring bandwidth usage, CPU overhead, latency, and throughput across different compression scenarios.
-
Building DNS-Aware Failover Clients with .NET 11
c-sharpcorner.com Issue #521
Build a DNS-aware failover client with .NET 11 that dynamically handles DNS changes, endpoint failures, recovery scenarios, and resilient service communication.
-
Benchmarking Zstandard Compression in .NET Applications
c-sharpcorner.com Issue #521
Benchmark Zstandard compression in .NET 11 apps. Compare speed, size, CPU, and memory against GZip & Brotli for optimal data handling.
-
Preventing Connection Pool Staleness with .NET 11 HTTP Eviction
c-sharpcorner.com Issue #520
Learn how .NET 11 HTTP connection eviction helps prevent stale connections and improve reliability, latency, and connection-pool behavior in production applications.
-
Authorization Code + PKCE in .NET 10: Securing Angular, Gateway, and Downstream APIs
c-sharpcorner.com Issue #519
Secure Angular & .NET 10 apps with Auth Code + PKCE. Protects SPAs, Gateways, and APIs for robust enterprise security.
-
Building Resilient HTTP Clients with Polly v9 and .NET 11
c-sharpcorner.com Issue #519
Build resilient .NET 11 HTTP clients with Polly v9. Master retry, timeout, and circuit breaker patterns for reliable service communication.
-
ASP.NET Community Standup: What's new in .NET 11 Preview 7?
youtube.com Issue #519
Join the ASP.NET Core team for a tour of what's new for ASP.NET Core and Blazor in .NET 11 Preview 7: Output caching for Blazor, QuickGrid virtualization improvements, auto-pausing Blazor Server circu...
-
Production-Ready OpenTelemetry Metrics in .NET 11
c-sharpcorner.com Issue #519
Implement production-ready OpenTelemetry metrics in .NET 11. Capture custom business metrics, monitor performance, and ensure reliability.
-
35 Senior .NET Developer Interview Questions That Actually Get Asked in 2026
codewithmukesh.com Issue #518
35 senior .NET interview questions with great answers, red flags, and follow-ups. GC, thread pool starvation, production diagnostics - updated for .NET 10.
-
Building Local AI Applications with ONNX, Phi Models, and .NET 10
c-sharpcorner.com Issue #518
Build fast, private local AI apps with ONNX, Phi models, and .NET. Achieve low latency, offline capabilities, and data control.
-
Dynamically Load cshtml in .NET 10 with RazorEngineCore
donmahsu.medium.com Issue #518
Recently, while testing .NET 10 for website development, I ran into a pretty practical problem.
-
Observability in .NET 10 Using OpenTelemetry, Prometheus, and Grafana
c-sharpcorner.com Issue #517
Master .NET 10 observability with OpenTelemetry, Prometheus, and Grafana for deep insights into distributed systems.
-
.NET Aspire 10 Deep Dive: Building Cloud-Native Applications from Scratch
c-sharpcorner.com Issue #515
.NET Aspire 10 simplifies cloud-native .NET development with orchestration, service discovery, and observability for distributed apps.
-
Keeping Xamarin.Forms Alive on Linux: A GTK-Only Maintenance Fork on .NET 10
c-sharpcorner.com Issue #515
Keep Xamarin.Forms alive on Linux with a GTK-only fork on .NET 10. Maintain legacy XAML apps with a modern SDK and robust testing.
-
.NET 11 Performance Edition
steven-giesel.com Issue #514
As always my yearly take on the latest .NET release. In a few months dotnet 11 will be released and I wanted to have a look into some performance metrics.
-
Building Production-Ready Rate Limiting in ASP.NET Core 10
c-sharpcorner.com Issue #513
Master ASP.NET Core 10 rate limiting for production. Learn strategies, policies, and best practices to protect your APIs from abuse and traffic spikes.
-
Request Timeout Handling in ASP.NET Core 10: Preventing Slow Requests from Hurting Your Application
c-sharpcorner.com Issue #513
Master ASP.NET Core 10 request timeouts to prevent slow requests from crashing your app. Learn configuration, policies, and cancellation for resilient APIs.
-
EF Core 10 Performance Tuning: Tracking, Query Filters, Compiled Queries, and Bulk Operations
c-sharpcorner.com Issue #513
Boost EF Core 10 performance with AsNoTracking, query filters, compiled queries, and bulk operations. Optimize your data access layer.
-
Migrating Enterprise Applications from .NET 8 to .NET 10 LTS: Lessons, Pitfalls, and Automation
c-sharpcorner.com Issue #513
Migrate .NET 8 to .NET 10 LTS: Learn strategies, avoid pitfalls, and automate your enterprise application upgrades for stability.
-
Native AOT in .NET 10: When It Helps and When It Hurts
c-sharpcorner.com Issue #513
Explore Native AOT in .NET 10: understand its benefits for faster startups & lower memory, and when it might hurt your apps.
-
Graceful Shutdown in ASP.NET Core 10: Safely Stopping Applications Without Losing Requests
c-sharpcorner.com Issue #512
Learn how ASP.NET Core 10 enables graceful shutdowns, preventing data loss and ensuring application reliability during deployments and scaling.
-
Building Secure File Upload APIs in ASP.NET Core 10
c-sharpcorner.com Issue #512
Build secure ASP.NET Core file upload APIs. Learn validation, size limits, safe storage, and best practices to prevent vulnerabilities.
-
WSLC Meets Compose: Running a Full .NET 10 Stack Without Docker Desktop
medium.com Issue #512
A practical multi-container workflow for .NET 10, PostgreSQL, and Redis on Windows.
-
Caching in ASP.NET Core 10: In-Memory, Distributed, and Output Caching Explained
c-sharpcorner.com Issue #511
Master ASP.NET Core 10 caching: In-Memory, Distributed, and Output. Boost performance, reduce load, and ensure scalability for your web apps.