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

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

Creating Bindings for .NET MAUI with Native Library Interop

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

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

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

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

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

.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

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