Tag

ASP.NET Core

25 posts tagged with this.

  1. Official Blog
    · 1 min read

    .NET 10 Runtime and C# Improvements

    Microsoft shipped .NET 10 in late 2025 with measurable gains in startup time, memory usage, and JIT throughput. This post summarizes the changes that matter most for production workloads on Windows Server and IIS.

  2. Official Blog
    · 1 min read

    Native AOT Deployment in ASP.NET Core 10

    Native AOT in ASP.NET Core 10 produces smaller binaries and faster cold starts for API workloads. This post covers the practical steps to adopt it and the trade-offs to evaluate before production use.

  3. Official Blog
    · 1 min read

    Mitigating Recent ASP.NET Core Auth Header Risks

    A recent advisory details flaws in how ASP.NET Core applications process authentication headers under specific load conditions. Production sites must apply updates and tighten configuration to prevent bypasses.

  4. Official Blog
    · 1 min read

    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.

  5. Official Blog
    · 1 min read

    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.

  6. Official Blog
    · 1 min read

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

  7. Official Blog
    · 1 min read

    Mitigating Recent .NET Request Smuggling Risks

    A recent advisory highlights HTTP/2 request smuggling flaws affecting ASP.NET Core applications on IIS. Production sites must apply updates and adjust server configuration to prevent request manipulation and unauthorized access.

  8. Official Blog
    · 1 min read

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

  9. Official Blog
    · 1 min read

    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.

  10. Official Blog
    · 1 min read

    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.

  11. Official Blog
    · 1 min read

    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.

  12. Official Blog
    · 1 min read

    Mitigating Recent ASP.NET Core Header Parsing Risks

    A recent Microsoft security advisory highlights risks in ASP.NET Core header handling that can lead to authentication bypass on production sites. Learn who is affected and the exact configuration changes required to close the exposure.

  13. Official Blog
    · 1 min read

    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.

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

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