CSharp

Generating CDA Code

Generating C# code from the CDA schemas is a little different than in my previous article about XCA implementation… With XCA, svcutil doesn’t recognize <import> and <include> so

XCA Implementation

A while back I began working on a project where I had to develop an XCA service. For those of you who don.t know what XCA is, see this: Cross-Community Access (XCA)

Performance of Finding Duplicates in LINQ

Today I saw about a dozen lines of code in a project that I was working on simply dedicated to determining whether or not there are duplicates within a stringlist (List). This made

Detecting Upload Progress with WCF

So as it turns out it's not very hard to setup a WCF service so that you can watch the progress of the file uploads to the service. I only found