ASP.NET Core
50 posts tagged with this.
-
ASP.NET Core Header Handling Advisory: Mitigate Now
A recent Microsoft security advisory highlights a flaw in ASP.NET Core header processing that can enable authentication bypass on production IIS deployments. Update configurations and apply patches immediately to protect sites running the current .NET release.
-
Rate Limiting Enhancements in ASP.NET Core 10
ASP.NET Core 10 refines the built-in rate limiting middleware with improved sliding-window algorithms and per-endpoint metrics. Developers gain tighter control over concurrency without external dependencies while preserving low-latency request handling.
-
Mitigating Recent ASP.NET Core Request Handling Risks
A recent Microsoft security advisory highlights flaws in ASP.NET Core request parsing that can lead to denial of service or information disclosure on production sites. Update immediately and apply the configuration changes described below to protect Windows Server deployments.
-
Native AOT Deployment in ASP.NET Core 10
ASP.NET Core 10 ships with mature Native AOT support that delivers smaller binaries and faster cold starts on Windows Server. This post shows how to adopt it in production minimal API projects without breaking existing DI or reflection patterns.
-
CI/CD Patterns for Reliable .NET 10 Deployments
Modern CI/CD pipelines enable faster and more reliable releases for ASP.NET Core applications. This post explores proven patterns for automation, testing, and deployment on Windows Server environments.
-
.NET 10 Updates Deliver Runtime Gains and C# 14 Refinements
Mid-2026 brings targeted service releases for .NET 10 along with maturing C# 14 preview features that target async workflows and memory efficiency. Developers running production workloads on Windows Server see measurable improvements in JIT throughput and AOT compilation times.
-
Optimizing CI/CD Pipelines for ASP.NET Core Deployments
Modern .NET teams achieve faster, safer releases by structuring CI/CD around automated testing, staged deployments, and targeted monitoring. This post details pipeline patterns and automation steps that integrate cleanly with Windows Server and IIS hosting environments.
-
Native AOT Deployment Gains in ASP.NET Core 10
ASP.NET Core 10 ships measurable improvements to Native AOT compilation that reduce startup time and memory footprint on Windows Server. The changes affect trimming, JSON serialization, and minimal API cold starts without requiring new code patterns.
-
CI/CD Patterns for Reliable .NET 10 Deployments
Effective CI/CD pipelines reduce deployment failures and speed up releases for ASP.NET Core applications. This post outlines proven patterns for automation, testing, and monitoring on Windows Server environments.
-
.NET 10 Runtime Updates and C# 14 Features
Microsoft shipped .NET 10 with targeted runtime optimizations and the first wave of C# 14 language changes. This post summarizes the changes that affect production workloads and shows how to adopt them on current hosting platforms.
-
Mitigating Recent ASP.NET Core Request Smuggling Risks
A flaw in Kestrel's HTTP/2 frame handling enables request smuggling on misconfigured production sites. Update to current .NET releases and enforce strict header validation to close the exposure.
-
.NET 10 Runtime Updates and C# 14 Features
The current .NET 10 release includes measurable gains in JIT throughput and container startup times. C# 14 adds targeted language improvements that reduce boilerplate in common scenarios for library and application developers.
-
CI/CD Patterns for Reliable .NET Deployments
Effective CI/CD pipelines reduce release friction for ASP.NET Core workloads on Windows Server. This post outlines build automation, IIS deployment steps, and monitoring practices that improve reliability without added complexity.
-
Native AOT in ASP.NET Core 10 for Smaller API Deployments
Native AOT compilation in ASP.NET Core 10 produces smaller binaries and faster cold starts for API services. This post covers required project changes, current limitations, and practical tuning steps for production workloads.
-
Mitigating Recent ASP.NET Core Request Handling Risks
A recent Microsoft advisory addresses flaws in how ASP.NET Core processes certain HTTP requests under load-balanced or reverse-proxy setups. Production sites must apply configuration changes and runtime updates to prevent potential smuggling or injection vectors.