Tag

C#

19 posts tagged with this.

  1. Official Blog
    · 4 min read

    Persist Data Protection Keys for ASP.NET Core on IIS

    App pool recycles reset in-memory Data Protection keys and break cookies. Persist the key ring outside the site folder so auth and antiforgery survive restarts.

  2. Official Blog
    · 4 min read

    ASP.NET Core 10 on IIS: In-Process Hosting Checklist

    Ship ASP.NET Core 10 on IIS without 502.5 surprises. App pool, ANCM, Web.config, and SQL connection settings that actually matter on Windows hosts.

  3. Official Blog
    · 4 min read

    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.

  4. Official Blog
    · 1 min read

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

  5. Official Blog
    · 1 min read

    .NET 10 Runtime Updates and C# 14 Features

    Microsoft shipped .NET 10 with targeted runtime optimizations and the first wave of C# 14 language changes. This post summarizes the changes that affect production workloads and shows how to adopt them on current hosting platforms.

  6. Official Blog
    · 1 min read

    .NET 10 Runtime Updates and C# 14 Features

    The current .NET 10 release includes measurable gains in JIT throughput and container startup times. C# 14 adds targeted language improvements that reduce boilerplate in common scenarios for library and application developers.

  7. Official Blog
    · 1 min read

    .NET 10 Runtime Gains and C# 14 Language Updates

    .NET 10 ships measurable runtime speedups and new C# 14 syntax that reduce boilerplate in everyday code. This post summarizes the June 2026 updates most relevant to ASP.NET Core applications on Windows Server.

  8. Official Blog
    · 2 min read

    .NET 10 Minimal API Endpoint Filters

    Endpoint filters in .NET 10 provide a clean way to add cross-cutting concerns directly to Minimal API endpoints. This post shows how to implement validation, logging, and result transformation with concrete code examples.

  9. Official Blog
    · 2 min read

    .NET 10 Ships with Runtime and C# 14 Updates

    Microsoft released .NET 10 in May 2026, delivering measurable runtime gains and several C# 14 language additions. Teams running production workloads on Windows Server should review the new AOT defaults and updated ASP.NET Core hosting model before upgrading.

  10. Official Blog
    · 1 min read

    .NET 10 and C# 13 Updates for Mid-2026

    June 2026 brings mature .NET 10 tooling and C# 13 refinements that improve AOT compilation and LINQ performance. This post covers the concrete changes developers can apply to production workloads today.

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

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

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

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

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