How to Parse RSS and ATOM Feeds in C#
In this article we are going to learn how to parse RSS and ATOM Feeds in C#. The source code is provided at the end of the article. This small project will be a part of a content aggregator that we are going to build. This first step will focus on creating an RSS feed […]