Neuigkeiten zu .NET

Hervorheben von Zellendaten mit bedingter Formatierung

Dezember 6, 2023
Wenden Sie visuelle Hinweise auf bestimmte Zellen, Zeilen oder Spalten basierend auf ihren Datenwerten an, um das Erkennen von Mustern und Trends zu erleichtern.

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

Verbessern der Diagrammleistung mit asynchroner Serialisierung

Dezember 6, 2023
MindFusion.Diagramming for WPF 4.0.0 bietet die Möglichkeit, Dateien asynchron zu laden und zu speichern, wodurch die Reaktionsfähigkeit verbessert wird.

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.

Extrahieren von Inhalten aus Kindle-Dateien

Dezember 6, 2023
GroupDocs.Parser V23.11 fügt integriert die Unterstützung für Kindle-Dokumentformate und ermöglicht die Extraktion von Text und Metadaten aus Kindle-eBooks und -Dokumenten.

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 trennt ASP.NET Core- und MVC-Pakete

Dezember 5, 2023
Telerik UI for ASP.NET Core und Telerik UI for ASP.NET MVC können jetzt einzeln erworben werden, was Entwicklern mehr Flexibilität bietet.

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:

Verbessern der Dateneingabegenauigkeit in WPF-Apps

November 30, 2023
Maskierte Textfelder beschränken die Benutzereingabe auf ein vordefiniertes Format und sorgen so für eine konsistente und fehlerfreie Informationseingabe.

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