You are currently filtering for items tagged with RSS
Creating an RSS 2.0 feed with .NET Syndication Namespace
Creating an RSS 2.0 feed using .NET Syndication
Overview
In my Previous Post I demonstrated how to create an RSS feed using an XML Document.This got some attention as it was pointed out to me that I could achieve the same result using the .NET Syndication classes. As a result I have created this programming article with an alternate version of the class, which does away with the XMLDocument manipulation and uses these Syndication classes.
Creating an RSS 2.0 feed with .NET
Creating an RSS 2.0 feed using .NET XmlDocument
Overview
Rather than post another article about setting up and using third party tools with .NET MVC, I thought I would take a slightly different approach this time and write a Programming with .NET article based on something I have had to do whilst creating Jambr.I had the requirement to create an RSS feed for both the Articles and News sections of the site so you lovely readers could subscribe to either of them, I haven't actually had to create RSS feeds before so had to do some digging to find the best route to go down. I read numerous programming articles on line and compiled a simple class which enables me to create an RSS2.0 compliant feed, as seen here.