VB.NET Framework Question:
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.
Previous Question | Next Question |
Explain the .Net Framework? | Describe the GAC in the .Net Framework? |