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 11, 2014

Nullable Ain’t Nothin’

Synergy/DE 10.1 offers improved support for nullable types. This article will explain what nullable types are and how to use them. With variables of value types, […]
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 […]