ServicesResourcesConferencesOur TeamWeblogsAboutContact
   

Buddhike's Weblog

{binary mind}


September 2007 - Posts

Releasing streams in message contracts
In a lot of WCF streaming applications it's common to see a message contract like this. [MessageContract] public class DownloadFileRequest {     [MessageHeader]     private string filename;     Read More
posted Thursday, September 06, 2007 8:18 PM with 0 Comments

Some insights on calling sync proxy methods from multiple threads
Update: Scott Seely explained that this is by design.  So I'm changing the title in my post. Also if you want to do this, use async methods as he pointed out.Last night my friend Michele pointed me an interesting thing on the WCF client side runtime. Read More
posted Saturday, September 01, 2007 7:15 AM with 1 Comments


Powered by Community Server, by Telligent Systems