We added the StringBuilder class to traditional Synergy in version 11 to provide some of the more useful functionality of the .NET StringBuilder class. StringBuilder is […]
In Synergy/DE 11.1, we added a new class, Synergex.SynergyDE.DataEncoding, for performing base64 encoding and decoding. Base64 encoding allows binary data to be transferred or stored when […]
Trying to keep up with the latest online security recommendations can be a headache when your software has to handle credit card payments. It seems like […]
Targeting an earlier version of the runtime in traditional Synergy Are your customers on different versions of Synergy? Do you have to use separate development machines […]
Using Select Where.In to optimize your code The Select statement is an important tool for speeding up an application. For performance, a properly optimized Select statement […]