156 Views
A C# library for reading and writing MediaRss files. By leveraging the SyndicationFeed objects in .NET 3.5 you can parse MediaRss files doing something like SyndicationFeed.Load<MediaRssFeed>(FeedUrl);
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
A C# library for reading and writing MediaRss files. By leveraging the SyndicationFeed objects in .NET 3.5 you can parse MediaRss files doing something like SyndicationFeed.Load<MediaRssFeed>(FeedUrl);