.NET 뉴스

Excel에서 원활하게 분석할 수 있도록 OFX 파일을 변환하세요

5월 15, 2024
이제 Aspose.Finance 24.4를 사용하면 사람이 읽을 수 있는 Excel 또는 CSV 파일을 Open Financial Exchange 출력에서 직접 생성할 수 있습니다.

Aspose.Finance is a software development toolkit that empowers developers to work with financial data formats within their applications. It tackles specific formats like XBRL (eXtensible Business Reporting Language) and OFX (Open Financial Exchange) used for financial statements and banking data exchange. Aspose.Finance allows developers to create, read, manipulate, and convert these files, streamlining financial data integration within their software solutions.

The Aspose.Finance 24.4 release adds support for converting OFX output to Excel and CSV formats. These widespread spreadsheet formats enable easier data manipulation, analysis in familiar tools like Excel, and seamless import into budgeting or accounting software that might not directly support OFX, simplifying financial record keeping and analysis.

To see a full list of what's new in version 24.4, see our .NET and Python via .NET release notes.

Aspose.Finance is offered as Developer Small Business, Developer OEM, Site Small Business, and Site OEM licenses catering to a range of business needs. Licenses are perpetual, and include 1 year of support and maintenance. Subscription renewals are also available. See our Aspose.Finance licensing pages for .NET and Python via .NET for full details.

Aspose.Finance for .NET is available to buy in the following products: Aspose.Finance for .NET, Aspose.Total for .NET, Aspose.Total Product Family, Conholdate.Total for .NET, and Conholdate.Total Product Family.

Aspose.Finance for Python via .NET is available to buy in the following products: Aspose.Finance for Python via .NET, Aspose.Total for Python via .NET, and Aspose.Total Product Family.

PDF에서 민감한 정보를 쉽게 제거하세요

5월 14, 2024
IronPDF for .NET 2024.5.2를 사용하면 PDF 파일의 민감한 정보를 삭제하고 스캔하여 사용자 데이터를 더 효과적으로 보호하고 애플리케이션 보안을 강화할 수 있습니다.

IronPDF for .NET empowers developers with a user-friendly C# library to generate, edit, and manage PDFs. It leverages a familiar HTML/CSS foundation for effortless PDF creation, while also offering robust features like text extraction, OCR, signing, and more. This comprehensive solution simplifies complex PDF development tasks, saving time and boosting productivity for .NET projects.

The IronPDF for .NET 2024.5.2 update introduces the IronPdf.Cleaner API, designed to improve the security and reliability of PDF handling in applications. This new API offers developers the capability to sanitize and scan PDF files, effectively mitigating the risks associated with processing content from an untrusted source. It removes potentially malicious code and sensitive information, such as metadata, comments, or embedded objects, that could compromise the application or user data. This enhances application security and safeguards against potential vulnerabilities introduced through untrusted PDF sources.

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

IronPDF for .NET is licensed based on the number of developers, organization locations and projects, and is available as a Perpetual license with one free year of product updates and support services. See our IronPDF for .NET licensing page for full details.

IronPDF for .NET is available to buy in the following products:

WinForms 데이터 그리드에 데이터 가상화 페이징 추가

5월 14, 2024
ComponentOne WinForms 데이터 그리드는 온디맨드 데이터 로딩을 통해 대규모 데이터 세트의 성능을 최적화하기 위한 페이징을 제공합니다.

ComponentOne Studio WinForms is a comprehensive development toolkit that empowers you to build feature-rich Windows Forms applications with ease. It equips you with over 120 UI controls spanning data presentation, input elements, and application layout. ComponentOne boasts extensive customization options, seamless Visual Studio integration, and support for the latest .NET versions, making it a valuable asset for streamlining WinForms development.

In this blog post, MESCIUS Software Engineer Kartik Dua demonstrates how paging can be implemented in the FlexGrid Datagrid control to provide an intuitive way to interact with large sets of data. Steps include:

  • Setup a WinForms App with the Required Packages
  • Create a Virtual DataCollection
  • Create a Paged DataColleciton and Bind to FlexGrid
  • Handle the Toolstrip Event to Perform Navigation

A demo project to implement the paging functionality is available for download, as well.

Read the full blog to get started working with large datasets quickly and efficiently.

ComponentOne Studio WinForms is licensed per Developer on a perpetual basis and includes a 12 month subscription. Priority Support is also available. See our ComponentOne Studio WinForms licensing page for full details.

ComponentOne FlexGrid for WinForms is available to buy in the following products:

스파크라인으로 데이터에 대한 이해도를 높이세요

5월 13, 2024
사용자가 별도의 차트 없이도 데이터의 패턴을 빠르게 이해할 수 있도록 Smart HTML Elements v19에 스파크라인 지원이 추가됩니다.

Smart HTML Elements is an enterprise-grade UI library offering pre-built web components for developers in Angular, React, Vue, Blazor, and JavaScript. It boasts over 60 ready-to-use components like grids, charts, schedulers, and editors, all featuring two-way data binding, responsiveness, accessibility, and theming capabilities. This library helps developers rapidly build dynamic and modern web applications with consistent look-and-feel and rich functionalities, accelerating development time and ensuring professional quality.

The Smart HTML Elements v19.0.0 release adds support for Grid Sparklines. These are small, data-intense, design simple charts that fit into a single cell of a grid and provide a visual representation of data trends. They are typically used to show trends in a series of values, such as seasonal increases or decreases, economic cycles, or to highlight maximum and minimum values. Grid Sparklines help users to quickly understand patterns and trends in their data without having to create separate charts or graphs.

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

Smart HTML Elements is licensed per developer and is available as a Perpetual license with 1 year support and maintenance. It includes distribution to Unlimited Web applications, SaaS projects, Intranets and Websites. See our Smart HTML Elements licensing page for full details.

Learn more on our Smart HTML Elements product page.

긴 폴링으로 문서 로딩 속도 향상

5월 13, 2024
TX Text Control .NET Server for ASP.NET 32.0 SP3은 새로 생성된 페이지에 대한 실시간 서버 푸시를 구현하여 클라이언트 측 로딩을 가속화합니다.

TX Text Control .NET Server for ASP.NET is a server-side component that equips your web applications with a powerful, MS Word-compatible document editor. This allows you to develop applications that generate and edit various document formats (RTF, DOCX, PDF, etc.) on the fly, using data from databases or files. It also boasts features like PDF generation and a browser-based editor with a familiar MS Word-inspired interface, ultimately enhancing the document processing capabilities of your ASP.NET web applications.

TX Text Control .NET Server's Document Viewer now utilizes long polling for asynchronous document loading. Instead of waiting for the entire document to be processed, the server starts sending generated pages as a stream. Using JavaScript, the client continuously consumes this stream, displaying each page as it arrives. Long polling eliminates the wait time typically associated with loading large documents, enhancing overall user satisfaction.

To see a full list of what's new in TX Text Control .NET Server for ASP.NET 32.0 SP3, see our release notes.

TX Text Control .NET Server for ASP.NET is licensed per developer and is available as a Perpetual License with a 12 month support and maintenance subscription. Run time licenses are required for the deployment to production servers. See our TX Text Control .NET Server for ASP.NET licensing page for full details.

For more information, visit our TX Text Control .NET Server for ASP.NET product page.