.NETのニュース

条件付き書式でセルデータを強調表示

12月 6, 2023
データ値に基づいて特定のセル、行、または列に視覚的な手がかりを適用し、パターンや傾向を簡単に識別できるようにします。

Conditional formatting in grids allows users to apply visual styles to cells or ranges based on the data they contain. It enhances data readability and analysis by highlighting critical values, outliers, or trends in a data-driven manner. For instance, a cell might be colored red if it contains a value below a certain threshold, thereby drawing attention to potential issues.

Several WinForms grid components support conditional formatting including:

  • DevExpress WinForms Data Grid (part of DevExpress WinForms) enhances data visualization with rich conditional formatting rules including custom visual styles.
  • FlexGrid for WinForms (part of ComponentOne Studio WinForms by MESCIUS) enables conditional cell styles, visual indicators and data-driven formatting.
  • Infragistics WinDataGrid (part of Infragistics Ultimate UI for Windows Forms) includes sophisticated formatting rules, conditional cell backgrounds, and data-driven visual cues.
  • NOV Grid for .NET (part of Nevron Open Vision for .NET) provides custom formatting expressions, data-driven cell styles and conditional background colors.
  • Telerik UI for WinForms GridView offers rule-based cell formatting, visual indicators, and data-driven formatting logic.

For an in-depth analysis of features and price, visit our WinForms Grid comparison.

Compare WinForms Grid Components

非同期シリアル化によるダイアグラムのパフォーマンス向上

12月 6, 2023
MindFusion.Diagramming for WPF 4.0.0では、ファイルを非同期的に読み込んで保存する機能が追加され、応答性を向上

MindFusion.Diagramming for WPF provides a comprehensive toolset for creating a wide array of diagrams, including organizational charts, graphs, class hierarchies, and family trees. It offers extensive customization options for appearance and behavior, as well as save/load options and several automatic layouts.

Version 4.0.0 adds support for asynchronous serialization, which means that files can now be saved and loaded asynchronously. This allows users to interact with the application while data is being loaded or saved, making it feel more responsive.

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

For more information, visit our MindFusion.Diagramming for WPF product page.

Kindleファイルからコンテンツを抽出

12月 6, 2023
GroupDocs.Parser V23.11は、Kindleドキュメント形式のサポートを追加し、Kindleの電子書籍やドキュメントからのテキストとメタデータの抽出が可能

GroupDocs.Parser is a comprehensive document parsing solution that enables you to extract text, metadata, and images from a wide range of document formats, including PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, ODT, ODS, RTF, and EPUB.

GroupDocs.Parser V23.11 adds support for Kindle document formats, which enables developers to extract text, metadata, and images from Kindle ebooks and files. Developers can now effectively process and analyze Kindle documents, extracting valuable information for various applications, such as document search and indexing, data integration, and workflow automation.

To see a full list of what's new in GroupDocs.Parser V23.11, see our release notes.

GroupDocs.Parser is available to buy in the following products:

TelerikがASP.NET CoreスイートとMVCスイートを分離

12月 5, 2023
Telerik UI for ASP.NET CoreとTelerik UI for ASP.NET MVCが単独に購入できるようになり、開発者の柔軟性を向上

Telerik is a leading software company that offers development tools for web, mobile, and desktop applications. It also provides tools and subscription services for cross-platform application development. Telerik products are used by developers all over the world to create high-quality, user-friendly applications.

Previously, the company's ASP.NET Core and ASP.NET MVC products were only available as part of a bundled package that also included the Kendo UI JavaScript library. However, Telerik is now offering these products individually, giving developers greater flexibility and control over their choice of development tools.

Both products offer 110+ UI components to help developers create high-quality, user-friendly applications, including a wide range of components, such as grids, charts, trees, and editors.

Developers who need access to additional platforms such as Blazor, MAUI, WinForms, WPF, and JavaScript in addition to ASP.NET Core and MVC may be interested in the multi-platform Telerik DevCraft product range:

WPFアプリでのデータ入力精度の向上

11月 30, 2023
マスクされたテキストボックスでは、ユーザー入力を事前定義された形式に制限し、一貫性のあるエラーのない情報入力を保証

A masked text box is a data editor that requires the user to input data in a specific format. This control is particularly useful in forms where consistency and accuracy of data are critical, such as phone numbers or social security numbers. The mask ensures that the input conforms to a predefined pattern, reducing errors and streamlining data entry processes.

Several WPF data editor components provide masked input text boxes including:

For an in-depth analysis of features and price, visit our WPF Data Editors comparison.

Compare WPF Data Editors Components