Posted by Daryl Orwin in .NET, LINQ, RSS
on Oct 18th, 2010 | 0 comments
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...