Shortening URLs with bit.ly’s API in .NET
I previously wrote about shortening URLs with TinyURL’s API but my new favorite URL shortener is http://bit.ly and it also has a great API that you can use from within your .net code. I just recently used in my twitter contest website – tweetastica. The code is also very simple. I didn’t add all the [...]
