Tag

EF Core

5 posts tagged with this.

  1. Official Blog
    · 4 min read

    SQL Deadlock Retries for ASP.NET Core on IIS

    Error 1205 becomes a user-facing 500 unless ASP.NET Core retries the unit of work. Enable provider retry, shorten transactions, and cut lock cycles on SQL Server 2022/2025.

  2. Official Blog
    · 4 min read

    SQL Timeouts and Pooling for Hosted ASP.NET Apps

    Most ASP.NET SQL timeouts on Windows hosting are pool exhaustion or bad plans, not a dead engine. Fix connection strings, timeouts, indexes, and EF Core habits.

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

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

  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