VB.NET Framework Question:

Explain the role of assembly in the .Net Framework?

Tweet Share WhatsApp

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 PDF Read All 7 VB.NET Framework Questions
Previous QuestionNext Question
Explain the .Net Framework?Describe the GAC in the .Net Framework?