Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 15, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 15, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 15, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 15, 2025

      Intel’s latest Arc graphics driver is ready for DOOM: The Dark Ages, launching for Premium Edition owners on PC today

      May 15, 2025

      NVIDIA’s drivers are causing big problems for DOOM: The Dark Ages, but some fixes are available

      May 15, 2025

      Capcom breaks all-time profit records with 10% income growth after Monster Hunter Wilds sold over 10 million copies in a month

      May 15, 2025

      Microsoft plans to lay off 3% of its workforce, reportedly targeting management cuts as it changes to fit a “dynamic marketplace”

      May 15, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      A cross-platform Markdown note-taking application

      May 15, 2025
      Recent

      A cross-platform Markdown note-taking application

      May 15, 2025

      AI Assistant Demo & Tips for Enterprise Projects

      May 15, 2025

      Celebrating Global Accessibility Awareness Day (GAAD)

      May 15, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Intel’s latest Arc graphics driver is ready for DOOM: The Dark Ages, launching for Premium Edition owners on PC today

      May 15, 2025
      Recent

      Intel’s latest Arc graphics driver is ready for DOOM: The Dark Ages, launching for Premium Edition owners on PC today

      May 15, 2025

      NVIDIA’s drivers are causing big problems for DOOM: The Dark Ages, but some fixes are available

      May 15, 2025

      Capcom breaks all-time profit records with 10% income growth after Monster Hunter Wilds sold over 10 million copies in a month

      May 15, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development».NET 9 is now available with several performance improvements

    .NET 9 is now available with several performance improvements

    November 12, 2024

    .NET 9 is now available, and with it comes a number of performance improvements and new functionality to support developers building with AI. 

    According to Microsoft, this release features over 1,000 performance updates, one of which is that the Server GC has been altered to adapt to application memory requirements instead of the resources available in the environment. This change has resulted in a 15% increase in requests per second compared to .NET 8 and a 93% reduction in memory usage. 

    “This change in approach has a profound impact in high core-count environments, where application memory is small or changes dramatically over time,” the .NET Team explained in a blog post. 

    In addition, the .NET 9 runtime added support for Arm64 SVE and Intel AVX10, and in this release, the JIT compiler received improved performance for Arm64, loops, PGO, and bounds checks. 

    .NET 9 also features updated Dynamic Profile Guided Optimization (PGO) to provide optimizations for more code patterns. 

    Additionally, LINQ was optimized for common cases, and the methods Take and DefaultIfEmpty now return up to 10 times faster if the underlying array, collection, or enumerable is empty. 

    And finally, low-level details of System.Text.Json have seen greater than 50% improvements across a range of operations. 

    Another major theme of this release is expanding .NET capabilities for building AI into applications. 

    “Companies across the industry have embraced .NET to build top-tier AI experiences for their customers including H&R Block, Blip, and KPMG. .NET powers your favorite coding assistant, GitHub Copilot, and the brand-new Microsoft Copilot experience was rebuilt from the group up with .NET,” the .NET Team wrote.

    For this release, Microsoft collaborated with Semantic Kernel to provide a set of C# abstractions for the .NET ecosystem for interacting with AI services. This will make it easier for developers to integrate these services into their applications. 

    Additionally, Microsoft.ML.Tokenizers features improved performance across popular model families like GPT, Llama, PHi, and Bert. It also adds support for new tokenization algorithms such as Byte-Level BPE, SentencePiece, and WordPiece. Tensor<T> also got a new type for representing multidimensional data, which simplifies interoperability between libraries.

    For GitHub Copilot users, a number of new features have been added to the .NET experience, including smart variable inspection, an IEnumerable visualizer, issue resolution assistance, better AI completions for C#, and help with debugging tests.

    Moving beyond AI, in ASP.NET Core, static web assets like JavaScript and CSS files are optimized during the build and publish phases. It now generates a unique fingerprint for those files, ensuring that it has a unique file name, which prevents stale versions of the file from accidentally being used. The files are also precompressed when the app is published, cutting down the download size and preventing the server from having to do compression work. 

    And finally, the Blazor framework was updated with the ability to detect the component render mode at runtime and adjust rendering appropriately. Developers can also disable interactive elements during prerendering and then enable them again once the component is interactive. Additionally, the reconnection experience for apps using interactive server rendering has been updated with an improved UI, faster reconnection, and automatic reloading after a user’s connection is lost. 

    “Blazor is better than ever in .NET 9 to empower you to build beautiful modern web & hybrid apps. This release brings performance improvements across all areas of Blazor, a new Blazor Hybrid and Web app template, and new APIs for developers to create delightful experiences,” the .NET team wrote. 

    Other updates in .NET 9 include: 

    • Built-in support for OpenAPI document generation
    • Better security for ASP.NET Core
    • .NET MAUI updates
    • New updates to the .NET Aspire stack, such as the ability to start and stop resources from the dashboard, and new integrations with OpenAI, Ollama, Milvus, and more.

    Microsoft is currently hosting .NET Conf 2024 through November 14, and will be diving deeper into the updates throughout the event. The company has also promised to publish blog posts that dive deeper into these updates in the coming months.

    The post .NET 9 is now available with several performance improvements appeared first on SD Times.

    Source: Read More 

    Hostinger
    news
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleGeorgia Tech Joins Apple’s New Silicon Initiative
    Next Article Snowflake releases new capabilities for companies to better collaborate around their data

    Related Posts

    Security

    Nmap 7.96 Launches with Lightning-Fast DNS and 612 Scripts

    May 16, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4743 – Code-projects Employee Record System SQL Injection Vulnerability

    May 16, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Introducing multi-turn conversation with an agent node for Amazon Bedrock Flows (preview)

    Machine Learning

    Simple Button Design Tips That Make a Big Impact

    Development

    CSS Auto Transition: A Game Changer for Developers

    Development

    Coded Smorgasbord: Mostly In One Line

    Development

    Highlights

    Development

    Effective ways of Exception Handling in Salesforce Apex

    December 31, 2024

    In Salesforce Apex, exceptions arise from various factors such as invalid operations, surpassing governor limits,…

    XMPP: Il Protocollo di Messaggistica Istantanea Open-Source e Sicuro

    February 21, 2025

    Another Bethesda studio at Xbox is unionizing

    June 26, 2024

    What are AI Agents? Demystifying Autonomous Software with a Human Touch

    February 24, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.