Tag

performance

19 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. Database VaultKnowledge BaseWHMCS 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.

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