c# - How to get notified of changes in an RSS feed -


i need populate database data rss feed. there anyway ensure don't populate database duplicate information?

i don't want compare data in database determine if have duplicate information thi slow.

similar question how detect changed , new items in rss feed? answer not looking for.

you want use guid-element of item perform duplicate-checks.

if know guid of item, seen you.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -