InterviewSolution
| 1. |
Difference Between Vb Dll And Assemblies In .net ? |
|
Answer» Assemblies can contain DLL and EXE both. DIFFERENT versions of one DLL can be handled by assemblies. They overcome the DLL Hell problem. Assemblies Contain Manifest and Meta Data files. These are the separate files that describes the Assembly and its ATTRIBUTES. VB DLL is inprocess.DLL run with an exe where as DLL are not self executable. Assemblies can contain DLL and EXE both. Different versions of one DLL can be handled by assemblies. They overcome the DLL Hell problem. Assemblies Contain Manifest and Meta Data files. These are the separate files that describes the Assembly and its attributes. VB DLL is inprocess.DLL run with an exe where as DLL are not self executable. |
|