Answers for Hour 24

    next disabled - end of section

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


    next disabled - end of section
Top


Sams Teach Yourself C# in 24 Hours
Sams Teach Yourself Visual Basic 2010 in 24 Hours Complete Starter Kit (Sams Teach Yourself -- Hours)
ISBN: 0672331136
EAN: 2147483647
Year: 2002
Pages: 253
Authors: James Foxall

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net