Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Aggregating RSS Feeds - Quick code sample

.NET framework provides classes to read and write RSS and ATOM feeds. I already wrote a couple of articles illustrating the use of these classes. These classes reside in System.ServiceModel.Syndication namespace and primarily work with one feed at a time. Sometimes, however, you need to aggregate multiple feeds to create a single feed. The code sample below shows you how to accomplish this in an ASP.NET web form.

http://www.bipinjoshi.net/articles/d47aeb5e-3758-46cc-bb02-3c1380ea9630.aspx

 

No Comments