.NET Blog

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

Featured posts

Announcing .NET 9
Nov 12, 2024
28
37

Announcing .NET 9

.NET Team
.NET Team

Announcing the release of .NET 9, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C#, .N...

.NETASP.NET CoreC#

Latest posts

Performance Improvements in .NET 9
Sep 12, 2024
64
137

Performance Improvements in .NET 9

Stephen Toub - MSFT
Stephen Toub - MSFT

Take an in-depth tour through hundreds of performance improvements in .NET 9.

.NET 9 Release Candidate 1 is now available!
Sep 11, 2024
4

.NET 9 Release Candidate 1 is now available!

.NET Team
.NET Team

Try out the latest features in .NET 9 Release Candidate 1 across the .NET SDK, libraries, ASP.NET Core, SignalR, .NET MAUI, and more!

GitHub Models and .NET: Building Generative AI apps for engineers
Sep 11, 2024
0
4

GitHub Models and .NET: Building Generative AI apps for engineers

April Yoho
April Yoho

In this post, you'll learn how to use AI models on GitHub.

Learn to Build Your First Blazor Hybrid App!
Sep 10, 2024
2
8

Learn to Build Your First Blazor Hybrid App!

Sweeky Satpathy Gerald Versluis
Sweeky,
Gerald

Learn all about the Blazor Hybrid workshop that you can follow yourself or teach to others!

Why is F# code so robust and reliable?
Sep 9, 2024
10
18

Why is F# code so robust and reliable?

Vladimir Shchur
Vladimir Shchur

F# is not just for math and big data, it's a general purpose language that will greatly reduce the amount of bugs in your code.

Discover .NET at DEVintersection Las Vegas 2024
Sep 4, 2024
0
0

Discover .NET at DEVintersection Las Vegas 2024

Mehul Harry
Mehul Harry

Join us at DEVintersection Las Vegas from September 9-12, 2024, for an in-person event featuring the latest in .NET and Azure technologies. Connect with experts, dive into new advancements, and get your questions answered by the people who build the tools you use every day.

Enhance Your Cloud Development Skills at ‘Azure Developers – .NET Aspire Day 2024’
Sep 3, 2024
0
3

Enhance Your Cloud Development Skills at ‘Azure Developers – .NET Aspire Day 2024’

Mehul Harry
Mehul Harry

Join us at the Azure Developers - .NET Aspire Day 2024, a virtual event happening on September 18, 2024

Announcing .NET Aspire 8.2 – Goodbye Components, Hello Integrations!
Aug 29, 2024
9
6

Announcing .NET Aspire 8.2 – Goodbye Components, Hello Integrations!

Maddy Montaquila
Maddy Montaquila

.NET Aspire 8.2 is here with some nice updates for components... we mean integrations! Learn more about this rename, what it means for you, and what the teams has been adding to testing in .NET Aspire!

BinaryFormatter removed from .NET 9
Aug 28, 2024
23
7

BinaryFormatter removed from .NET 9

Immo Landwerth
Immo Landwerth

Starting with .NET 9, we no longer include an implementation of BinaryFormatter in the runtime. This post covers what options you have to move forward.