|
Related Questions |
View Answer |
|
It is not possible to debug the classes written in other .Net languages in a C# project.
|
View Answer
|
|
Code written in C# can not used in which of the languages
|
View Answer
|
|
NET interfaces are not derived from IUnknown & they do not have associated GUID’s
|
View Answer
|
|
Which are the important features of IL
|
View Answer
|
|
Intermediate Language also facilitates language interoperability
|
View Answer
|
|
Platform specific code is obtained when
|
View Answer
|
|
Code running under the control of CLR is often referred as
|
View Answer
|
|
A single line comments are implemented by
|
View Answer
|
|
What is the C# equivalent of System.Single
|
View Answer
|
|
What does the volatile modifier do
|
View Answer
|
|
Is it possible to Override Private Virtual methods
|
View Answer
|
|
How can you sort the elements of the array in descending order
|
View Answer
|
|
What is the order of destructors called in a polymorphism hierarchy
|
View Answer
|
|
What is the use of fixed statement
|
View Answer
|
|
Can static methods be overridable?
|
View Answer
|
|
In C# a technique used to stream the data is known as
|
View Answer
|
|
How to implement multiple inheritence in C#
|
View Answer
|
|
In the following cases which is not function overloading
|
View Answer
|
|
What is an indexer in C#
|
View Answer
|
|
The C# keyword int maps to which .NET type
|
View Answer
|