ASP.NET Core 10のニュース

レンジ入力をよりシンプルに

5月 12, 2026
Range Trackbarデータエディターは、ユーザーが最小および最大制限をインタラクティブに定義でき、レポート、ダッシュボード、フォームでの手動入力を削減

A Range Trackbar in ASP.NET Core Data Editor controls is an interactive input component that lets users select a numeric range by moving two handles along a track, rather than typing minimum and maximum values into separate fields. This makes range-based data entry faster, clearer, and less error-prone, especially when the valid values are bounded, such as prices, dates, percentages, ratings, quantities, or performance thresholds. For developers, it provides a more intuitive way to capture structured range input while maintaining control over validation, step intervals, formatting, and default values. In real-world applications, a Range Trackbar can be used in product filters to select a price range, reporting dashboards to define a date or score interval, booking systems to choose acceptable time windows, analytics tools to adjust threshold limits, or administrative forms where users need to configure minimum and maximum values without manually entering exact numbers.

Many ASP.NET Core Assembly Data Editors collections contain Range Trackbar controls including:

  • DevExpress ASP.NET Core Data Editors (part of DevExpress ASP.NET & Blazor) let you add Range Trackbar inputs for selecting numeric intervals clearly within responsive data forms.
  • Telerik UI for ASP.NET Core Data Editors (part of Telerik UI for ASP.NET Core) allows you to present Range Trackbar selection for filters, thresholds, and configurable values.
  • Wisej.NET enables Range Trackbar-style range selection in ASP.NET Core applications, supporting selection within minimum and maximum values for business data entry.
  • Syncfusion ASP.NET Core Data Editors (part of Syncfusion Essential Studio Enterprise) facilitates Range Trackbar input for choosing minimum and maximum values.

For an in-depth analysis of features and price, visit our comparison of ASP.NET Core Assembly Data Editors.

Compare ASP.NET Core Assembly Data Editors

PDF文書をより効率的に管理

5月 7, 2026
外部ソフトウェアに頼らずに文書を統合、分割、圧縮、再整理するためのPDF操作ツールを組み込みに追加

PDF manipulation allow applications to create, modify, and manage PDF documents programmatically or through integrated user interfaces. These features support a wide range of document workflows, from reorganizing pages to extracting information and optimizing file sizes. By incorporating PDF manipulation tools directly into applications, developers can support more efficient document processing without relying on external software.

Common features include:

  • Compressing PDFs which reduces file sizes to make documents easier to store, transfer, and share while maintaining acceptable visual quality.
  • Deleting pages from a PDF enables users to remove unnecessary or sensitive content from existing documents.
  • Adding pages to a PDF allows new pages to be inserted into documents to expand or reorganise content.
  • Merging PDFs combines multiple PDF files into a single document, simplifying document management and distribution.
  • Splitting PDFs separates a document into smaller files, helping users isolate sections or distribute content more efficiently.
  • Extracting content allows users to retrieve text, images, or other embedded information from PDFs for reuse, analysis, or indexing purposes.
  • Managing metadata provides tools for viewing and updating document properties such as author details, titles, keywords, and creation dates.

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

Explore ASP.NET Core PDF Manipulation Features

データを壊さずにに行を挿入

4月 24, 2026
数式、フォーマット、参照を保持しつつ、新しい行を動的に追加することで、スプレッドシートの正確性と一貫性を保持

Inserting rows in spreadsheet components enables users to expand and reorganize data dynamically within a worksheet. It supports common data management tasks such as adding new records, adjusting layouts, and maintaining structured datasets without disrupting existing content. By integrating row insertion directly through APIs, applications can offer a familiar and efficient spreadsheet experience for users working with tabular data.

Several ASP.NET Core spreadsheet controls offer support for inserting rows including:

For an in-depth analysis of features and price, visit our ASP.NET Core spreadsheet controls comparison.

Compare ASP.NET Core Spreadsheet Controls

制御された入力で誤差を削減

4月 22, 2026
有効なエントリーを迅速に選択できるよう、あらかじめ定義された値リストを提供し、精度を向上させ、検証の負荷を削減

Dropdowns and lists provide structured ways for users to select and manage values within grids, forms, or tables. By constraining input to predefined options, these controls help maintain data consistency, reduce entry errors, and improve overall usability. They are commonly used in business applications where accuracy and efficiency are important, such as configuration panels, data management tools, and enterprise systems.

Common features include:

  • Combobox combines text input with a dropdown list, allowing users to either select from predefined values or enter custom data.
  • Checked Combobox extends this by enabling multiple selections through checkboxes within the dropdown.
  • Image Combobox enhances visual recognition by displaying icons or images alongside each option.
  • Listbox presents a scrollable list of items for single or multiple selection within a fixed area.
  • Checked Listbox adds checkbox support to allow users to select multiple items more clearly.
  • Image Listbox incorporates images into list items, helping users quickly identify and differentiate between options.

For an in-depth analysis of features and price, visit our ASP.NET Core data editor components comparison.

Explore ASP.NET Core Dropdowns and Lists

PDFから機密データを削除

4月 20, 2026
ASP.NET CoreアプリケーションでPDF編集機能を実装し、機密情報を保護し、機密データへのアクセスを防止

PDF redaction is the process of permanently removing sensitive or confidential information from a document so that it cannot be recovered or viewed. Unlike simple visual masking, true redaction deletes the underlying content, ensuring it is not accessible through copying, searching, or metadata extraction. This capability is essential for regulatory compliance, data protection, and secure document sharing, particularly in industries that handle personal, financial, or legal information.

Several ASP.NET Core PDF components allow you to redact PDFs, including:

  • Document Solutions for PDF by MESCIUS provides a .NET API that enables developers to define and apply redaction regions and permanently remove sensitive content from PDFs.
  • ImageGear for .NET by Accusoft includes redaction annotations allowing applications to mark and obscure confidential information within documents.
  • Syncfusion ASP.NET Core PDF (part of Syncfusion Essential Studio Enterprise) offers redaction support, with APIs to mark and remove sensitive text or images.

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

Compare ASP.NET Core PDF Components