Read our latest case study to learn how customer Gateway DMS has built a successful application and business on top of the Synergy toolset. When owner Jeff Gill […]
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 […]
The Synergex development team recently enhanced the Synergy/DE compiler to generate warnings for suspicious code that can result in runtime errors or bad data. In most […]
The Synergy sort has always been a powerful language feature. However, as disk drives have gotten larger, so, too, have the files sorted. Files that used […]
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 […]
With Synergy/DE 10.3.3, we updated dblproto so that it now creates a single prototype file (.dbp) containing prototypes for all subroutines, functions, and classes rather than […]
Transitioning to simpler, more manageable prototyping in Synergy/DE 10.3.3 We’ve made major changes to the Synergy Prototype utility (dblproto) and the compiler in 10.3.3 (scheduled for […]
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 […]