Hi,
I am writing a program in ASP.net using C# that parses through an RSS feed and returns the (date, title, link and description) and then writes it to an sql database.
Here are my questions:
1. Does anyone know how I can write the code to prevent duplicate entries?
2. Code to update the rss reader in a time period, say every 10 minutes.
Thank you,
I am writing a program in ASP.net using C# that parses through an RSS feed and returns the (date, title, link and description) and then writes it to an sql database.
Here are my questions:
1. Does anyone know how I can write the code to prevent duplicate entries?
2. Code to update the rss reader in a time period, say every 10 minutes.
Thank you,