|
String is for simple string operations while StringBuilder is used to perform high manipulation stri....
|
|
|
No, we can have only methods, properties, indexers and enums inside the interface.
|
Category:
C#
|
Date:
7/3/2010 1:54:37 PM
|
|
|
|
Static class we define when we do not want to create a object of class, all methods of static class ....
|
Category:
C#
|
Date:
7/3/2010 1:54:06 PM
|
|
|
|
Having same name methods with different parameters is called overloading, while having same name and....
|
|
|
Monitor.Enter waits for the lock until it does not get it, while Monitor.TryEnter will request for l....
|
|