Showing results for 2023 - Page 5 of 18 - .NET Blog

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
Oct 4, 2023
Post comments count21
Post likes count16

C# Dev Kit – Now Generally Available

Wendy Breiding (SHE/HER)
Wendy Breiding (SHE/HER)

We are thrilled to announce the general availability of C# Dev Kit, a Visual Studio Code extension that brings an improved editor-first C# development experience to Linux, macOS, and Windows.

.NETASP.NETASP.NET Core
Oct 3, 2023
Post comments count7
Post likes count8

Arm64 Performance Improvements in .NET 8

Kunal Pathak
Kunal Pathak

.NET 8 added some key features for new functionality as well as performance improvements for developers including developers targeting Arm64 devices. In this blog I break down everything you need to know about the improvements in .NET 8.

.NET
Oct 2, 2023
Post comments count0
Post likes count5

The .NET Conf Student Zone is Back!

Katie Savage
Katie Savage

Get ready for the .NET Conf Student Zone on November 13!

.NETASP.NET CoreC#
Sep 26, 2023
Post comments count25
Post likes count16

Debugging Enhancements in .NET 8

James Newton-King
James Newton-King

.NET 8 introduces debugging enhancements to many commonly used types. Check out what is new and discover how .NET debugging is better than ever.

.NETASP.NET CoreDebugging
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