Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 481691
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T01:01:12+00:00 2026-05-13T01:01:12+00:00

how i can get feed url (RSS Or ATOM) from blog url ex:- http://anirudhagupta.blogspot.com/

  • 0

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#

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T01:01:13+00:00Added an answer on May 13, 2026 at 1:01 am

    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”)

    XmlReader reader = XmlReader.Create(feedUriString);
    SyndicationFeed feed = SyndicationFeed.Load(reader);
    foreach (SyndicationItem item in feed.Items)
    {
    //your code for rendering each item
    }
    

    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

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am parsing an RSS feed from the following URL: http://rss.sciam.com/ScientificAmerican-Global?format=xml // $xml_text is
I'm trying to retrieve a rss feed from this URL: http://www.8a.nu/rss/Main.aspx?UserId=19212&AscentType=0&ObjectClass=2&GID=3974d72911c05719152f0953e88cc2df There is no
How can I get the RSS feed URL for the iTunes podcasts available? I
I use cURL to get an rss feed from my own wordpress blog to
For example, here's a 'page': http://www.facebook.com/facebook That page has an RSS feed (which I'd
With Ruby 1.8, FeedTools is able to get and parse rss/atom feed links given
I'm trying to parse a rss feed. I can get the elements out, but
How can i get playlist feed in asp.net through Youtube APT. I got Totalresult
i try to parse within my iPhone SDK 4 http://de.news.search.yahoo.com/news/rss?p=iphone&ei=UTF-8&fl=0&x=wrt there are some german
I have an RSS Feed class, which holds the feed url, name, etc. and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.