Notes from the team running your stack.
Tech insights, deep dives, and announcements for developers and ops teams on .NET, Windows Server, SQL Server, ASP.NET Core, and the wider web platform.
-
Graceful Shutdowns for ASP.NET Core on IIS
IIS recycles app pools on a schedule, after idle time, or on config changes. Hook ASP.NET Core lifetime events so in-flight work finishes and SQL connections close cleanly.
-
Harden ASP.NET on IIS: Headers, Cookies, Secrets
Most hosted ASP.NET breaches start with missing headers, weak cookies, and secrets in Web.config. Harden IIS and .NET 10 apps with concrete config you can ship today.
-
IIS URL Rewrite Rules That Survive ASP.NET Core Publish
Keep HTTPS, host, and path rules intact when ASP.NET Core overwrites web.config. Practical IIS Rewrite patterns for Windows shared and VPS hosts.
-
ASP.NET Core 10: IIS Application Initialization
App pool recycles still cold-start ASP.NET Core on IIS. Use Application Initialization plus a warmup path so .NET 10 apps stay responsive after recycle.
-
Reliable CI/CD Pipelines for .NET 10 Deployments
Modern CI/CD patterns reduce deployment failures and speed releases for .NET workloads. This post covers pipeline structure, automation steps, and monitoring that teams use on Windows Server hosts.
-
Tuning T-SQL Queries for SQL Server Production Workloads
Effective SQL Server performance starts with rewriting queries to reduce logical reads and leverage indexes efficiently. This post outlines practical T-SQL patterns and monitoring steps that deliver measurable gains on production systems.
-
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.
-
Tuning SQL Server Queries with Execution Plans and Indexes
Query performance in SQL Server improves most reliably through systematic analysis of execution plans and targeted indexing. This post outlines concrete T-SQL patterns and monitoring techniques for production workloads.
-
IIS App Pool Recycling That Won't Surprise You
Most ASP.NET instability on Windows hosting traces to app pool defaults, not application bugs. Set recycling, bitness, and idle timeout so restarts stay scheduled and predictable.
-
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.
-
PowerShell Automation for IIS on Windows Server 2025
Windows Server 2025 refines IIS module loading and certificate handling for production workloads. This post demonstrates practical PowerShell techniques for site provisioning, SSL binding, and Active Directory-backed authentication.
-
.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.