Showing posts from October, 2012

How to read incoming and outgoing message in wcf

How to read the incoming and outgoing message in WCF In this post, I will show you how to read the outgoing and incoming message in WCF. Create a new console application and add the following assembly reference in the projec…

How to read namespace based xml using Linq

In this post, I will show you how to read XML with the namespace. For this demo, I will use the following XML structure <?xml version="1.0" encoding="utf-8" ?> < accounts xmlns = " urn:acc…

Load More
That is All