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.

May 22, 2012

CodeGen Goes Open Source

For several years now I have been developing a tool called CodeGen. As you may have already guessed from the name, it’s a code generator! What’s […]
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 14, 2011

Windows Reimagined

Well, all I can say is “WOW”! The first day of the Microsoft BUILD conference is over, and it’s been a LONG day, and it’s been […]
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 […]
July 1, 2011

Exposing WCF Services using xfNetLink .NET

Following a recent enhancement to the product in Synergy 9.5.1, developers can now use xfNetLink .NET to create and expose Windows Communication Foundation (WCF) services. In […]