Jeremy Likness has posted part one of a series on creating a RSS reader for Silverlight.
One of the most common examples to help learn a language or framework
is an RSS Reader. This is an ideal mini-project because it includes
networking, parsing XML, and binding to data elements such as lists. I
wanted to provide an example that shows some more interesting solutions
that are possible using C# in Silverlight. This is the first part in a
series. By the end of this post, we'll have a working reader. What I'll
then do is add some more detailed error handling, provide unit tests,
tackle skinning and visual states, and hopefully end up with a fairly
advanced client.