Copy of Test local blog
- Appeon Admin
- Friday, 07 April 2023
- PowerBuilder
var builder = WebApplication.CreateBuilder(args);
var app = builder.Build();
string ColorName(string color) = $"Color specified: {color}!";
app.MapGet("/colorSelector/{color}", ColorName) .AddEndpo
Elevate 2020 Review
- Bruce Armstrong
- Monday, 30 November 2020
- PowerBuilder
Well, this year's conference was definitely different. As a result of COVID Elevate 2020 was entirely online. In other words, no breakfasts, lunches, evening events, happy hour, etc. so they won't b
Elevate 2018 – Annual PowerBuilder Conference Last Call
- * Appeon *
- Monday, 10 September 2018
- PowerBuilder
This years Elevate 2018 Conference is now fast approaching so it is time to register to benefit from the significant amount of technical sessions scheduled. The technical sessions should be of inte
PowerServer Web for PB 2017 R3
- * Appeon *
- Thursday, 12 July 2018
- PowerBuilder
PowerBuilder 2017 R3 contains a pleasant surprise for the PowerBuilder Universal Edition customers. Prior to this release of PowerBuilder, the Universal Edition included the PowerServer Mobile edit
Enhanced HTTP Security for PB2017R3 – OAuth 2.0
- * Appeon *
- Wednesday, 11 July 2018
- PowerBuilder
PowerBuilder 2017 R2, released in January 2018, added TLS 1.2 support in the new HTTP Client and RESTful Client components. Both objects have a property named SecureProtocol that can be set to a value
Elevate 2017
- * Appeon *
- Tuesday, 10 July 2018
- PowerBuilder
Summary
Given that this was the first conference that Appeon had hosted, I thought it went extremely well. There were a few areas for improvement, which I will address at the end of this article.
Enhanced Source Code Control for PB2017 R2/R3
- * Appeon *
- Monday, 21 May 2018
- PowerBuilder
PowerBuilder R2, released in January 2018, added native support for both the Git and SVN (Subversion) source code control (SCC) software. This native support, where PowerBuilder interfaces directly
PowerBuilder’s HTTP Client Evolution
- * Appeon *
- Saturday, 14 April 2018
- PowerBuilder
PowerBuilder’s prowess to be able to enable Win32 and Win64 native applications to directly interact with the Internet universe started when Sybase added the iNet object class to the PowerBuilder Syst
PowerBuilder’s SOAP to RESTful Evolution
- * Appeon *
- Wednesday, 14 March 2018
- PowerBuilder
The movement from SOAP-based web services towards RESTful-based web services is another evolutionary journey for PowerBuilder developers and their related applications. Originally, Sybase added SOAP (
Base64 – Your New Binary Friend
- * Appeon *
- Wednesday, 24 January 2018
- PowerBuilder
PowerBuilder’s Web Service prowess has increased significantly in recent releases from Appeon - in particular, PB2017 R2 and R3 release. These PowerBuilder releases have given us a new HTTP Client and