.NET Blog

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

Latest posts

Jun 10, 2025
Post comments count 0
Post likes count 2

.NET and .NET Framework June 2025 servicing releases updates

Tara,
Victor

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

Jun 10, 2025
Post comments count 1
Post likes count 3

.NET 10 Preview 5 is now available!

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

Jun 5, 2025
Post comments count 6
Post likes count 9

Emit logs on-demand with log buffering

Evgenii Fedorov

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

Jun 4, 2025
Post comments count 0
Post likes count 13

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

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

Jun 3, 2025
Post comments count 1
Post likes count 3

Using AI Foundry with .NET MAUI

David Ortinau

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

May 29, 2025
Post comments count 3
Post likes count 9

Fine-tune the volume of logs your app produces

Evgenii Fedorov

Explores the new log sampling feature

May 28, 2025
Post comments count 66
Post likes count 59

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

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

May 27, 2025
Post comments count 2
Post likes count 9

Circuit Breaker Policy Fine-tuning Best Practice

Xin Lyu 🚀

Summary of some best practice and insights about circuit breaker resilience policy fine-tuning.

May 21, 2025
Post comments count 0
Post likes count 6

AI and Vector Data Extensions are now Generally Available (GA)

Luis Quintanilla

We’re excited to announce that these extensions are now generally available, providing developers with a robust foundation to build scalable, maintainable, and interoperable AI-powered applications.