.NET Blog

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

Latest posts

Aug 21, 2024
Post comments count 0
Post likes count 2

Supercharge your testing experience with MSTest.Analyzers

Jakub Jareš

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

Aug 15, 2024
Post comments count 0
Post likes count 12

.NET 9 Preview 7 is now available!

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

Aug 14, 2024
Post comments count 4
Post likes count 5

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

Mehul Harry

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

Aug 13, 2024
Post comments count 5
Post likes count 3

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

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.

Aug 13, 2024
Post comments count 3
Post likes count 1

.NET and .NET Framework August 2024 updates

Tara,
Rahul

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

Aug 7, 2024
Post comments count 11
Post likes count 15

Adding Aspire to your existing .NET apps

Jon Galloway

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.

Jul 31, 2024
Post comments count 2
Post likes count 2

Enhancing #help in F# Interactive

David Schaefer

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

Jul 29, 2024
Post comments count 15
Post likes count 8

Creating Bindings for .NET MAUI with Native Library Interop

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.

Jul 24, 2024
Post comments count 4
Post likes count 6

How use a Blazor QuickGrid with GraphQL

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.