Quantcast
Channel: Is it possible to observe Rss feed change in C#? - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Trumpi for Is it possible to observe Rss feed change in C#?

The only way to observe RSS feed changes is to poll the feed by requesting it over a set interval of time. This is because a feed is typically delivered over HTTP, which is a stateless request-response...

View Article



Answer by slugster for Is it possible to observe Rss feed change in C#?

Check out the System.ServiceModel.Syndication.SyndicationFeed namespace in the framework - it has pretty much everything you need to download feeds. Scott Guthrie has a couple of good example blog...

View Article

Answer by user195488 for Is it possible to observe Rss feed change in C#?

I suggest you check out RSS.NET, per it's website it can listen for changes.

View Article

Is it possible to observe Rss feed change in C#?

I want to create a service that would listen to few Rss feeds and parse new feeds to jSon for further use. Is it possible to observe to feed changes and if yes then how? thanks

View Article
Browsing all 4 articles
Browse latest View live




Latest Images