In last article, we explored the ASP.net MVC application structure. Today, we will build a MVC application that will consume an RSS feed.I will modify my previous project for RSS Feed. Follow the these steps.Select the "Controllers" Folder and then right click and click on Controller as shown below. Press Add, and RssFeedController class will be created as shown below.The SyndicationFeed class from System.ServiceModel.Syndicatation makes it easy to work with RSS Feed. The code below uses an RSS feed fro...
|
1
Votes |
|
|||
No comments yet, be the first one to post comment.