In C#, .NET 3.5, in a Windows Forms application…
How does one get the integer count of the number of items that a given RSS url returns?
Example:
For my blog at: http://forgefx.blogspot.com/feeds/posts/default
The expected result would be: postCount = 25
Thanks!
(requires a reference to
System.ServiceModel.Web.dll)An advantage of using
SyndicationFeedis that you support RSS and Atom at the same time.