The Synergex Blog

Product announcements, technical articles, and other useful information for Synergy developers.

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

March 27, 2020

Modifying Strings Without Getting Strung Out

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 […]
February 14, 2020

Bases Are Loaded: 12 New Methods for Base64 Encoding and Decoding

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 […]
June 19, 2018

Taking Aim at the Credit Card Security Target

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 […]
August 16, 2016

Pick a Version, Any Version

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 […]
April 6, 2016

IPv6 Is Coming!

IPv6 is coming! Should you panic? No, Chicken Little, there’s no reason to panic about IPv6. As a matter of fact, IPv6 is already here, Synergy/DE […]
June 10, 2015

Where.In Is Where It’s At

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 […]
June 10, 2014

Out of Scope but Not Out of Mind

Synergy DBL is a very flexible language. This is almost always a good thing, because it gives you a huge range of options as you develop […]