Answers for Hour 24

1: The classes and technology that make up .NET's underlying infrastructure are called what?
A1: The .NET Framework
2: What is the name of the shared .NET runtime?
A2: The Common Language Runtime (CLR)
3: True or False: Each .NET language uses its own code editor and debugging tools.
A3: False. All .NET languages share the same IDE and the same debugging tools. These are just a few of the benefits of the Common Language Runtime.
4: True or False: Code that runs within the Common Language Runtime is called unmanaged code.
A4: False. It is called managed code because it is managed by the runtime.
5: Code written in a .NET language such as C# is compiled to what?
A5: Intermediate Language code (IL)
6: What are namespaces?
A6: Namespaces are the “nodes” in the hierarchical structure of classes in the .NET environment.
7: One of the things that gives .NET its multilanguage capabilities is that all data is declared and managed in the same way across all languages. This is handled by .NET's what?
A7: Common Type System
8: What destroys objects, freeing all the resources that they consume?
A8: .NET's garbage collector

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.135.196.103