Marcin Celej
4 posts.
- WCF vs Remoting - adjustments to my resultsI received comments to my blog (WCF vs. Remoting (with DataSet)- performance comparison) with some adjustments I could make to improve performance of the WCF. I did some of them:
- WCF vs. Remoting (with DataSet)- performance comparisonIn the last blog I wrote about Windows Communication Foundation performance comparison. The document available here: A Performance Comparison of Windows Communication Foundation (WCF) with Existing…
- Invoking Web Service dynamically using HttpWebRequestYesterday I needed to implement (quickly) a mechanism of dynamic invocation of a web service. I called a Web Service using HttpWebRequest and gathered the response stream. I didn't know the descrip…
- Creating generic type object dynamically using reflectionI had a problem some time ago. I needed to create generic type object dynamically. I couldn't find how to do it. Now, when I know, I can share the mysterious knowledge.
