Dan's Blog

A mixture of tech and books

Entries for March, 2008

Ever want to change CSV to vCard…

Well I did, and it ate up a lot of time.. until I found this site: http://homepage.mac.com/phrogz/CSV2vCard_v2.html Enjoy!

WebRequest Proxy Authentication

I have a client application written in C# and I use a Web Reference to a SOAP webservice. Now this works fine on my development machine – and indeed it continued to work fine, up until I tested it from behind a proxy.
Many hours of searching MSDN and Google later I was a little the [...]