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...
When migrating to a 64-bit Windows Server, one of the things a developer has to consider is how to continue to use any 32-bit COM components that they might have referenced in their applications. A common example would be any file uploaders or data encryption tools generally used by legacy ASP applications...