Community

Aggregate Multiple RSS Feeds In ASP.NET Core

(Bipin Joshi) Public websites and blogs often expose their content in the form of RSS or Atom feeds. If you are developing ASP.NET Core website you can either use System.Xml classes to generate the RSS feed yourself or resort to System.ServiceModel.Syndication classes to generate RSS / Atom feeds.