Tag

performance

8 posts tagged with this.

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

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

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

  4. Official Blog
    · 3 min read

    The .NET Ecosystem in 2026: What’s New in .NET 10 and C# 14 (with a Look at .NET 11 Preview)

    Discover what’s new in .NET 10 and C# 14 — faster Native AOT, improved Minimal APIs, powerful new language features, and a preview of .NET 11. A must-read guide for every .NET developer in 2026.

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

  6. Knowledge BaseDatabase VaultWHMCS Modules
    · 2 min read

    How Quickly Can Database Vault Generate Database Backups?

    Database Vault backup times vary with hardware, database volume, and storage performance. Tests on SQL Server 2014 with 2500 databases (sizes ~100MB to 10GB) took 25-35 minutes for full backups to USB using SQL compression and 3 worker threads. Learn the key factors and optimization best practices.

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

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