I would like to share the happiness of being featured in this week's interview with OpenDNS blogs -- 'Five Questions with Deepak Vasudevan'. I have also compiled the blog publication as a slideshow along with this note here:
Saturday, July 23, 2011
Monday, July 18, 2011
A 'Gentle Touch' command in C#
In Unix world we have a command called 'touch' which when invoked on the file updates the timestamp of the file to the current timestamp. I just thought would share a quick implementation of the same in C# for the benefit of beginners in .NET. Check out the source implementation here.
Currently this supports only a single file.
Things to do:
Currently this supports only a single file.
Things to do:
- Recursive touch of files and folderswhen invoked on a directory. If you are interested to contribute let me know and I can add you as a co-member of the Sourceforge project.
Sunday, July 03, 2011
Subscribe to:
Posts (Atom)
[Imported from Blogdrive]Online Virus Scanners
Online Virus Scanners Virus Scanners are no longer difficult to install, tedious to configure. There are easy to use Online Virus Scanne...
-
I have been using Web2Project for planning my personal and professional tasks for a few years now. Now I have bifurcated the tools into th...
-
A New Role :: As a Community-Credit Forum Moderator... I would like to share the happier moments when I recieved an email from Community-Cre...
-
The Necessity of Coding Standards -- Building Efficient Software In this short discussion, I would like to highlight regarding the necessity...