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 ...

Get Sams Teach Yourself C#™ in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.