We are working on a new website (wordpress), and we're going to publish news-articles there. We have our users in 1 domain, and now we want to have an rss reader on all our clients which reads from this feed. It has to be preconfigured by us (setting up the feed-address and how often to check for new feeds, etc.). It should only be a tray-icon which pops up when new feeds are published, with a link to the website.

Has anybody got any tips on existing applications? Or some code samples in c# on how to make this?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

A custom solution might be a nice idea for your client, if you like branding.

RSS.NET might be what you need.

EDIT: Actually, here is a previous post on creating a RSS reader in C#, if you're interested.

link|improve this answer
Thanks, it seems like it's pretty easy :) – Svein Erik Jan 19 '10 at 11:03
It is, I remember in VS2005 the screen saver template project had some RSS parsing code examples too, but I figured newer up-to-date examples are better ;) – wez Jan 19 '10 at 11:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.