Sunday, July 19, 2015

Q & A

A. 
It compiles your code into a .NET Assembly
B. 
It provides access to Microsoft’s library of code
C. 
It provides a common type system for your application
D. 
It is what your program runs inside of ... it protects the user from malicious code, and handles memory management and other runtime tasks
A. 
A block of code
B. 
A method
C. 
A function
D. 
A variable
A. 
A way to restrict access to your code
B. 
A named block of code that you can call / execute by calling its name
C. 
A means of organizing your code
A. 
A .NET Package
B. 
A .NET Component
C. 
A .NET
D. 
A .NET Assembly
A. 
An XML that contains project settings and the current state of the project
B. 
A file that contains all the C# code
C. 
A file that contains C# code containing project settings, files to include in the project, etc.
D. 
An XML file that contains information about all the project in a given solution

No comments:

Post a Comment