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.

June 25, 2015

Why is That First WCF Operation SO Slow?

If you have ever developed and worked with a WCF service you may have noticed that the very first time you connect to a newly started […]
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 […]
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 […]
September 2, 2011

Exposing WCF services using Synergy .NET Interop

In this post I will explain how a WCF service can be created using a Synergy .NET Interop project. In my earlier post I explained how […]
July 1, 2011

Hosting WCF Services in an ASP.NET Web Application

There are several ways that you can use Synergy/DE tools to expose WCF services, but regardless of which way you decide to create a service, the […]
June 22, 2011

Building Distributed Apps with Synergy/DE and WCF

At the recent SPC’s in Chicago and Oxford several of the sessions that I presented were focused on networking, and in particular on the various tools […]