Author Archives: admin

Reading XML from the web using C#

Today I will describe quick and dirty way to read xml data received as a web response. This can get very usefull if you want to send some information in a quck way without creating whole bunch of web service references etc. Lets say I want to get some data from the server in the […]

Read More →