Showing results for Performance - .NET Blog

Nov 6, 2023
6
5

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
18
6

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
72
18

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
131
151

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