Browse Source

Fix grammar and clarity in NET 10 article

ebicoglu-patch-1
Alper Ebiçoğlu 5 months ago
committed by GitHub
parent
commit
4c048baeb3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/Community-Articles/2025-09-10-NET10-What-You-Need-To-Know/net10-whats-new.md

4
docs/en/Community-Articles/2025-09-10-NET10-What-You-Need-To-Know/net10-whats-new.md

@ -1,6 +1,6 @@
# .NET 10: What You Need to Know (LTS Release, Coming November 2025) # .NET 10: What You Need to Know (LTS Release, Coming November 2025)
The next version of .NET is .NET 10 and it is coming with **Long-Term Support (LTS)**, scheduled for **November 2025**. The next version of .NET is .NET 10, and it is coming with **Long-Term Support (LTS)**, scheduled for **November 2025**.
On **September 9, 2025**, Microsoft released **.NET 10 Release Candidate 1 (RC1)**, which supports go-live usage and is compatible with [Visual Studio 2026 Insider](https://visualstudio.microsoft.com/insiders/) and [Visual Studio Code Insider](https://code.visualstudio.com/insiders/) via the [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) extension. On **September 9, 2025**, Microsoft released **.NET 10 Release Candidate 1 (RC1)**, which supports go-live usage and is compatible with [Visual Studio 2026 Insider](https://visualstudio.microsoft.com/insiders/) and [Visual Studio Code Insider](https://code.visualstudio.com/insiders/) via the [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) extension.
@ -10,7 +10,7 @@ On **September 9, 2025**, Microsoft released **.NET 10 Release Candidate 1 (RC1)
- **JIT Speed-ups**: Enhanced struct argument handling—members now go directly into registers, reducing memory load/store operations. - **JIT Speed-ups**: Enhanced struct argument handling—members now go directly into registers, reducing memory load/store operations.
- **Advanced Loop Optimization**: New graph-based loop inversion improves precision and boosts further optimizations. - **Advanced Loop Optimization**: New graph-based loop inversion improves precision and boosts further optimizations.
- **Array Interface De-virtualization**: Critical for performance, now array-based enumerations inline and skip virtual calls including de-abstraction of array enumeration and small-array stack allocation. - **Array Interface De-virtualization**: Critical for performance, now array-based enumerations are inline and skip virtual calls, including de-abstraction of array enumeration and small-array stack allocation.
- **General JIT Improvements**: Better code layout and branch reduction support overall efficiency. - **General JIT Improvements**: Better code layout and branch reduction support overall efficiency.
------ ------

Loading…
Cancel
Save