Uptime

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.

  1. Official Blog
    · 1 min read

    Mitigating the 2026 ASP.NET Core Deserialization Advisory

    A deserialization flaw disclosed in March 2026 affects ASP.NET Core applications running on .NET 9 and earlier. Production sites must update to the current LTS release and tighten serialization settings to prevent remote code execution.

  2. Official Blog
    · 2 min read

    Reliable .NET CI/CD Patterns for Faster Releases

    Modern .NET teams can cut deployment lead time by adopting trunk-based development, automated quality gates, and declarative pipeline definitions. These patterns reduce manual steps while maintaining the stability required for Windows Server and IIS workloads.

  3. Official Blog
    · 1 min read

    Container Orchestration Shifts for .NET Workloads

    Recent updates to orchestration platforms and observability tooling are simplifying how .NET teams package, deploy, and monitor containerized applications. These changes reduce operational overhead while improving reliability across both cloud and on-premises Windows environments.

  4. Official Blog
    · 1 min read

    PowerShell Automation for IIS on Windows Server 2025

    System administrators running Windows Server 2025 can use PowerShell to automate IIS site provisioning and Active Directory authentication setup. These scripts reduce configuration drift and enforce consistent security policies across hosted .NET applications.

  5. Official Blog
    · 1 min read

    .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.

  6. Official Blog
    · 1 min read

    Index Maintenance Strategies for SQL Server Production

    Index fragmentation directly impacts query performance and resource usage in SQL Server. Regular, targeted maintenance keeps execution plans stable and prevents unnecessary I/O growth without excessive downtime.

  7. Official Blog
    · 1 min read

    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.

  8. Official Blog
    · 2 min read

    Tuning SQL Server Queries for Production Performance

    Effective query tuning in modern SQL Server begins with execution plan analysis and targeted indexing rather than guesswork. This approach reduces CPU and I/O pressure while maintaining consistent throughput under concurrent production loads.

  9. Official Blog
    · 1 min read

    .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.

  10. Official Blog
    · 1 min read

    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.

  11. Official Blog
    · 2 min read

    Automating IIS with PowerShell on Windows Server 2022

    PowerShell scripts offer a consistent method for configuring IIS on Windows Server 2022. This reduces configuration drift and allows administrators to apply security and performance settings reliably across all web servers.

  12. Official Blog
    · 3 min read

    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.

  13. Official Blog
    · 4 min read

    Kubernetes and IaC Updates Impacting .NET Deployments

    Recent improvements in container orchestration and infrastructure-as-code are changing how .NET teams deploy applications. These developments improve automation and observability for containerized workloads.

  14. Official Blog
    · 4 min read

    SQL Server Indexing Strategies for Production Query Performance

    Proper indexing is critical for SQL Server production performance. This post covers execution plan analysis, targeted index creation, T-SQL refactoring, and monitoring to keep queries efficient as data volumes grow.

  15. Official Blog
    · 3 min read

    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.