.NET
24 posts tagged with this.
-
Recent .NET Runtime Improvements and C# Updates
The .NET platform has delivered targeted runtime optimizations and incremental C# language enhancements in recent months. These changes focus on performance, diagnostics, and developer productivity for production workloads on Windows Server and Linux.
-
CI/CD Patterns for Reliable .NET Deployments
Modern CI/CD pipelines for ASP.NET Core reduce deployment risk and accelerate releases on Windows Server. This post outlines proven patterns for build automation, testing gates, and monitoring integration that teams can apply immediately.
-
.NET 10 AOT Improvements for Minimal APIs
Native AOT compilation in .NET 10 delivers smaller binaries and faster startup for ASP.NET Core Minimal APIs. Developers gain concrete gains in cold-start latency and memory use without changing application code.
-
.NET 10 Runtime Updates and C# 14 Additions
Recent .NET 10 point releases deliver measurable runtime gains and expanded diagnostics. C# 14 introduces targeted language features that reduce boilerplate in everyday code. This post covers the concrete changes shipping now.
-
Reliable CI/CD Patterns for ASP.NET Core Releases
Declarative pipelines with automated validation gates cut deployment failures for .NET teams. Version-controlled workflows combined with containerized builds deliver consistent results on Windows Server infrastructure.
-
Recent .NET 10 Updates Developers Need to Know
The May 2026 .NET 10 servicing release delivers measurable runtime gains and targeted C# language refinements that directly affect production workloads. This post summarizes the changes that matter most for ASP.NET Core, Entity Framework Core, and high-throughput services.
-
HTTP/3 and QUIC Improvements in ASP.NET Core 10
ASP.NET Core 10 ships meaningful refinements to its HTTP/3 and QUIC implementation that reduce handshake latency and improve multiplexing under load. This post shows exactly how to enable and tune the new behavior in production deployments on Windows Server.
-
Native AOT Deployment for ASP.NET Core in .NET 10
Native AOT compilation in .NET 10 delivers smaller binaries and faster startup for ASP.NET Core services. This post covers the practical steps to enable it and the trade-offs developers encounter in real workloads.
-
.NET 10 and C# 13 Updates for May 2026
The May 2026 .NET 10 release delivers measurable runtime gains and C# 13 language refinements that affect everyday code. This post summarizes the concrete changes and shows short examples of how they integrate into existing ASP.NET Core applications.
-
Native AOT for Smaller ASP.NET Core Deployments
Native AOT compilation produces self-contained, trimmed binaries that start faster and consume less memory. This post shows how to adopt it in current ASP.NET Core projects and the concrete changes required.
-
.NET 10 Delivers Major Runtime and C# Gains
Microsoft shipped .NET 10 in November 2025 with substantial performance work in the runtime and several targeted C# 14 language additions. The release improves ahead-of-time compilation, reduces memory pressure in long-running services, and adds practical syntax for common patterns.
-
Mitigating CVE-2023-38180 in ASP.NET Core Kestrel
ASP.NET Core sites face denial-of-service risk from CVE-2023-38180 when Kestrel processes crafted HTTP/2 requests. Apply patches and set Kestrel limits to keep production services responsive.
-
The .NET Ecosystem in 2026: What’s New in .NET 10 and C# 14 (with a Look at .NET 11 Preview)
Discover what’s new in .NET 10 and C# 14 — faster Native AOT, improved Minimal APIs, powerful new language features, and a preview of .NET 11. A must-read guide for every .NET developer in 2026.
-
Practical Query Optimization for SQL Server in .NET Applications
In production .NET applications, slow SQL queries often become the primary bottleneck. This article explores practical techniques including execution plan analysis, strategic indexing, and T-SQL best practices to significantly improve your SQL Server database performance.
-
Unlocking Faster Endpoints with ASP.NET Core Minimal APIs
Minimal APIs provide a high-performance alternative to full MVC controllers in ASP.NET Core by minimizing overhead and allocations. This guide covers implementation details, performance benchmarks, advanced patterns, and deployment techniques to help you build faster applications on the ASPnix platf