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

.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

Improve Your Productivity with New GitHub Copilot Features for .NET!
Jun 12, 2025
Post comments count 0
Post likes count 1

Improve Your Productivity with New GitHub Copilot Features for .NET!

Leslie Richardson
Leslie Richardson

We recently introduced several new GitHub Copilot-powered .NET experiences designed to help you be more productive. Take a look!

Multimodal Voice Intelligence with .NET MAUI
Jun 11, 2025
Post comments count 1
Post likes count 2

Multimodal Voice Intelligence with .NET MAUI

David Ortinau
David Ortinau

Learn how to enhance your .NET MAUI apps with multimodal AI capabilities, enabling users to interact through voice using plugins and Microsoft.Extensions.AI.

.NET and .NET Framework June 2025 servicing releases updates
Jun 10, 2025
Post comments count 0
Post likes count 2

.NET and .NET Framework June 2025 servicing releases updates

Tara Overfield Victor Israel-Bolarinwa
Tara,
Victor

A recap of the latest servicing updates for .NET and .NET Framework for June 2025.

.NET 10 Preview 5 is now available!
Jun 10, 2025
Post comments count 1
Post likes count 3

.NET 10 Preview 5 is now available!

.NET Team
.NET Team

Find out about the new features in .NET 10 Preview 5 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

Emit logs on-demand with log buffering
Jun 5, 2025
Post comments count 6
Post likes count 4

Emit logs on-demand with log buffering

Evgenii Fedorov
Evgenii Fedorov

Learn how to delay log emission with the new log buffering feature for more intelligent, context-aware logging in .NET 9

Catch Up on Microsoft Build 2025: Essential Sessions for .NET Developers
Jun 4, 2025
Post comments count 0
Post likes count 10

Catch Up on Microsoft Build 2025: Essential Sessions for .NET Developers

.NET Team
.NET Team

Get up to date on all of the .NET sessions from Microsoft Build 2025 covering .NET 10, C# 14, .NET Aspire, ASP.NET Core, Blazor, AI development, and more!

Using AI Foundry with .NET MAUI
Jun 3, 2025
Post comments count 1
Post likes count 3

Using AI Foundry with .NET MAUI

David Ortinau
David Ortinau

Using AI Foundry with .NET MAUI brings the power of LLMs to mobile and desktop applications.

Fine-tune the volume of logs your app produces
May 29, 2025
Post comments count 3
Post likes count 8

Fine-tune the volume of logs your app produces

Evgenii Fedorov
Evgenii Fedorov

Explores the new log sampling feature

Announcing dotnet run app.cs – A simpler way to start with C# and .NET 10
May 28, 2025
Post comments count 57
Post likes count 39

Announcing dotnet run app.cs – A simpler way to start with C# and .NET 10

Damian Edwards
Damian Edwards

We are super excited to introduce a new feature that was released as part of .NET 10 Preview 4 that makes getting started with C# easier than ever. You can now run a C# file directly using . This means you no longer need to create a project file or scaffold a whole application to run a quick script, test a snippet, or experiment with an idea. It's simple, intuitive, and designed to streamline the C# development experience, especially for those just getting started. What is ? Until now, executing C# code using the CLI required a project structure that included a file. With this new capability, which we call fi...