Category News

Travaillez plus rapidement avec des schémas de base de données volumineux

Août 29, 2025
DataGrip 2025.2 adapte désormais l’introspection des métadonnées pour PostgreSQL et SQL Server, améliorant ainsi la réactivité sur les bases de données plus volumineuses.

DataGrip is a multi-engine database environment that supports MySQL, PostgreSQL, Microsoft SQL Server, Oracle, Sybase, DB2, SQLite, HyperSQL, Apache Derby and H2. It includes an editor that provides intelligent coding assistance such as auto-completion, analysis and navigation. It also features a query console for running and profiling queries.

The JetBrains DataGrip 2025.2 release extends its 'introspection by levels' feature to support PostgreSQL and Microsoft SQL Server. This capability optimizes how metadata is loaded by dynamically adjusting the depth of introspection based on the size of the database. For larger environments, this means users no longer need to wait for a full metadata load before interacting with the database. This change is particularly helpful for teams working with extensive schemas, where full introspection could previously slow down the interface or delay access. Now, essential metadata is prioritized, allowing developers and database administrators to begin tasks like writing queries or inspecting structure more quickly.

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

DataGrip is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals, lapsed renewals, and additional user licenses. See our DataGrip licensing page for full details.

DataGrip is available to buy in the following products:

Mettez les grilles de données sous forme de cartes dans les applications .NET

Août 28, 2025
La vue carte permet aux développeurs d’afficher les données de la grille sous une forme visuelle structurée, améliorant ainsi la lisibilité et l’engagement des utilisateurs.

Card view is a grid layout option that displays data as a series of individual cards arranged in rows and columns, rather than as traditional table rows. Each card encapsulates related fields, often with custom formatting and embedded controls, allowing for more visual and flexible presentation of complex data. This format is especially beneficial in scenarios where users need to review, interact with, or compare structured records involving rich content or media in a more engaging and user-friendly layout.

Several .NET grid components allow you to use card view, including:

  • DevExpress WPF Data Grid (part of DevExpress WPF) allows developers to present data in an adaptive, visually organized card‑style grid layout in WPF applications.
  • Xceed DataGrid for WPF by Xceed Software includes feature-rich 2D and 3D card modes that organize tabular data into flexible and responsive card views.
  • Wisej.NET DataGridView (part of Wisej.NET) delivers responsive card layout capabilities for modern HTML5 applications using .NET and C#/VB.NET instead of HTML and JavaScript.
  • Infragistics WinDataGrid (part of Infragistics Ultimate UI for Windows Forms) supports card view, enabling developers to present grouped fields in a card-style layout.

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

Compare .NET Grid Components

Extrayez les données d'un tableau PDF avec des requêtes en langage naturel

Août 28, 2025
Document Solutions for PDF v8.2 propose l’intégration transparente de l’IA avec OpenAI pour transformer les PDF non structurés en données utilisables.

Document Solutions for PDF (DsPdf) by MESCIUS is a software development toolkit that provides .NET Core libraries and a JavaScript PDF viewer for manipulating and displaying PDFs. DsPdf enables developers to create, edit, annotate, and redact PDF documents directly within web applications. The included DsPdfViewer component offers a feature-rich, cross-platform solution for viewing and interacting with PDFs in modern browsers on various operating systems, including mobile devices.

The Document Solutions for PDF v8.2 update introduces a new AI-powered capability to extract tables from documents, enabling developers to convert unstructured tabular data in PDFs into structured, machine-readable formats with ease. By leveraging natural language prompts through OpenAI or Azure OpenAI services, this feature eliminates the need for manual parsing or coordinate-based extraction, reducing development effort. It provides reliable output even from PDFs with complex layouts or inconsistent formatting.

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

Document Solutions for PDF is licensed per developer and is available in several license options for differing distribution needs. Team licenses are also available for multiple developers within the same organization. See our Document Solutions for PDF licensing page for full details.

Document Solutions for PDF is available to buy individually or as part of Document Solutions .NET Bundle.

Récupérez votre travail après un dysfonctionnement de l’environnement de développement

Août 28, 2025
CodeCanvas 2025.3 vous permet d’accéder aux modifications non publiées en créant un environnement de récupération qui utilise le volume d’origine de l’installation en échec.

CodeCanvas is JetBrains’ answer to the growing need for scalable, cloud-based development setups that don’t compromise on control or tooling preferences. As a cloud development environment (CDE) orchestrator, it allows teams to spin up consistent and fully configured development environments using their favorite JetBrains IDEs - all within their own infrastructure. This setup significantly reduces the overhead of environment mismatches and local setup time, making it easier for developers to start writing code immediately, no matter where they’re working from.

The CodeCanvas 2025.3 release adds the ability to recover data from failed development environments. If an environment fails to start - whether due to configuration errors, system issues, or other problems - you can now create a dedicated recovery environment that retains the volume of the original setup. This means that any unpushed code or unsaved data left behind can still be accessed, reviewed, and preserved. It's a practical safeguard for developers working in cloud-based workflows, helping to reduce the risk of lost work and ensuring continuity across development sessions.

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

CodeCanvas is available as an annual subscription license. It uses a floating license model governed by Daily Active Users (DAU). Any user can access CodeCanvas as long as the number of users active on any single day does not exceed the total licenses purchased. The license pool resets every 24 hours, enabling different team members to rotate access. See our CodeCanvas licensing page for full details.

For more information, see our CodeCanvas product page.

Intégrez la conversion PDF dans des applications JavaScript

Août 27, 2025
L’intégration de composants PDF avec prise en charge de la conversion dans les applications JavaScript permet aux utilisateurs de convertir des documents de PDF vers et depuis d’autres formats de fichiers.

JavaScript PDF components that support format conversion play a critical role in modern web and enterprise applications, allowing developers to programmatically generate, manipulate, and transform documents within the browser or on the server. These tools simplify workflows that require format interoperability, such as generating printable reports from web content, archiving dynamic documents, or extracting data for analysis. Their ability to convert between PDF and other widely used formats ensures compatibility across systems, supports digital transformation goals, and enhances document handling efficiency.

Common conversions include:

  • HTML to PDF: Render entire web pages or fragments into paginated PDF documents while preserving layout, styles, and interactive elements.
  • PDF to Excel: Extract tabular data from PDFs, converting it into XLS or XLSX files for data analysis or re-use in spreadsheet applications.
  • PDF to Image: Convert each page of a PDF into image formats such as PNG or JPEG, useful for previews, thumbnails, or annotations.
  • RTF to PDF: Convert Rich Text Format files into PDFs to preserve text styling and document structure in a widely accepted format.
  • PDF to PowerPoint: Convert PDF content into PPT or PPTX format, enabling slide-based presentation of document content.
  • PDF to SVG: Translate PDF pages into scalable vector graphics, ideal for embedding high-quality visuals in web pages.
  • Word to PDF: Transform DOC or DOCX files into PDFs, retaining formatting, tables, and images for standardized sharing and storage.

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

Explore JavaScript PDF Conversion