PowerBuilder 2025
Customer Beta

A Revamped Development Experience

PowerBuilder 2025 completely revamps the development with a new generation code editor, ultra-fast compiler, revamped source control integration, codeless UI modernization, and automatic creation of REST APIs.

The beta program is now open to all active PowerBuilder subscribers. Your valuable feedback will help shape the future of PowerBuilder.

- Note that beta ends on December 31, 2024.

Special Offer

Special Promotion

In order to allow all our customers to experience all the new features, we are running a special promotion. All Standard Edition subscribers can upgrade to the Professional Edition at no extra cost during the Beta period.

New Generation Code Editor

PowerBuilder 2025 introduces a completely new editor designed with productivity in mind and following industry best practices. It offers better code readability, efficient editing, easy navigation, and is just much more intuitive to use.

See your code with greater clarity, now enhanced with better syntax highlighting, more formatting, and editing options.

Looking Ahead

We are committed to continually enhancing the code editor in future updates, ensuring even better productivity and developer experience across revisions.

Ultra-Fast Code Compilation

PowerBuilder 2025 introduces a completely new high-performance compiler (in addition to the PBL compiler). The new compiler works against code stored as plain text instead of PBLs, and is available in the Professional/CloudPro Editions.

By leveraging AST system tree and multi-threaded compilation, full builds are at least 2-3X faster and incremental builds are even faster.

Revamped Source Code Management (SCM)

PowerBuilder 2025 introduces a more native approach in working with Git/SVN, significantly enhancing compatibility, flexibility, and performance when managing source code.

Faster Server Pulls and Commits

The editor stores source code as plain text, which eliminates the PBL file upload/download and merge processes. This drastically reduces the time required to pull code from or push changes to the SCM server.

Fewer Merge Conflicts

The editor modifies source code in a manner that preserves its order and can be readily understood by Git/SVN tools. This should virtually eliminate any false merge conflicts and allow you to focus on real issues.

Codeless UI Modernization

PowerBuilder 2025 introduces additional codeless UI modernization options that improves the UI/UX of your app with almost no effort. These new features build upon the previous codeless UI modernization features, namely UI Themes and TabbedView MDI.

Display Menus in a Ribbon View

With a single click, convert your traditional menu-based applications into a sleek, Ribbon View interface that is also compatible with UI themes.

DPI Awareness

Fully DPI-aware, providing a sharper and more responsive user interface on high-resolution displays.

Multiple Monitor Support

Enhanced support for multi-monitor setups, ensuring a consistent user experience across different display configurations.

Automatic Creation of REST APIs

With PowerBuilder 2025, you can automatically create REST APIs directly within the PowerBuilder IDE, by leveraging DataWindow technology. The generated code is a standard C# project, so you can customize it using SnapDevelop or any other C# editor. This is also available in the Professional/Cloudpro Editions.

Automatically creates functioning REST APIs from DataWindows.

Supports the full functionality of the DataStore.

Can be consumed by any UI technology, including PowerBuilder and HTML.

Compatible with .NET 8 on Windows or Linux.

Beta Promotion FAQs

The Professional Edition offers you the following key benefits over the Standard Edition. To learn more about the differences click here.

  • Ultra-Faster Compiler – Make your full build 2-3 times faster than before and incremental builds are even faster.
  • Plain-Text Source Code – Source code of the solution type is saved in plain-text which work better with git/SVN source code in nature and avoids shortcomings that are caused by PBL.
  • Automatic App Install & Updates - Automatically install & update PowerBuilder apps (including runtime & external files) over HTTPS using the new PowerClient deployment option. Learn more
  • Enhanced Security - Encrypt PBD files to prevent source code theft or tampering. Validate the app’s integrity to avoid executing harmful files. And sign the apps to conform to security best practices. Learn more
  • REST API Development - Create C# REST API in as little as 120 seconds by leveraging the productivity of DataWindow technology, using only existing PowerBuilder skills. Learn more