Twitter from ASP.NET Application

Friday, May 15th, 2009

This post will throw a light on how we can update our status on Twitter from an asp.net application.
The task is pretty simple as we have libraries already available on the net.
I will be using twitterizer dll to perform the task.
The following are the steps to be followed:

Download the twitterizer dll from here.
Add the reference [...] Read more »