Showing results for Performance - .NET Blog

Apr 3, 2024
Post comments count7
Post likes count5

Testing Your Native AOT Applications

Marco RossignoliJakub JarešJakub Chocholowicz
Marco,
Jakub,
Jakub

MSTest introduces a Native AOT compatible test runner and engine for testing your Native AOT applications.

.NETC#Performance
Mar 29, 2024
Post comments count6
Post likes count5

Bing on .NET 8: The Impact of Dynamic PGO

Ben Watson
Ben Watson

Bing Extensible Application Platform's upgrade to .NET 8 and how dynamic profile guided optimization continues to deliver performance gains

.NETPerformanceDeveloper Stories
Dec 21, 2023
Post comments count19
Post likes count9

What’s New in Our Code Coverage Tooling?

Jakub Chocholowicz
Jakub Chocholowicz

Discover enhanced code coverage tools with better platform support, new report formats and improved performance.

.NET.NET FrameworkPerformance
Nov 6, 2023
Post comments count6
Post likes count6

The convenience of System.IO

Richard Lander
Richard Lander

File I/O APIs are used pervasively in apps. .NET has great API for reading and writing files. They are a great example of the convenience of .NET.

.NETC#Performance
Oct 5, 2023
Post comments count18
Post likes count6

The convenience of System.Text.Json

Richard Lander
Richard Lander

JSON is one of the most common formats in apps today and .NET has great APIs for reading and writing JSON documents. It's a great example of the convenience of .NET.

.NETPerformanceJSON
Sep 25, 2023
Post comments count72
Post likes count18

The convenience of .NET

Richard Lander
Richard Lander

The .NET platform provides convenient solutions to many tasks, for developers looking for a straightforward utility function or a high degree of control crafting an algorithm.

.NETPerformanceFeatured
Sep 13, 2023
Post comments count131
Post likes count153

Performance Improvements in .NET 8

Stephen Toub - MSFT
Stephen Toub - MSFT

.NET 7 was super fast, .NET 8 is faster. Take an in-depth tour through over 500 pull requests that make that a reality.

.NETC#Visual Studio