Introducing tweet#, the complete fluent C# library for Twitter
January 10th, 2009
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
Here are just a few examples to show you what’s possible…
Continue reading "Introducing tweet#, the complete fluent C# library for Twitter" »


Socialized