I saw https://www.youtube.com/watch?v=cglOa-PIHBg
In the video a ASP.Net Core Web Application will be created.
Does Powerbuilder 2018 also supports ASP.Net Web Application?
Regards
Robert
I saw https://www.youtube.com/watch?v=cglOa-PIHBg
In the video a ASP.Net Core Web Application will be created.
Does Powerbuilder 2018 also supports ASP.Net Web Application?
Regards
Robert
Just to clarify ... Armeen is correct in that you can call them from .Net framework applications like Winform & ASP.Net - however, the PB2018 .Net Assemblies would only support non-visual classes (ie business logic only) - no visual controls.
Hi Robert,
Good question! PowerBuilder 2018 offers both .NET assembly target and REST Web API target (which is basically a REST wrapper around your .NET assembly). The .NET assembly target is so your other server-side .NET components and ASP.NET pages can natively call the .NET assembly for the fastest performance. The REST Web API target is so native clients (e.g. PowerBuilder desktop client) and external apps/systems can consume your .NET assemblies over the network using an open-standard interface.
While PowerBuilder 2018 doesn't provide ASP.NET authoring tools, there are a lot of free and paid options out there. Generally, the bulk of the work and heavy-lifting is the business and data-access logic, which PowerBuilder 2018 takes care of for you with far less coding effort than most alternatives, such as the Microsoft Entity Framework. https://www.appeon.com/pb2018.html#productivity
Just to summarize, here are the paths forward to a pure cloud architecture that Appeon recommends customers consider and evaluate (which I think that is what you may be seeking since you mentioned ASP.NET):
Regards,
Armeen
Can assemblies created in PB 2018 be used by ASP.Net web applications developed in Visual Studio?
We have a PowerBuilder application and an ASP.Net web application developed by two separate groups of developers. Currently if the web app needs to execute PB code, they run windowless exes created in PB. It would be much more efficient if the PB developers could easily create assemblies that could be used by the web application developers.
Hi Robert;
PB2018 is based on the .NET CORE technology and only supported the Assembly & Web API features at this time.
Regards ... Chris