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.

August 6, 2014

Snapshots in a Snap

Recover previous data states with ISAM change tracking New in Synergy/DE 10.1, change tracking is one of the biggest major additions to Synergy DBMS since its […]
June 10, 2014

Why We’re Partial to Partial Methods

A class that implements an interface must implement all members of that interface in order to compile and run successfully. But what if you wanted to […]
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 […]
June 10, 2014

Bit Shifting Operators Come to Synergy .NET

Synergy DBL 10.1 on .NET adds two new operators for expressions: right bit shift ( >> ) and left bit shift ( << ). In combination […]