Quantcast
Channel: Good and full implementation of RSS feeds in ASP.net MVC - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Duncan Smart for Good and full implementation of RSS feeds in...

If you use HttpContext.Response.Cache.SetCacheability, SetExpires and SetMaxAge then the ASP.NET caching system will take care of this for you - it understands the If-Modified-Since header. This blog...

View Article



Answer by Eduardo Molteni for Good and full implementation of RSS feeds in...

I ended up with this. Please comment or edit the post if you find any error or better way to do it.RssControllerImports System.ServiceModel.SyndicationImports System.XmlImports...

View Article

Answer by Trevor de Koekkoek for Good and full implementation of RSS feeds in...

I haven't seen it implement HTTP_IF_MODIFIED_SINCE, but I would look into using the SyndicationFeed class. It makes it very simple to handle feeds without any parsing. I am currently using it for Atom...

View Article

Good and full implementation of RSS feeds in ASP.net MVC

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-Sincein the...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images