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 7000035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:37:08+00:00 2026-05-27T20:37:08+00:00

I am designing a website and it uses Windows Forms (in Visual Studio 10)

  • 0

I am designing a website and it uses Windows Forms (in Visual Studio 10) in which for example i have five-six URLs. Now i am displaying them on home page of my website xyz.com

What i want is, i want to calculate total no. of tweets for all links and display links based on no. of times they are being tweeted/retweeted.

for a url we can calculate no. of tweet using twitter api http://urls.api.twitter.com/1/urls/count.json?url=YourURL

I know all the stuff like receiving JSON values in a string and parsing json to retrieve tweet counts and then compare and display links based on the priority etc.

What i have been using till now it is initiating all the process using a Click_Button.

But i want to know how can i automate this all for each 10 minutes. Its like a end user can see urls priority with just refreshing the page.

  • 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-27T20:37:09+00:00Added an answer on May 27, 2026 at 8:37 pm

    If timing itself is not important (it doesn’t have to be 10 minutes precisely), I would suggest binding to any event that fires when users use your application. No point in calculating anything if noone is using it 🙂

    So you could use a login, or page load, or whatever happens at an interval roughly like the interval you wish to achieve.

    You can always store a DateTime variable somewhere that you can check to see when the calculation was last made. Something like:

    public void MyEventHasFired()
    {
         DateTime dateLastProcessed = ... //Database? Session data? Anything goes.
         if(dateLastProcessed < DateTime.Now.AddMinutes(-10))
         {
              //calculate
    
              ...
    
              dateLastProcessed = DateTime.Now;
         }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently designing a website in C#, which uses some very complex code
i am designing one model website which have different events. I have store the
Does anyone have some guidelines or links to articles when designing a website that
I am designing a website which will involve too many photos. There are two
I am designing a website which will query a simple MySQL database using AJAX
I am designing a website (e.g. mywebsite.example ) and this site loads font-face fonts
So I am designing a website, and I want to be able to have
I am designing a website utilizing CI and jquery. I have today been working
Okay, so I am in the process of designing a website which has a
I'm designing a website that is going to have multiple nested divs for the

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.