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.

June 3, 2015

Old Dog … New Tricks … Done!

The old adage tells us that you can’t teach an old dog new tricks. But after the last three days, I beg to differ! It’s been […]
May 21, 2015

Synergy .NET Platform Targeting Options

One of the many options that is available to developers each time they create a new project in Visual Studio is how to configure the platform […]
October 10, 2013

Using Synergy .NET in Multi-Threaded Applications

There are special considerations that must be taken into account when implementing non thread-aware Synergy .NET code that will execute in a multi-threaded environment. As will […]
September 6, 2013

Symphony Framework Basics: Control Styling

In my previous article (Symphony Framework Basics: Data Binding) I demonstrated how to perform simple data binding between your XAML UI controls and your Data Objects.  […]
June 13, 2012

Synergy/DE On-Line Tutorials

During the 2011 Synergex Conferences we introduced several self-paced tutorials that allowed developers to work through various programming scenarios in order to learn new development techniques […]
January 11, 2012

Using WCF Services in Synergy .NET Applications

Apparently there are some people actually reading this BLOG!!! And … it turns out that quite a few of them have been working through my earlier […]
January 11, 2012

De-Serializing Classes containing Synergy Types

A customer recently reported a strange problem that they were seeing when attempting to use WCF. The problem seemed to occur when they attempted to call […]
September 8, 2011

Exposing WCF Services using Synergy .NET

In this post I will explain how you can use Synergy .NET to expose a WCF service. I’ll be showing you how to create WCF service […]
September 2, 2011

Self-Hosting WCF Services

Having defined a WCF service in code, and built that code into an assembly, a runtime instance of the service must be “hosted” somewhere in order […]