Weekly .NET Roundup: .NET 10 previews, AI extensibility, and tooling
A host of releases and community solutions empower .NET, VS Code, and Visual Studio users, delivering faster, modernized APIs, automation, cross-language extensibility, and practical tooling.
This Week's Overview
- .NET 10 Features and Extension Member Revolution
- AI Tooling, MCP, and .NET Interoperability
- Developer Tools, Documentation, and Community Solutions
.NET 10 Features and Extension Member Revolution
.NET 10 Preview and C# 14’s extension members allow seamless type extension—supporting methods, properties, and soon operators—without source modification, yielding discoverable, idiomatic APIs. Preview 6 adds post-quantum cryptography, performance boosts, stateful Blazor, passkey auth, and more, plus faster build and deployment tooling.
- C# 14 Extension Members in .NET 10 Preview: How to Use Extension Everything
- .NET 10 Preview 6: New Features Across Runtime, SDK, Libraries, ASP.NET Core, Blazor, and More
- .NET 10 Preview 6 Unboxed - Blazor State Persistence, Passkey, & What is DNX?
AI Tooling, MCP, and .NET Interoperability
New templates and workflows make creating MCP servers in .NET 10 and publishing on NuGet simple, seamlessly blending AI extension and modern extensibility. Python.NET enables embedding Python in C#, expanding .NET’s reach into data science.
- Building Your First MCP Server with .NET 10 and Publishing to NuGet
- MCP C# SDK: What’s New and Upcoming for .NET Developers
- Writing and Running Python in .NET
Developer Tools, Documentation, and Community Solutions
VS Code’s Markdown Mermaid Viewer solves diagram previewing; a Visual Studio extension adds git worktree support for better branch management. Build-time OpenAPI specs in .NET 9 empower CI/CD and automation. Community standup sessions unpack modern Minimal APIs and database integration, while reusable WPF helpers improve desktop UI. Scott Hanselman spotlights .NET’s broad relevance and stability.
- VS Code Extension: Preview Mermaid Diagrams in Markdown for Azure DevOps
- Visual Studio Has Most Git Features I Need—Except Worktree, So I Built an Extension for It
- Build-Time OpenAPI Documentation in .NET 9: A OneDevQuestion with Mike Kistler
- .NET Data Community Standup: Couchbase EF Core Provider Discussion
- ASP.NET Community Standup - Why Aren't You Using Minimal APIs?
- Centering a WPF TreeViewItem in the TreeView ScrollViewer
- Is .NET Legacy Tech? Scott Hanselman Explores the Modern .NET Platform