|
Related Questions |
View Answer |
|
What is a singleton class. How do we achieve it.
|
View Answer
|
|
What is FormClosed and FormClosing events?
|
View Answer
|
|
How can C# app request minimum permissions?
|
View Answer
|
|
What is the difference between a sub and a function in C#?
|
View Answer
|
|
What is the difference between directcast and ctype?
|
View Answer
|
|
What are constructor in C#?
|
View Answer
|
|
Difference between value and reference type?
|
View Answer
|
|
Which one is trusted and which one is untrusted?
|
View Answer
|
|
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
|
View Answer
|
|
Can you inherit multiple interfaces?
|
View Answer
|
|
Are private class-level variables inherited?
|
View Answer
|
|
Can you change the value of a variable while debugging a C# application?
|
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
|