Category Archives: WCF

Reviewing uCertify 70-513-CSharp MCTS exam prepkit

I have got a offer from them to review their PrepKit for MCTS 70-513, C#.NET 4 WCF Development(which you can find here) and I have accepted that challenge. Initially it looks fully-featured and with a nice UI, I haven’t had … Continue reading

Posted in Miscellaneous, Visual Studio, WCF | Tagged , , , | 1 Comment

How to add MEX endpoints programmatically

The Metadata Exchange Endpoint (MEX) is a special endpoint in WCF that exposes metadata used to describe a service.Without the MEX, you will not be able to use svcutil.exe to automatically generate a proxy class. Fortunately, it is a simply … Continue reading

Posted in .Net, .Net 4.0, WCF | Tagged , , , , , | 1 Comment

How to configure a WCF service to use Port Sharing

Windows Communication Foundation (WCF) provides a new TCP-based network protocol (net.tcp://) for high-performance communication. WCF also introduces a new system component, the Net.TCP Port Sharing Service that enables net.tcp ports to be shared across multiple user processes. Yesterday I got … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, WCF | Tagged , , , , , | 1 Comment

How to create a RSS feed using ASP.Net

Another ASP.Net related post, this post helps to create a custom RSS feed using ASP.Net. There are many ways to create feed using ASP.Net, like using Xml Documents, String Builder and simple string concatenation. But none of them designed to … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, ASP.Net, WCF | Tagged , , , , , | 3 Comments

Upload multiple files using Silverlight

Early this year I wrote a post about creating a File Uploader using Silverlight and WCF. And today I got a question from one forum, about to create uploader for multiple files. And here is source code, I am just … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Silverlight, WCF | Tagged , , , , , , | Leave a comment