Tuesday, November 06, 2007 - Posts

Using Enumerations Within WCF Data Contracts

For the past couple of weeks I have been working architecting a client solution using WF hosted within WCF. One of the things I wanted to accomplish use enumeration within the data contracts implimented within the services, so that the proxy service would recognize the enumeration well. While researching how to setup enumeration within WCF data contracts I stumbled across this link. Hopefully it will help you too!