|
Question |
Rating |
View Answer |
|
Is there regular expression (regex) support available to C# developers? |
|
View Answer |
|
You can derive your own classes from the base class Library
|
|
View Answer |
|
what is interface in c#? |
|
View Answer |
|
A single line comments are implemented by
|
|
View Answer |
|
Difference between value and reference type? |
|
View Answer |
|
Why would you use untrusted verificaion? |
|
View Answer |
|
In order to use stringbuilder in our class we need to refer
|
|
View Answer |
|
When you inherit a protected class-level variable?Who is it available to?
|
|
View Answer |
|
Why we can not do the declaration in the class? |
|
View Answer |
|
What is mean "Death of Diamod"? |
|
View Answer |
|
Application Isolation is assured using
|
|
View Answer |
|
Is it mandatory to implement all the methods which are there in abstract class if we inherit that abstract class..?
|
|
View Answer |
|
If I return out of a try/finally in C#, does the code in the finally-clause run? |
|
View Answer |
|
The C# code files have an extension
|
|
View Answer |
|
Which attribute you generally find on top of main method
|
|
View Answer |
|
Public policy applies to
|
|
View Answer |
|
It is perfectly legitimate to throw exceptions from catch and finally blocks
|
|
View Answer |
|
The 'finally' keyword is supported in C#?
|
|
View Answer |
|
What is the difference between shadow and override
|
|
View Answer |
|
Which of the following explicit type conversion is achieved with out loosing the original data value
|
|
View Answer |