Author: Mike Brind | Posted on: 6/8/2010 10:34:36 PM | Views : 775

When I looked at producing RSS Feeds in ASP.NET MVC before, I used the ContentResult method to return XML. Best Practice suggests that you should create a new ActionResult if required. So this article looks at creating an RssResult, and a different way to generate the feed itself. ...

Go to the complete details ...