Tag

.NET 10

15 posts tagged with this.

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

  2. Official Blog
    · 1 min read

    Orchestration and Observability Shifts for .NET Teams

    Recent container orchestration updates and observability tooling changes are altering deployment patterns for .NET workloads. Teams running modern .NET on Windows Server need to adjust their infrastructure-as-code and monitoring practices to maintain reliability at scale.

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

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

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

  6. Official Blog
    · 2 min read

    CI/CD Patterns for Reliable .NET 10 Releases

    Teams shipping .NET 10 applications benefit from structured CI/CD pipelines that enforce testing and automate deployments to Windows Server environments. These patterns reduce manual steps while improving release consistency and rollback speed.

  7. Official Blog
    · 2 min read

    Kubernetes and Edge Advances Reshaping .NET Deployments

    Recent container orchestration updates and edge computing patterns are altering deployment workflows for .NET applications. Teams adopting these changes gain faster iteration and improved resilience across distributed environments.

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

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

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

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

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

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

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

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