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

The Power and Flexibility of ISAM REV 6

One of the highlights of Synergy/DE version 10 is a new revision of ISAM files. REV 6 ISAM comes with several new features, as well as […]
August 7, 2014

IP-Based Licensing Makes Its Debut

Find out what the new IP-based License Manager means for you In version 10, Synergy/DE License Manager server on Windows uses sockets (TCP/IP) to communicate instead […]
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 […]
August 7, 2014

Greater Productivity with Visual Studio 2012

New features make it easier to work with large solutions Synergy/DE 10.1 includes support for asynchronous loading and the Preview tab, which are two features that […]
August 6, 2014

Conversion Tools Convert Solutions

Take advantage of even more C# code samples on MSDN and around the Web In Synergy/DE 9.5 we introduced Synergy DBL Integration for Visual Studio, which […]
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 […]