Podcast
Questions and Answers
What is the primary purpose of an assembly in.NET Framework?
What is the primary purpose of an assembly in.NET Framework?
- To map assembly information to a specific location
- To provide a registry for application entries
- To hold information about the data types of a program
- To distribute code in a physical package (correct)
What are the two sections of an assembly?
What are the two sections of an assembly?
- Assembly and Mapping
- Registry and Location
- Code and Metadata
- Manifest and Metadata (correct)
What is the file extension for a reusable component in.NET Framework?
What is the file extension for a reusable component in.NET Framework?
- .net
- .assembly
- .dll (correct)
- .exe
Where can you find the.NET Framework's core assemblies location?
Where can you find the.NET Framework's core assemblies location?
What is a characteristic of a private assembly?
What is a characteristic of a private assembly?
What happens if two private assemblies have the same class name?
What happens if two private assemblies have the same class name?
What type of code is contained in a.NET assembly?
What type of code is contained in a.NET assembly?
What is the main purpose of the metadata section in an assembly?
What is the main purpose of the metadata section in an assembly?
Which of the following is a characteristic of a private assembly?
Which of the following is a characteristic of a private assembly?
What is the file extension for a standalone application in.NET Framework?
What is the file extension for a standalone application in.NET Framework?
What is the purpose of the manifest section in an assembly?
What is the purpose of the manifest section in an assembly?
Flashcards are hidden until you start studying