Posts Tagged: Syndication

How to create a RSS feed using ASP.Net

Posted by & filed under .Net, .Net 3.0 / 3.5, .Net 4.0, ASP.Net, WCF.

Another ASP.Net related post, this post helps to create a custom RSS feed using ASP.Net. There are many ways to create feed using ASP.Net, like using Xml Documents, String Builder and simple string concatenation. But none of them designed to create RSS feed, so it will be painful and complex. But Microsoft introduced Syndication namespace [...]