Tag archive for ‘Dependency Injection’
RssResult - An ASP.NET MVC RSS ActionResult
One of the most common tasks for data serving websites is offering an RSS feed that users can subscribe to in order to keep up with the latest updates to that data.
Previously I posted the article Creating a simple RSS feed using ASP.NET MVC which demonstrated how to create an RSS feed in a quick, [...]