.NET Blog

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

Latest posts

Dec 10, 2024
Post comments count 8
Post likes count 11

Invoking Async Power: What Awaits WinForms in .NET 9

Klaus Loeffelmann

With .NET 9, we’re bringing a suite of new async APIs to WinForms, aimed at making UI updates, dialog interactions, and control management more efficient.

Dec 9, 2024
Post comments count 4
Post likes count 11

Using Local AI models with Aspire

Aaron Powell

Let's look at how to build and run local AI models with Aspire.

Dec 5, 2024
Post comments count 6
Post likes count 9

Using Dependabot to Manage .NET SDK Updates

Jamie Magee

Learn how to use Dependabot to keep your .NET SDK version up to date with the latest security patches and improvements.

Nov 27, 2024
Post comments count 1
Post likes count 10

Dramatically faster package restores with .NET 9’s new NuGet resolver

Jeff Kluge

.NET 9 introduces a new NuGet dependency graph resolver that dramatically improves package restore performance for large repositories. Learn how this reimagined approach reduces restore times from 30 minutes to just 2 minutes by creating a more efficient dependency graph with fewer nodes.

Nov 26, 2024
Post comments count 1
Post likes count 3

Evaluate the quality of your AI applications with ease

Wendy Breiding (SHE/HER)

Get started with the new Microsoft.Extensions.AI.Evaluation library to kickstart your Intelligent Application eveluation journey.

Nov 25, 2024
Post comments count 17
Post likes count 10

OpenAPI document generation in .NET 9

Mike Kistler

Introducing the New OpenAPI Document Generation Feature in .NET 9. Let's take a look at what it is, how to use it, and how it streamlines API development in .NET.

Nov 20, 2024
Post comments count 6
Post likes count 22

dotnet scaffold – Next Generation Content Creation for .NET

Sayed Ibrahim Hashimi

Introducing a new command line tool dotnet scaffold, a new interactive way to create projects in .NET.

Nov 18, 2024
Post comments count 2
Post likes count 1

Enhance Your .NET Developer Productivity with GitHub Copilot

Mika Dumont

Learn how to get started with GitHub Copilot for .NET development for AI assisted development in Visual Studio and Visual Studio Code

Nov 14, 2024
Post comments count 10
Post likes count 10

Calling methods is easier and faster with C# 13 params collections

Kathleen Dollard

Let's take a look at C# 13's new params collections that make methods easier to use and allow new optimizations.