0
kicks
Consuming RSS Feed in MVC ASP.NET
We will build a MVC application that will consume an RSS feed. The SyndicationFeed class from System.ServiceModel.Syndicatation makes it easy to work with RSS Feed. The code below uses an RSS feed from weblogs.asp.net to display asp.net weblogs on a page.