No trial. No credit card required. Just your GitHub account.
.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!
.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...
Latest posts

The convenience of System.Text.Json

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

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

.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!

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

.NET Framework September 2023 Cumulative Update Preview
September 2023 Cumulative Update Preview for .NET Framework.

Debugging Enhancements in .NET 8
.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

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

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

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

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