Brian Ritchie's Blog

My ramblings on .NET & other development topics

News



Twitter

Blog Roll

Connect with me

Browse by Tags

All Tags » LINQ (RSS)
Retrieving recent tweets using LINQ
There are a few different APIs for accessing Twitter from .NET. In this example, I'll use linq2twitter . Other APIs can be found on Twitter's development site . First off, we'll use the LINQ provider to pull in the recent tweets. .csharpcode, .csharpcode...
More Posts