PBNET is a tool that understands your PowerBuilder application and converts it to a ASP.NET Core web application that uses frameworks such as Angular, CSS, and Typescript.
This tool has the ability to process the source code to generate C#, Angular, HTML, and CSS files.
Instead of manually rewriting an entire application, we help you by automating this process using PBNET. This reduces costs, risks and time, while keeping the existing business logic intact.
For more details you can go to our website or check our documentation at https://docs.mobilize.net/
This repo contains the source code and binaries for the PowerBuilder app.
This app just shows a Powerbuilder Window with a different components to interact for example: Dropdown, checkbox, etc.
The sample was migrated with our tools to a ASP.NET Core web app with an Angular FrontEnd.
If you want to build this app:
- BackEnd: you can use the
cd MigratedSolution
dotnet build
- FrontEnd: you can use the
cd MigratedSolution\sampleSite\sampleSite-angular
npm install
npm run build
When you migrate your app from Powerbuilder to ASP.NET core you will have:
- WebSite application based on the original app
pbt
- A class library for each Powerbuilder
pbl
- An angular application which whil will generate an angular module with the ui elements from each
pbl
If you do not want to install anything but still wnat to take a look at migrated application your can open the application using the link below: