|
Related Questions |
View Answer |
|
What is the difference between System.String and System.StringBuilder classes?
|
View Answer
|
|
What is the difference between const and static read-only?
|
View Answer
|
|
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
|
View Answer
|
|
Why do I get a syntax error when trying to declare a variable called checked?
|
View Answer
|
|
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
|
View Answer
|
|
Why cannot you specify the accessibility modifier for methods inside the interface?
|
View Answer
|
|
Where is the output of TextWriterTraceListener redirected?
|
View Answer
|
|
When do you absolutely have to declare a class as abstract?
|
View Answer
|
|
How is method overriding different from overloading?
|
View Answer
|
|
Is there a way to force garbage collection?
|
View Answer
|
|
Is there regular expression (regex) support available to C# developers?
|
View Answer
|
|
What if a base class has a bunch of overloaded constructors?
|
View Answer
|
|
Can you prevent your class from being inherited and becoming a base class for some other classes?
|
View Answer
|
|
Is there an equivalent of exit() for quitting a C# .NET application?
|
View Answer
|
|
What is delay signing?
|
View Answer
|
|
Can you have two files with the same file name in GAC?
|
View Answer
|
|
How can you debug failed assembly binds?
|
View Answer
|
|
How can you tell the application to look for assemblies at the locations other than its own install?
|
View Answer
|
|
What is a strong name in C#?
|
View Answer
|
|
What is the difference between private and shared assembly?
|
View Answer
|