1. Which of the following .NET components can be used to remove unused references from the managed heap?
2. Which of the following components of the .NET framework provide an extensible set of classes that can be used by any .NET compliant programming language?
3. Which of the following statements correctly define .NET Framework?
4. Code that targets the Common Language Runtime is known as -
5. Which of the following statements is correct about the .NET Framework?
6. Which of the following is the root of the .NET type hierarchy?
7. CLR stands for __________
8. CLR is responsible for
9. IL in .Net stands for ________.
10. GAC stands for
11. .NET framework supports unique feature of _____
12. .NET framework is a _____
13. .NET framework provides runtime environment called _____
14. The code which runs under the ____ is called managed code.
15. When the program needs memory, _____ allocates memory for scope and deallocated the memory if the scope is completed.
16. .NET language compiler will convert the code into _____
17. Which is responsible for converting MSIL to native code?
18. What is the task of CTS in .NET?
19. CTS stands for _____
20. CLS stands for _____
