|
Related Questions |
View Answer |
|
ASP.NET web pages can be programmed in C#?
|
View Answer
|
|
All the .NET languages have the following in common
|
View Answer
|
|
IL code compiles to
|
View Answer
|
|
Which is the first level of compilation in the .NET languages?
|
View Answer
|
|
What is IL?
|
View Answer
|
|
What is CLR?
|
View Answer
|
|
What is CLS?
|
View Answer
|
|
What is CTS?
|
View Answer
|
|
The following is the namespace used for Reflection:
|
View Answer
|
|
To access attributes, the following is used:
|
View Answer
|
|
Following are the collections in C#:
|
View Answer
|
|
Unsafe code in C# can be written in the flowing block:
|
View Answer
|
|
The following method is used to force the garbage collector :
|
View Answer
|
|
Each process in a 32 bit Windows environment has the following amount of virtual memory available:
|
View Answer
|
|
The correct syntax for defining a delefate is:
|
View Answer
|
|
We inherit a class using the following syntax:
|
View Answer
|
|
How do you deploy an assembly?
|
View Answer
|
|
The following namespace is used for globalization:
|
View Answer
|
|
How does a running application communicate or share data with other applicxation running indifferent application domains?
|
View Answer
|
|
We need to register a private assembly in the Windows registry in order to use it.
|
View Answer
|