|
Question |
Rating |
View Answer |
|
Which method is used by COM+ to ascertain whether class can be pooled
|
|
View Answer |
|
Is there an equivalent of exit() for quitting a C# .NET application? |
|
View Answer |
|
How do I convert a string to an int in C#? |
|
View Answer |
|
What does Main method returns in C#
|
|
View Answer |
|
What are Namespaces
|
|
View Answer |
|
How do you load assembly to running process
|
|
View Answer |
|
How does a running application communicate or share data with other applicxation running indifferent application domains?
|
|
View Answer |
|
Unsafe code in C# can be written in the flowing block:
|
|
View Answer |
|
In C# events are actually a special form of delegates
|
|
View Answer |
|
What is the difference between directcast and ctype? |
|
View Answer |
|
Events in C# are impltemented using:
|
|
View Answer |
|
Sealed class can be inherited
|
|
View Answer |
|
The field variables in a class or a struct in C# are by default given a value of zero
|
|
View Answer |
|
What is the difference between System.String and System.StringBuilder classes? |
|
View Answer |
|
How to convert ocx into DLL
|
|
View Answer |
|
Does C# support properties of array types? |
|
View Answer |
|
Which of the following are predefined reference types in C#?
|
|
View Answer |
|
Constructor is the method which is implicitly created when ever a class is instantiated. Why?
|
|
View Answer |
|
How do you check whether an Object is compatible with Specific Type
|
|
View Answer |
|
Where does the version dependencies recorded
|
|
View Answer |