The PowerBuilder CloudPro and Professional editions now support a specialized project type known as the .NET DataStore project, specifically designed for efficient web application development. This project allows developers to transform DataWindows into .NET DataStore models, generating the necessary controllers and services seamlessly.
Upon building the project, a C# solution is automatically created, including the .NET DataStore models alongside the generated services and controllers. These components can be utilized to expose standard RESTful web APIs for data retrieval and updates, which can be accessed using various programming languages, including PowerScript. Integrating the .NET DataStore service APIs into PowerScript applications is straightforward. Users can efficiently retrieve and update data for individual DataWindows or across multiple DataWindows.