|
| Tips on how to secure your .net code from crackers.Read more.. |
| Views: 968
| Bookmarked: 0 times | By: kirtan007 |
On:
9/21/2010 9:36:17 AM |
|
|
|
| With Microsoft.NET 4.0 we have a convenient method called clear method which will clear string builderRead more.. |
| Views: 721
| Bookmarked: 0 times | By: jalpesh |
On:
5/10/2010 8:55:10 AM |
|
|
|
| In this tips, I have describe, how to know what is process version and what is bit of OS version running in PCRead more.. |
| Views: 657
| Bookmarked: 0 times | By: RRaveen |
On:
6/22/2010 10:59:41 PM |
|
|
|
| The System.Numerics.BigInteger and this sis support to arbitrary-precision integer data type that supports all the standard integer operationsRead more.. |
| Views: 494
| Bookmarked: 0 times | By: RRaveen |
On:
5/10/2010 9:53:38 PM |
|
|
|
| I will explain about how to write the infinite loop in C#Read more.. |
| Views: 58
| Bookmarked: 0 times | By: skumaar_mca |
On:
5/9/2012 12:08:19 AM |
|
|
|
| If you developed .Net Applications with Oracle Backend,you may face this problem if you installed Oracle Client Version 9.1Read more.. |
| Views: 1220
| Bookmarked: 0 times | By: Mostafa Elzoghbi |
On:
6/16/2010 11:24:41 AM |
|
|
|
| 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.Read more.. |
| Views: 928
| Bookmarked: 0 times | By: jalpesh |
On:
11/27/2010 12:55:23 AM |
|
|
|
| This is error is occurred when developer or database administrator made mistake in stored procedures argument list.Read more.. |
| Views: 2325
| Bookmarked: 0 times | By: RRaveen |
On:
8/2/2010 1:23:48 AM |
|
|