11
Jun
2008
Generating Random Number and String in C#
The following code returns a random number between min and max: private int RandomNumber(int min, int max) { ...
11
Jun
2008
The following code returns a random number between min and max: private int RandomNumber(int min, int max) { ...
26
May
2008
Is it impossible to shrink the Trucated Log file? Yes, following code always shrinks the Trucated Log File to minimum...
24
Jan
2008
When do query page in ASP.NET, the special characters(é,ç,ë etc.,) are comming as ??... The Response contains both ASCII...
22
Jan
2008
By Mark Russinovich DebugView is an application that lets you monitor debug output on your local system, or any computer...
22
Jan
2008
"I see stuff like "zz" passed into DateTime.ToString(). What exactly does that do?" -- Very Confused DateTime String...