.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Featured posts

.NET Aspire 9.3 is here and enhanced with GitHub Copilot!
May 19, 2025
Post comments count 0
Post likes count 5

.NET Aspire 9.3 is here and enhanced with GitHub Copilot!

Jeffrey T. Fritz
Jeffrey T. Fritz

.NET Aspire 9.3 is the biggest release of .NET Aspire yet, with the introduction of GitHub Copilot directly into the .NET Aspire Dashboard, updates for integrat...

.NETASP.NET CoreC#

Latest posts

The convenience of System.Text.Json
Oct 5, 2023
Post comments count 18
Post likes count 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.

C# Dev Kit – Now Generally Available
Oct 4, 2023
Post comments count 21
Post likes count 16

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.

Arm64 Performance Improvements in .NET 8
Oct 3, 2023
Post comments count 7
Post likes count 8

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.

The .NET Conf Student Zone is Back!
Oct 2, 2023
Post comments count 0
Post likes count 5

The .NET Conf Student Zone is Back!

Katie Savage
Katie Savage

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

.NET Framework September 2023 Cumulative Update Preview
Sep 27, 2023
Post comments count 2
Post likes count 2

.NET Framework September 2023 Cumulative Update Preview

Salini Agarwal
Salini Agarwal

September 2023 Cumulative Update Preview for .NET Framework.

Debugging Enhancements in .NET 8
Sep 26, 2023
Post comments count 25
Post likes count 16

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.

The convenience of .NET
Sep 25, 2023
Post comments count 72
Post likes count 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.

Tune into the C# Certification Training Series
Sep 22, 2023
Post comments count 7
Post likes count 7

Tune into the C# Certification Training Series

Katie Savage
Katie Savage

We are hosting six office hour training streams for the new C# Certification training content.

Simplifying F# computations with the new ‘while!’ keyword
Sep 20, 2023
Post comments count 1
Post likes count 7

Simplifying F# computations with the new ‘while!’ keyword

Petr Semkin
Petr Semkin

F# introduces `while!` keyword, streamlining loops in computation expressions.