N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Tuesday, June 29, 2010
How to: List all files in a Drive using C#
›
The code below shows how to use the System.IO.DirectoryInfo function to retreive all the files in the specified location, it also show how ...
Friday, June 25, 2010
How to: Running Windows service at a specified time period.
›
I am writing an Notification service, for that i need to send reminders based on a time period. This is how I did. Here i am Configuring not...
Thursday, June 24, 2010
Dynamically Loading Master Pages
›
Master Pages give you the ability to define a master page layout and look that is used throughout a site to give a consistent look & fe...
Wednesday, June 23, 2010
How to: Adding Uninstall start menu item to your .NET deployment project
›
Its pretty simple. Follow the steps to achieve this. Add the following code snippet to your projects main method before InitializeCompone...
Tuesday, June 22, 2010
How to: Check whether SQL login exists?
›
Try some thing like this. DECLARE @SqlStatement NVARCHAR (4000) DECLARE @loginName VARCHAR (100) SELECT @loginName = ' nagasai ...
‹
›
Home
View web version