Our website is undergoing maintenance. You may experience some unexpected updates or outages. We appreciate your patience as we work to improve your online experience.

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

Asynchronous Programming

Improve the responsiveness of your application without increasing the complexity of your code in Synergy/DE 10.1 Sometimes with large applications, we have sections of code that […]
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

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 […]