Showing results for Performance - .NET Blog

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
150

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.

.NET.NET CoreC#
Nov 4, 2022
4
8

Announcing .NET Community Toolkit v8.1.0 Preview 1

Sergio Pedri
Sergio Pedri

We’re happy to announce the first preview of the upcoming .NET Community Toolkit 8.1 release is now live, bringing with it some new highly requested features and major performance optimizations to the MVVM Toolkit source generators!

.NET.NET Core.NET Framework