﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to run code daily at specific time in C#</title><link />http://developers.de/blogs/bahro/archive/2014/05/04/how-to-run-the-code-daily-at-specific-time-in-c.aspx<description>When you want to make some delay in running code you can use Task.Delay(TimeSpan interval) method . This method is similar to Thread.Sleep, but it is nicer. The argument of the method represent TimeSpan type. For example if you want to wait 5 second you</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>re: How to run code daily at specific time in C#</title><link />http://developers.de/blogs/bahro/archive/2014/05/04/how-to-run-the-code-daily-at-specific-time-in-c.aspx#1806166<pubdate>Tue, 28 Feb 2017 11:25:12 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1806166</guid><dc:creator>sameera</dc:creator><description>&lt;p&gt;how to put a while loop to make it happen every day&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1806166" width="1" height="1"&gt;</description></item><item><title>re: How to run code daily at specific time in C#</title><link />http://developers.de/blogs/bahro/archive/2014/05/04/how-to-run-the-code-daily-at-specific-time-in-c.aspx#1781891<pubdate>Mon, 21 Mar 2016 09:00:15 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1781891</guid><dc:creator>Vishal</dc:creator><description>&lt;p&gt;Check this timer thread. Better way to handle the timely managed tasks.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="https://msdn.microsoft.com/en-us/library/swx5easy.aspx"&gt;msdn.microsoft.com/.../swx5easy.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or refer to quartz.net&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1781891" width="1" height="1"&gt;</description></item><item><title>re: How to run code daily at specific time in C#</title><link />http://developers.de/blogs/bahro/archive/2014/05/04/how-to-run-the-code-daily-at-specific-time-in-c.aspx#1781886<pubdate>Sat, 12 Mar 2016 12:51:04 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1781886</guid><dc:creator>Manas</dc:creator><description>&lt;p&gt;Hi Bahrudin,&lt;/p&gt;
&lt;p&gt;Nice code snippet. But I have one doubt as per your comment &amp;quot;If you want that code to run every day, just put it in while loop.&amp;quot;, can you tell me what logic I will implement. It would be better if you can provide demo code snippet.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Manas&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1781886" width="1" height="1"&gt;</description></item></channel></rss>