Tag

ASP.NET Core

5 posts tagged with this.

  1. Official Blog
    · 4 min read

    Unlocking Faster Endpoints with ASP.NET Core Minimal APIs

    Minimal APIs provide a high-performance alternative to full MVC controllers in ASP.NET Core by minimizing overhead and allocations. This guide covers implementation details, performance benchmarks, advanced patterns, and deployment techniques to help you build faster applications on the ASPnix platf

  2. Official Blog
    · 2 min read

    Mitigating CVE-2023-44487: HTTP/2 Rapid Reset in .NET Apps

    CVE-2023-44487 exposes HTTP/2 servers to a high-amplification denial of service attack known as Rapid Reset. Learn exactly how it impacts ASP.NET Core applications on Kestrel and IIS, plus the updates, Kestrel configuration, and monitoring practices needed to keep your production sites online.

  3. Official Blog
    · 2 min read

    Optimizing ASP.NET Core Performance with Minimal APIs and Native AOT

    Learn how to leverage Minimal APIs and Native AOT in ASP.NET Core to achieve faster startup times, smaller binaries, and better scalability. Follow our step-by-step guide with code examples to implement these features in your applications.

  4. Official Blog
    · 4 min read

    Mitigating CVE-2023-44487: HTTP/2 Rapid Reset on .NET Servers

    CVE-2023-44487 enables devastating DDoS attacks by exploiting HTTP/2 stream resets. Learn exactly which .NET and Windows components are vulnerable, the precise configuration changes required, and code examples that add rate limiting to your ASP.NET Core applications for robust protection.

  5. Official Blog
    · 3 min read

    .NET 8: Runtime Improvements, C# 12, and ASP.NET Core Updates

    Microsoft's .NET 8 release includes runtime performance gains, C# 12 language improvements like primary constructors, and ASP.NET Core updates for minimal APIs. This guide covers the most relevant changes for developers along with code examples and migration advice to help you upgrade your productio