I’ve seen a few examples of RSS Feeds in ASP.NET MVC, like this, and some samples in projects (like Oxite), but none of them are complete.
Eg. None of them check for the header
If-Modified-Since
in the request, to save bandwidth.
I do not want to reinvent the wheel, so I stop here asking for some directions.
I ended up with this. Please comment or edit the post if you find any error or better way to do it.
RssController
Rss View (rss.aspx)
This way, you can reuse the view