how i can get feed url (RSS Or ATOM) from blog url
ex:- http://anirudhagupta.blogspot.com/
So how i can get his feed dynamically by c#
i say that how i can get blog’s feedurl by using Regex and c#
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Rss feeds can vary with what you specifically want to look at, but for blogspot it’s usually
blogname/feeds/posts/default
ie. http://anirudhagupta.blogspot.com/feeds/posts/default
If you’re using VS 2008, you can use the SyndicationFeed object to read both RSS and ATOM feeds. (I assume this is what you want to do when you say “get his feed dynamically”)
http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.aspx
http://jimleonardo.blogspot.com/2009/02/jimleocom-is-back-up-some-how-to.html