Monday, February 8, 2010

Explain the role of assembly in the .Net Framework

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

No comments:

Post a Comment