Showing results for May 2025 - .NET Blog

May 28, 2025
Post comments count43
Post likes count29

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

.NET
May 21, 2025
Post comments count0
Post likes count4

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

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

.NETAI
May 19, 2025
Post comments count0
Post likes count4

.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 integrations, app model enhancements, and more.

.NETASP.NET CoreC#
May 19, 2025
Post comments count8
Post likes count1

Accelerate Your .NET Upgrades with GitHub Copilot

McKenna Barlow
McKenna Barlow

Upgrade your .NET apps with confidence! Introducing our newest AI-powered upgrade experience, GitHub Copilot app modernization - Upgrade for .NET.

.NETAI
May 13, 2025
Post comments count3
Post likes count4

.NET 10 Preview 4 is now available!

.NET Team
.NET Team

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

.NETASP.NET CoreC#
May 8, 2025
Post comments count32
Post likes count12

C# 14 – Exploring extension members

Kathleen Dollard
Kathleen Dollard

C# 14 introduces extension members. See how the `extension` syntax offers flexibility for extension authors and continuity for developers using extensions

.NETC#