Currently Browsing: LINQ

Consuming a blog RSS using LINQ to XML

Hello, While setting up our corporate Blogs I was tasked with displaying our blog RSS feeds on the corporate domain.  I’ve previously accomplished this in asp.net by parsing the feed and displaying the results however this time I wanted to try something a little different. Recently I’ve started to use LINQ a lot in my development efforts to rapidly query data that otherwise would require more plumbing.  While surfing across the blogosphere I came across the following post from Scott Guthrie.  This was pretty much what I was looking for with the exception of adding some data caching. The...
read more