Showing results for .NET - .NET Blog

Dec 23, 2024
Post comments count0
Post likes count6

Top .NET Blogs Posts of 2024

James Montemagno
James Montemagno

Let's take a look back at the top .NET blogs from 2024 from exciting announcements, deep dives on new features, and so much more.

.NETASP.NET CoreBlazor
Dec 10, 2024
Post comments count8
Post likes count10

Invoking Async Power: What Awaits WinForms in .NET 9

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

.NETWinForms
Dec 9, 2024
Post comments count4
Post likes count10

Using Local AI models with .NET Aspire

Aaron Powell
Aaron Powell

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

.NETAI.NET Aspire
Dec 5, 2024
Post comments count6
Post likes count8

Using Dependabot to Manage .NET SDK Updates

Jamie Magee
Jamie Magee

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

.NET
Nov 27, 2024
Post comments count1
Post likes count10

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

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

.NETNuGet
Nov 26, 2024
Post comments count1
Post likes count3

Evaluate the quality of your AI applications with ease

Wendy Breiding (SHE/HER)
Wendy Breiding (SHE/HER)

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

.NETC#AI
Nov 25, 2024
Post comments count17
Post likes count9

OpenAPI document generation in .NET 9

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

.NETASP.NET Core