Choose a topic to test your knowledge and improve your .NET Micro Framework skills
Which of the options is being referred to in the following statement: "All incoming requests are processed by a single server object"
A user application-domain can be created:
The global assembly cache:
What does Managed Data refer to?
Which tool can you use to register managed types with the Windows registry?
Which of the following files is used to implement application and session level events?
Which of these classes are used for loading an assembly into an application domain?
Which of the following tools can be used to modify and grant permissions to code groups?
Which of the following does not use metadata?
Which of the following functionalities does System.Diagnostics class provide?
An application can have any number of modules and files. Which of the following is used to link them together into a single assembly?
What is the command "caspol -lg" used for?
What is the command "caspol -lg" used for?
What is the command "caspol -lg" used for?
An application can have any number of modules and files. Which of the following is used to link them together into a single assembly?
Which of the following is a must for a private assembly?
Code Manager is a the part of:
Why doesn't .Net runtime offer deterministic destruction?
Consider the following two statements and choose the most appropriate option: Statement 1: Value types are allocated on a stack Statement 2: Reference types are allocated on a managed CLR Heap
Which of the following is used to notify all waiting threads of a change in the object's state?
Which of the following manages the code during execution?
Which type of parameter is passed in subroutines by default?
Which of the following is not a member of the Exception class?
How many application domains can exist inside a Win32 process?
Which of the following helps Assemblies become self describing?:
How will you use the thread pool?
The runtime is started automatically by ______________ when the .exe is run.
Net assembly stores both data and IL code. A tool is available along with the .NET framework to view within the PE. Which of the following is that tool?
Which of the following services are provided by CLR?
Which of these files is used for debugging an application?
Compilers of CLS compliant language generate:
Which of these is used to allow managed code to interoperate with unmanaged code?
Which of the following statements is correct. (a)A Try block must include Catch or Finally sections. (b)Using an empty Finally section is illegal.
The _________________ methods are primarily meant for COM Interoperability use.
How does CLR allow multiple applications to be run in a single process?
________ helped overcome the DLL conflict (faced by the versions prior to .NET).
____ is used to generate the assembly from modules.
Which of the following is used as a Serializer for the web services?
The IL to native code compilation is done by:
___ is a subset of the CTS.
Which of the following is valid and is included in the type definition?
Which of the following statements is correct?
Which of the following are used in combination to create the identity of an assembly?
Which of these Assemblies is used for doing Localization?