VB.Net Interview Questions and Answers - 1

Question: 1

What are all the technology areas that Microsoft.Net contains?

.Net Framework

.Net Enterprise Servers

.Net Languages and Language Tools.

Question: 2

What are all the parts of .Net Framework?

Common Language Runtime

.Net Framework Class Library

Question: 3

Define assemblies?

Components written in managed code and executed by the runtime are referred to .Net managed assemblies or assemblies.

Question: 4

What is the difference between the COM and Assembly?

COM component contains an associated type library to describe how clients should interact with it.

An assembly contains manifest, which is the set of metadata that describes the contents of the assembly.

Question: 5

Define namespace?

The namespaces are known as containers which will be used to organize the hierarchical set of .Net classes.

Related Questions