tweet#

tweet# is a complete C# library for Twitter that allows you to write short and sweet expressions that are automatically converted to Twitter queries and sent on your behalf. In addition to covering 100% of Twitter’s REST and Search APIs, tweet# also provides the following configurable features:

* Discoverable method chains that only expose what you can actually call
* Hooks for easy asynchronous operation
* Status update truncation by word, and automated URL shortening
* Server-side caching of queries (ASP.NET, memcached, or use your own)
* Quick and painless conversion from JSON query results to C# data classes

Go to http://dimebrain.com/2009/01/introducing-tweet-the-complete-fluent-c-library-for

See also these related projects.