I will explain about how to write the infinite loop in C#
Published Date : 09/May/2012
Both int.Parse and Convert.ToInt32 are used to convert string into the integer but Only difference between them is to Convert.ToInt32 handle null and returns "0" as output and int.parse is not going to handle NULL and will give a Argument Null Exception.
Published Date : 27/Nov/2010
Tips on how to secure your .net code from crackers.
Published Date : 21/Sep/2010
This is error is occurred when developer or database administrator made mistake in stored procedures argument list.
Published Date : 02/Aug/2010
In this tips, I have describe, how to know what is process version and what is bit of OS version running in PC
Published Date : 22/Jun/2010