developmentor - a developer services company				  
				      
   Modules

.NET Overview


1. In order to run a managed executable on a given machine, which of the following must be installed on that machine?
Just the managed executable
The managed executable and the CLR
The managed executable, the CLR, and the .NET Framework Software Development Kit

2. True or false: different .NET languages have different capabilities.
True
False

3. True or false: the C# compiler emits processor specific instructions.
True
False

4. True or false: the CLR compiles a method every time it is called.
True
False

5. True or false: the code generated by the JIT compiler is saved out to the file system and used the next time a managed executable is executed in order to reduce startup times.
True
False

6. True or false: a program written in C# can only interoperate with libraries written in C#.
True
False

This material is excerpted from the Programming C# course offered by DevelopMentor.