c# - how to create cron job in asp.net(v4.0) to run method every 30mins -


  1. i need guidance on creating , running cron job in asp.net(c#.net) run every 30 minutes.i have created class in have written code getting tweets, facebook feeds.

  2. i have created page in have 1 button download tweets , save in database. if want tweets have click on sync button every time.

  3. i want create cron job database automatically synchronized new tweets,facebook feeds.

thanks

you can follow 1 of following approaches

  1. create console app logic fetch tweets , feeds, , use task scheduler run every 30 mins.

  2. you build windows service, polls feeds within timer , updates db.

  3. you checkout this scheduler rough equivalent cron jobs. haven't tried it. check out so


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -