Ryan, one of our local .NET user group members, has posted a new CodePlex project. For those of you that don't know, CodePlex is an online open source community hosted by Microsoft. Developers can create new software projects and upload them to CodePlex for use by others in the community. Ryan has...
You may or may not know that data serialization plays a huge part in how Windows Communication Foundation (WCF) works. When incorporating WCF services into your .NET application, one of the primary functions of the DataContract and DataMember attributes is to tell the WCF framework how to represent the...