|
Obsolete attributemarks the program entity as the one that is not recommended to be used further. Us....
|
Category:
C#
|
Date:
10/1/2010 11:32:31 AM
|
|
|
|
Generally , whenever the strings are to be compared using "==" or "!=" operators....
|
Category:
C#
|
Date:
10/1/2010 11:31:31 AM
|
|
|
|
This is because checked is a keyword in C# and keywords can't be used as a variable name.
|
Category:
C#
|
Date:
10/1/2010 11:30:31 AM
|
|
|
|
Yes. The base class and derived class can have the method with the same name. And when the method wi....
|
Category:
C#
|
Date:
10/1/2010 11:29:31 AM
|
|
|
|
All the variables and objects which are under the process of the framework are under the control of....
|
Category:
C#
|
Date:
10/1/2010 11:28:31 AM
|
|
|