.NET Blog

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

Featured posts

Announcing .NET 9
Nov 12, 2024
28
33

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

Supercharge your testing experience with MSTest.Analyzers
Aug 21, 2024
0
2

Supercharge your testing experience with MSTest.Analyzers

Jakub Jareš
Jakub Jareš

MSTest ships with extensive suite of code analyzers to help you write well-formed, performant and error free tests.

.NET 9 Preview 7 is now available!
Aug 15, 2024
12

.NET 9 Preview 7 is now available!

.NET Team
.NET Team

Try out the latest features in .NET 9 Preview 7 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

.NET Conf 2024 – Celebrating the Release of .NET 9! – Save the Date!
Aug 14, 2024
4
5

.NET Conf 2024 – Celebrating the Release of .NET 9! – Save the Date!

Mehul Harry
Mehul Harry

Announcing .NET Conf 2024 - a free, three-day virtual developer event that celebrates the release of .NET 9.

Introducing the Azure AI Inference SDK: Access More AI Models with the Azure AI Model Catalog
Aug 13, 2024
5
2

Introducing the Azure AI Inference SDK: Access More AI Models with the Azure AI Model Catalog

Luis Quintanilla
Luis Quintanilla

Announcing the Azure AI Inference SDK for .NET! This SDK provides easy access to a comprehensive suite of AI models in the Azure AI Model Catalog for inference tasks like chat, enabling you to effortlessly incorporate AI into your applications that align with your requirements.

.NET and .NET Framework August 2024 updates
Aug 13, 2024
3
1

.NET and .NET Framework August 2024 updates

Tara Overfield Rahul Bhandari (MSFT)
Tara,
Rahul

A recap of the updates for .NET and .NET Framework for August 2024.

Adding .NET Aspire to your existing .NET apps
Aug 7, 2024
11
13

Adding .NET Aspire to your existing .NET apps

Jon Galloway
Jon Galloway

.NET Aspire can really simplify local development for your existing apps, large or small. In this post, we'll look at how easy it is to make your current solutions better with just a few lines of code.

Enhancing #help in F# Interactive
Jul 31, 2024
2
2

Enhancing #help in F# Interactive

David Schaefer
David Schaefer

The '#help' directive in F# Interactive can now quickly access documentation instantly within the REPL.

Creating Bindings for .NET MAUI with Native Library Interop
Jul 29, 2024
15
8

Creating Bindings for .NET MAUI with Native Library Interop

Rachel Kang (SHE/HER)
Rachel Kang (SHE/HER)

Learn how to get started creating bindings with Native Library Interop by following this example binding native Chart libraries in a .NET MAUI application.

How use a Blazor QuickGrid with GraphQL
Jul 24, 2024
4
6

How use a Blazor QuickGrid with GraphQL

Frank Boucher
Frank Boucher

In this is the second post in a series of posts about GraphQL and .NET, we will see how to fill a Blazor QuickGrid component with data fetched with GraphQL. We will also use the virtualize feature of the QuickGrid to improve performance.