Architecture News

展示目录 #115 期现已提供

4月 3, 2024
请浏览我们为开发人员和 IT 专业人员提供的最新产品和功能选择。

We are pleased to announce the publication of issue #115 of the ComponentSource Showcase Catalog. The latest edition includes a selection of components and tools designed to meet the needs of software developers and IT professionals.

Over the last 28 years, ComponentSource has built a comprehensive marketplace to help its users discover, compare and buy Enterprise-grade software components and tools. The ComponentSource Catalog showcases a range of products in an easy-to-digest print publication.

What's Inside?

Issue #115 features an assortment of components and tools from market leading publishers including:

  • /n software: Red Carpet Subscription, SFTP Drive
  • Aspose: Aspose.Cells for .NET, Aspose.Total for .NET
  • DevExpress: DevExpress DXperience, DevExtreme Complete
  • Highsoft: Highcharts Core, Highcharts Dashboards
  • MESCIUS: ActiveReportsJS, ComponentOne Studio Enterprise, Document Solutions .NET Bundle, Spread.NET, Wijmo
  • Telerik: Kendo UI, Telerik DevCraft Complete
  • Text Control: TX Text Control .NET for WPF, TX Text Control .NET Server for ASP.NET

Products include file format APIs, reporting solutions, user interface controls for .NET and JavaScript, communications components, and much more.

Available in English, German, Korean and Japanese editions, the 52-page full color publication lets you easily browse selected products and read about highlighted features. If you want more information, the QR codes on each page (and links in the PDF version) take you directly to that product's page on the ComponentSource website.

Get your Copy

You can browse the latest issue online or visit the ComponentSource Showcase Catalog page to download a PDF.

To receive your FREE physical copy of future issues (available in Europe, US, Canada, Japan and South Korea), simply follow these steps:

  1. Register or log in
  2. Visit your Personal Profile
  3. Confirm that your postal address is correct
  4. Check the "Surface Mail" option
  5. Click "Save"

We'll deliver a new issue direct to your door four times per year.

Read Showcase Catalog #115

案例研究:加强视频播出解决方案

4月 3, 2024
了解 wTVision 如何利用 Medialooks SDK 为全球电视台提供 100% 基于软件的视频播放解决方案。

MPlatform SDK by Medialooks is a professional multimedia software development kit with native support for C#, VB.NET, VB6, Visual C++ and Delphi. MPlatform includes direct integration with hardware I/O from AJA, BlueFish444, Blackmagic Design, Deltacast & Stream Labs. MPlatform makes it easy to create broadcast-quality live streaming, ingest, vision mixing and playout automation software.

This case study features Daniel Gonçalves, Innovation Officer at wTVision, a company that builds powerful integrated broadcast solutions for TV stations worldwide. In it, he discusses how the company built wTVision Media Server Streaming Edition, a 100% software-based video playout solution. Utilizing the Medialooks SDK enabled wTVision to quickly replace the video management core of their software enabled the company to save time and deliver more of the comprehensive features that the broadcast business requires.

Read the full Medialooks blog post to see how wTVision leveraged MPlatform SDK to accomplish this impressive task.

MPlatform SDK is licensed per company - with support for up to 4 developers - and is available as a perpetual license with annual subscription. See our MPlatform SDK licensing page for full details.

For more information, visit our MPlatform SDK product page.

用 .NET MAUI 构建跨平台图像应用

4月 2, 2024
LEADTOOLS v23 现在提供 .NET MAUI 程序集,简化了 用于 Android、iOS 和 UWP 的 OCR、条形码、PDF 和图像查看器的开发。

LEADTOOLS Recognition SDK is a software development toolkit designed for building applications that extract data from images and documents. It empowers developers with features like Optical Character Recognition (OCR) for converting scanned documents to text, barcode reading, and form processing. Additionally, it offers functionalities for handling various file formats, image pre-processing, and document viewing, making it a comprehensive solution for automating document workflows in enterprises and organizations.

LEADTOOLS v23 allows developers to build cross-platform apps with advanced features using .NET MAUI. LEADTOOLS .NET Standard libraries seamlessly integrate with the .NET MAUI app model for building Android, iOS, and UWP applications. This simplifies development by providing ready-made components like OCR, barcode recognition, PDF handling, document viewers, and more. LEADTOOLS functionalities include image processing, annotations, compression, and various file formats, all within the familiar .NET MAUI environment.

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

LEADTOOLS Recognition SDK is licensed as Development Licenses, for developers to use the SDKs, and Deployment Licenses, for the right to distribute end user solutions. See our LEADTOOLS Recognition SDK licensing page for full details.

Learn more on our LEADTOOLS Recognition SDK product page.

通过将 PDF 保存到流来减少内存使用量

4月 2, 2024
让您的 .NET 8 应用拥有将 PDF 文件直接保存到流中的功能,从而提高数据处理速度并减少内存占用。

Saving PDFs to a stream offers increased flexibility and efficiency in the management and transmission of PDF documents. This approach of saving PDF files segments the file's content into an organized and compressed sequence of bytes (the stream), representing the content and structure of the document. This method allows for faster initial loading by prioritizing text content, enables partial downloads for quicker access over slow connections, and reduces memory usage by loading only the currently viewed section. This allows for real-time processing, manipulation, and direct transmission of data without the intermediary step of storing it on a disk. Employing streams is particularly advantageous in scenarios requiring memory efficiency, dynamic content generation, seamless network distribution, or integration within larger systems where direct file handling is cumbersome or inefficient.

Several .NET 8 PDF components allow you to save PDFs to a stream, including:

  • DevExpress PDF Document API (part of DevExpress Office File API) is a cross-platform API library that can be used to manage PDF files and for saving PDFs as a stream in .NET 8 applications.
  • ComponentOne Studio WinForms PDF (part of ComponentOne Studio WinForms) by MESCIUS enables developers to create .NET 8 WinForms applications that can be used to create, manipulate, and export PDF documents which can be saved in a streamed format.
  • Telerik UI PDF for WinForms (part of Telerik UI for WinForms) is a flexible, high-performing WinForms library that supports .NET 8. It enables you to generate and edit PDFs as well as to save them to streams for optimized loading and memory usage.
  • IronPDF for .NET by Iron Software equips developers with a user-friendly C# library to generate, edit, and manage PDFs. It supports .NET 8 and allows you to save PDF files as a stream for efficient document management and web integration.

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

Compare .NET 8 PDF Components

无须离开网格即可访问相关操作

4月 2, 2024
上下文菜单提供对编辑或复制特定信息的有用命令的访问,而无需导航到其它位置。

Context menus in grids are user-activated dropdown menus that appear when the users right-clicks a cell. They provide quick access to relevant actions for the selected data, like copying cells, editing rows, or performing custom operations specific to the grid's content. This functionality enhances user experience by offering contextual options without having to navigate away from the grid.

Several ASP.NET Core Grid controls offer context menus including:

  • DevExpress ASP.NET Core Data Grid (part of DevExpress ASP.NET and Blazor) empowers you to design context menus with custom actions for your grid data.
  • Telerik UI for ASP.NET Core Grid (part of Telerik UI for ASP.NET Core) enables context-sensitive menus for data interaction, including editing and exporting.
  • Syncfusion ASP.NET Core DataGrid (part of Syncfusion Essential Studio Enterprise) facilitates customizable context menus with built-in options for editing, copying, and exporting grid content.
  • Wisej.NET DataGridView allows you to design interactive context menus for your entire application.

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

Compare ASP.NET Core Grid Controls