The .NET 10 official release marks another milestone in Microsoft’s journey toward boosting developer experience and future-proofing the .NET platform. With this release, Progress is shipping Telerik products with day-zero support for .NET 10.
Telerik UI libraries now fully support .NET 10 across AI-first, web, desktop and cross-platform applications, including reporting, document processing, mocking tools, Visual Studio and Visual Studio Code extensions.
By aligning with Microsoft’s latest release: ASP.NET Core 10, Blazor, .NET MAUI and Aspire 13, we enable developers to immediately benefit from improved performance, security and experience. Together, these updates deliver a cohesive ecosystem that helps teams move faster with fewer surprises and smarter tools for AI-assisted development.
Here’s the full list of Telerik UI libraries and tools that now offer day-zero support for .NET 10:
ASP.NET Core 10 continues to refine minimal APIs for real-world productivity while introducing measurable security and a smoother developer experience.
[Required], [EmailAddress], [MaxLength], etc., and the framework will automatically validate them when bound to endpoints. Invalid requests return a standardized 400 Bad Request with ProblemDetails.IProblemDetailsService, producing consistent, standards-compliant responses.The result? Less ceremony, better observability and security you can measure. Combined with Telerik UI for ASP.NET Core and Telerik UI for Blazor, you can immediately leverage these APIs in modern full-stack web applications.
Blazor reaches a new level of enterprise readiness with production-grade security, predictable interop and smarter UI primitives.
These updates make Blazor more predictable, secure and performant. With Blazor you can ship interactive, cloud-ready applications faster, with the same .NET skills your team already uses. Add the newly updated Telerik UI for Blazor components to perfectly complement the .NET 10 enhancements.
The .NET 10 MAUI release doubles down on productivity and platform alignment. With faster builds, safer layouts and richer diagnostics, developers can now iterate quickly while maintaining cross-platform consistency.
MauiAllowImplicitXmlnsDeclaration in the project file. This automatically injects the default MAUI and x: namespaces, meaning you can even omit xmlns from your XAML files.These improvements translate directly into faster iteration and more responsive mobile and desktop apps, without sacrificing reliability. Include the updated Telerik UI for .NET MAUI bits and hit the ground running.
Visual Studio 2026 complements .NET 10 with a faster, more intelligent and future-ready development environment. With AI built directly into everyday workflows such as adaptive paste, AI-assisted debugging and project-aware Copilot integration, developers can write, test and optimize code faster and with fewer errors.
The new AI Profiler goes a step further, proactively identifying performance bottlenecks and suggesting fixes, so your applications run smoother and more efficiently.
With native support for .NET 10 and C# 14, developers get immediate access to the latest language and runtime improvements. Visual Studio 2026 also brings enhanced stability, performance and Arm64 optimizations, delivering a seamless experience on modern hardware.
Telerik Visual Studio extensions, including Telerik UI for ASP.NETAJAX, ASP.NET Core, ASP.NETMVC, Blazor, .NET MAUI, WinForms, WPF, WinUI, Telerik JustMock and Telerik Reporting, are fully compatible with Visual Studio 2026 from day one.
Over the past several months, we have enabled AI-assisted development across our web developer ecosystem through Node.js-based MCP (Model Context Protocol) servers. Developers can quickly start a Telerik MCP server using:
npx @progress/telerik-blazor-mcp
This tooling uses the developer’s seat license to securely connect to the Telerik search index and provide an AI-optimized gateway to component docs, demos and patterns, allowing AI code generation to use the full breadth of Telerik UI capabilities.
While the workflow has been very accessible for teams already working in JavaScript and Node.js environments, it didn’t embrace the .NET ecosystem. Many .NET developers primarily operate in native .NET tools and don’t always have Node.js installed. To address this gap in developer experience, we have pivoted our MCP tools to use NuGet.
The introduction of the new dnx launcher in .NET 10 enables command-line tooling to be distributed and executed directly via NuGet packages—no Node.js required. Once the .NET 10 SDK is installed and dnx is on your PATH, packages can be executed directly using:
dnx <package-name>
This unlocks the same seamless MCP server experience for .NET developers.
We now ship MCP-enabled packages on NuGet.org, allowing you to add Telerik product MCP servers directly to your mcp.json:
{"servers": {"telerik-wpf": {"command": "dnx","args": ["Telerik.WPF.MCP", "--yes"]}} }
This makes AI-assisted component guidance and code generation tools first-class features in desktop and cross-platform .NET environments. Developers can now work with the tooling provided by their native environment, just as web developers have already become accustomed to.
You can now use .NET MCP servers for:
| Product | Documentation |
|---|---|
| Telerik UI for WinForms | WinForms documentation |
| Telerik UI for WPF | WPF documentation |
| Telerik UI for .NET MAUI | .NET MAUI documentation |
| Telerik Document Processing Libraries | DPL documentation |
| Telerik Reporting | Reporting documentation |
This release closes the tooling gap between web-first and .NET-first development environments and significantly improves accessibility of the AI Assistant for enterprise .NET teams.
Aspire 13 aligns with .NET 10’s mission of frictionless developer experience, introducing smarter CLI tooling, single-file AppHosts and deep observability for AI-driven apps.
Aspire 13 streamlines workflows so developers spend less time wiring services and configs. Aspire’s single‑file AppHost, CLI automation and unified templates reduce friction in setup, upgrades and deployment. In addition, as AI becomes core to apps, Aspire now treats LLMs as first‑class resources. Developers can visualize prompts, monitor token usage and trace AI calls alongside traditional logs and metrics.
Together, Aspire 13 and .NET 10 position .NET as a cloud‑native + AI‑native platform, where distributed systems and intelligent agents can be modeled, debugged and deployed with consistency and transparency.
The .NET 10 release, supported day-zero across Telerik products, represents a significant step forward in developer productivity, security and AI integration. From ASP.NET Core 10’s smarter APIs and enhanced security observability, through Blazor’s enterprise-ready UX improvements, to .NET MAUI’s faster builds and safer layouts, each update empowers developers to build modern, performant and secure applications. Aspire 13’s streamlined workflows and AI observability further position .NET as a cloud-native and AI-native platform.
Finally, the evolution of Telerik MCP tooling to a NuGet-based, Node.js-free experience unifies AI-assisted development across web, desktop and cross-platform environments. Together, these advancements reinforce Progress’ commitment to delivering seamless, future-ready tools coordinated with Microsoft that help developers innovate with confidence and speed.
Ed Charbeneau is a web enthusiast, speaker, writer, design admirer, and Developer Advocate for Telerik. He has designed and developed web based applications for business, manufacturing, systems integration as well as customer facing websites. Ed enjoys geeking out to cool new tech, brainstorming about future technology, and admiring great design. Ed's latest projects can be found on GitHub.