Consume a WordPress RSS Feed in C# and cache it.
Posted On: April 1st, 2009I couldn’t find a simple example of reading a WordPress Blog Feed in C# and caching it. So I decided to write out my own.
Here is an example to get you started. I wrote it in two parts:
A Class that Consumes a Feed (FeedReader)
An Object representing a Feed Item (FeedViewModel).
And so we begin:

