Category News

用 .NET 10 構建新一代智慧型應用程式

11月 14, 2025
.NET 10 帶來了更快的效能、更強大的安全性、更新的語言以及對 AI 開發的內建支援。

Microsoft have released .NET 10, a major step forward for Microsoft’s cross‑platform development framework, offering enhanced runtime performance, new language features, reinforced security, and deep support for artificial intelligence (AI) workloads. .NET 10 is a Long-Term Support (LTS) version which benefits from guaranteed, extended support for three years making it ideal for production environments and mission-critical systems.

In this release, .NET 10 delivers significant runtime and language enhancements aimed at boosting application speed and efficiency. The just‑in‑time (JIT) compiler has been improved with smarter inlining and method de‑virtualization, and new hardware acceleration support (such as AVX10.2 for Intel and enhanced vectorisation for Arm64) helps reduce pause times in garbage collection. On the language side, C# 14 and F# 10 introduce more expressive constructs, for example, automatic backing fields in C# and scoped warning suppression in F#, which simplify coding while maintaining performance. The combined improvements give developers a faster and more productive foundation.

Security and modern library enhancements have also been front‑and‑centre in .NET 10. The framework expands support for post‑quantum cryptography (PQC) algorithms, helping applications prepare for future quantum‑resistant security demands. Networking libraries have been upgraded with features like a simplified WebSocketStream API and platform‑wide modern TLS 1.3 support (including on macOS). Other library improvements include better JSON processing, key wrapping enhancements, and broader support for native cryptographic APIs. These updates reinforce depth across both security and low‑level infrastructure.

.NET 10 places a strong emphasis on AI integration and cloud‑native development. The introduction of the Microsoft Agent Framework enables developers to build and orchestrate multi‑agent AI systems (sequential, concurrent, hand‑off workflows) with minimal boilerplate. In parallel, the Microsoft.Extensions.AI and vector data abstractions provide unified interfaces for switching between AI providers (such as OpenAI, Azure OpenAI, Ollama) without rewriting code. These capabilities signal a vision where .NET isn’t just for general‑purpose apps, but for next‑generation intelligent systems.

View the official Microsoft blog for all the details, including a link to download .NET 10.

用權限切換簡化 PDF 匯出設定

11月 13, 2025
ActiveReports.NET v19.2 添加用於 Web 檢視器 PDF 匯出的權限設定面板,從而能夠精細控制使用者互動。

ActiveReports.NET from MESCIUS, is a comprehensive reporting solution for developers building applications in .NET. It helps you to design and deliver visually appealing reports through user-friendly designers and a wide range of controls. ActiveReports simplifies report creation and distribution with a versatile API, rich data source connectivity, and support for multiple export formats. This translates to increased developer productivity and improved end-user experience with powerful reporting functionalities within your .NET applications.

The ActiveReports.NET v19.2 update introduces configurable permissions for PDFs exported from Web Viewers, allowing developers to apply precise controls over how end users interact with generated documents. By enabling encryption and selecting permissions such as copying, printing, annotating, modifying, filling forms, and accessing content through assistive readers, developers can enforce security, compliance, and workflow requirements directly within the export process. This update optimizes permission management across the JS Viewer, Blazor Viewer, and ASP.NET WebViewer, providing a consistent and efficient way to govern document behavior without additional code or external tooling.

To see a full list of what's new in v19.2, see our release notes.

ActiveReports.NET is licensed per developer and is available with or without a 12 month support and maintenance subscription. See our ActiveReports.NET licensing page for full details.

Learn more on our ActiveReports.NET product page.

用 .NET 10 SDK 範本建立專案

11月 13, 2025
JetBrains Rider 2025.3 透過新式 C# 14 功能的更新範本、集成調試和豐富工具,支援 .NET 10 SDK。

Rider by JetBrains is a cross-platform integrated development environment (IDE) tailored for .NET developers. Combining the power of ReSharper with the IntelliJ platform, it delivers a fast and feature-rich experience for editing, debugging, and testing .NET, ASP.NET, Unity, and more. Rider supports a wide array of languages and project types, allowing developers to work seamlessly across codebases. With intelligent code analysis, version control integration, and a responsive UI, Rider helps developers maintain high code quality and productivity in diverse development environments.

The JetBrains Rider 2025.3 update delivers support for the .NET 10 SDK, allowing developers to adopt the latest platform while retaining a stable, fully featured IDE experience. You can create new solutions using the official project templates from the new SDK, then create, run, and debug applications targeting .NET 10 without leaving Rider or falling back to command-line tooling. At the same time, comprehensive C# 14 support ensures that new and updated language features are correctly understood by code analysis, navigation, and refactoring tools, so you can write modern .NET code confidently and maintain productivity as your projects move to the latest runtime and language versions.

To see a full list of what’s new in version 2025.3, see our release notes.

Rider is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals, lapsed renewals, and additional user licenses. See our Rider licensing page for full details.

Rider is available to purchase in the following products:

Blazorise 添加對 .NET 10 Blazor 的完全支援

11月 13, 2025
Blazorise 1.8.6 版本完全支援 .NET 10,從而實現用 C# 14 自信升級和執行階段效能最佳化。

Blazorise is a versatile component library that empowers developers to build modern and feature-rich web applications using Blazor, a client-side web development framework from Microsoft. It offers a comprehensive collection of user interface components, including buttons, forms, charts, and navigation elements, all built with accessibility and responsiveness in mind.

The Blazorise 1.8.6 update delivers full compatibility with .NET 10, allowing existing Blazorise-based applications to run on the latest runtime without breaking changes. It enables projects to take advantage of new C# 14 language features, improved JIT and AOT performance, and the modernized Blazor hosting models introduced in .NET 10. This release helps standardize on the newest .NET stack while preserving current UI components and behavior, reducing migration risk and maintenance overhead for development teams.

To see a full list of what’s new in version 1.8.6, see our release notes.

Blazorise is licensed per developer and includes a 1 year subscription for updates and support. Professional, Enterprise, and Enterprise Plus editions are available, each offering tailored levels of support and service to meet varying business needs. See our Blazorise licensing page for full details.

For more information, visit our Blazorise product page.

顯示關鍵指標以立即評估

11月 13, 2025
創建儀錶板和監視工具,其使用儀錶控制項顯示即時數位資料,以便在 .NET 應用中實現高效的資料視覺化。

Gauges are specialized charting components used to visually display numerical values within a predefined range, often in formats such as radial, linear, or digital meters. They are commonly found in dashboards and monitoring tools, where their primary function is to provide immediate visual feedback on performance indicators or system metrics. Gauges are particularly useful for clearly communicating real-time data, allowing users to quickly assess the current state of a metric to determine whether a value is within acceptable limits or requires attention.

Several .NET charting components also offer gauges, including:

  • DevExpress WPF Chart (part of DevExpress WPF) provides a variety of interactive gauge controls and pre-designed layouts that can be embedded into WPF applications.
  • ComponentOne Charts for WinForms (part of ComponentOne Studio WinForms by MESCIUS) enables you to design advanced and highly customizable gauges.
  • Telerik ASP.NET AJAX Chart (part of Telerik UI for ASP.NET AJAX) offers customizable arc, circular, radial and linear gauge controls for visualizing metric values effectively.
  • Syncfusion Blazor Chart (part of Syncfusion Essential Studio UI Component Suite) includes gauges with customizable circular or linear scales, suited for dashboards and monitoring.

For an in-depth analysis of features and price, visit our comparison of .NET chart components.

Compare .NET Chart Components