<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Reading Twitter Data with C# and LINQ</title><link>http://blogs.msdn.com/roberthorvick/archive/2009/01/27/reading-twitter-data-with-c-and-linq.aspx</link><description>I wanted to read Twitter.com search results (tweets) using C#.&amp;#160; I started by deciding that a tweet looks something like this: public class Tweet { public string Id { get ; set ; } public DateTime Published { get ; set ; } public string Link { get</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>The Twitter Search API made easy with Linq to XML</title><link>http://blogs.msdn.com/roberthorvick/archive/2009/01/27/reading-twitter-data-with-c-and-linq.aspx#9455204</link><pubDate>Tue, 03 Mar 2009 00:16:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9455204</guid><dc:creator>Jan Tielens' Bloggings</dc:creator><description>&lt;p&gt;My pal Lieven and I are preparing some cool demos to show at the Belgian TechDays SharePoint Preconference&lt;/p&gt;
</description></item></channel></rss>