.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

Enhancing #help in F# Interactive
Jul 31, 2024
Post comments count 2
Post likes count 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
Post comments count 15
Post likes count 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
Post comments count 4
Post likes count 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.

Announcing .NET Conf: Focus on AI – August 20th 2024
Jul 23, 2024
Post comments count 7
Post likes count 9

Announcing .NET Conf: Focus on AI – August 20th 2024

Mehul Harry
Mehul Harry

We're thrilled to announce the upcoming .NET Conf: Focus on AI, happening on August 20th! This one-day, virtual event will be packed with insightful sessions from both the community and Microsoft teams, showcasing how you can infuse your .NET applications with powerful AI capabilities.

What’s new in .NET Aspire 8.1 for cloud native developers!
Jul 23, 2024
Post comments count 0
Post likes count 4

What’s new in .NET Aspire 8.1 for cloud native developers!

Mitch Denny
Mitch Denny

Let's take a look at what is new with .NET Aspire 8.1 for building cloud native applications!

Add AI to Your .NET Apps Easily with Prompty
Jul 22, 2024
Post comments count 2
Post likes count 9

Add AI to Your .NET Apps Easily with Prompty

Bruno Capuano
Bruno Capuano

Learn how to integrate AI into your .NET applications with Prompty, a powerful Visual Studio Code extension.

Introducing CoreWCF and WCF Client Azure Queue Storage bindings for .NET
Jul 18, 2024
Post comments count 0
Post likes count 3

Introducing CoreWCF and WCF Client Azure Queue Storage bindings for .NET

Subhrajit Saha
Subhrajit Saha

The initial beta release of the official libraries Microsoft.CoreWCF.Azure.StorageQueues and Microsoft.WCF.Azure.StorageQueues.Client library for .NET is now available.

.NET 6 will reach End of Support on November 12, 2024
Jul 18, 2024
Post comments count 1
Post likes count 4

.NET 6 will reach End of Support on November 12, 2024

Rahul Bhandari (MSFT)
Rahul Bhandari (MSFT)

.NET 6 will reach end of support on November 12, 2024, this blog breaks down all the valuable information you need to know and how to update to .NET 8.

NuGetAudit 2.0: Elevating Security and Trust in Package Management
Jul 17, 2024
Post comments count 11
Post likes count 5

NuGetAudit 2.0: Elevating Security and Trust in Package Management

Andy Zivkovic Jon Douglas
Andy,
Jon

Introduction In November 2023 (NuGet 6.8, Visual Studio 17.8, .NET SDK 8.0.100), we released NuGet Audit. NuGet Audit provides warnings during restore when a package with a known vulnerability is used by a project. More information about NuGet Audit, including detailed configuration options can be found on our learn website. New features are still being added, so if you haven’t read the docs recently, consider having another look, or check our release notes, to see if new features that may help you have been added. Here is a quick summary of available settings that will be available in NuGet 6.12, Visual Studio...