|
Question |
Rating |
View Answer |
|
Why are there five tracing levels in System.Diagnostics.TraceSwitcher? |
|
View Answer |
|
What is CTS?
|
|
View Answer |
|
How do you add objects to hashtable
|
|
View Answer |
|
What is delay signing? |
|
View Answer |
|
To access attributes, the following is used:
|
|
View Answer |
|
Are private class-level variables inherited?
|
|
View Answer |
|
What is CLS?
|
|
View Answer |
|
What does Dispose method do with the connection object? |
|
View Answer |
|
Define abstraction,encapsulation,inheritance:with example. |
|
View Answer |
|
What is automatic memory management in .NET known as:
|
|
View Answer |
|
What happens when you create an arraylist as ArrayList Arr=new ArrayList()
|
|
View Answer |
|
What is the data provider name to connect to Access database? |
|
View Answer |
|
Is there any sample C# code for simple threading? |
|
View Answer |
|
Can static methods be overridable?
|
|
View Answer |
|
By declaring a base class function as virtual we allow the function to be overridden in subclasses
|
|
View Answer |
|
What are constructor in C#? |
|
View Answer |
|
Is there an equivalent of exit() for quitting a C# .NET application? |
|
View Answer |
|
How do you inherit from a class in C#?
|
|
View Answer |
|
X=X+1 is equivalent to
|
|
View Answer |
|
A delegate in C# is similar to:
|
|
View Answer |