I had a quick look into the Twitter API today. It turns out it was quite easy to get started and to quickly develop a twitter application.
Resources
The main Twitter API documentation page is located at http://apiwiki.twitter.com/Twitter-API-Documentation.
There are two .NET twitter clients available
tweetsharp, http://code.google.com/p/tweetsharp/
twitterizer, http://code.google.com/p/twit...
[More]