VB.NET Framework Question:
Download Questions PDF

Explain the role of assembly in the .Net Framework?

Answer:

.Net Framework keeps executable code or DLL in the form of assembly. .Net Framework maintains multiple versions of the application in the system through assembly. The assemblies have MSIL code and manifest that contains metadata. The metadata contains version information of the assembly.

Download VB.NET Framework Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the .Net Framework?Describe the GAC in the .Net Framework?