Difference between VB dll and assemblies in .NET ?
Answer Posted / vineeta agarwal
Assemblies can contain DLL and EXE both. Different versions
of one DLL can be handeled by assemblies. They overcome the
DLL Hell problem. Assemblies Contain Manifest and MetaData
files. These are the seprate files that describes the
Assembly and its attributes.
VB DLL is inprocess.DLL run with an exe
where as DLL are not self executable.
we can reuse DLLs .DLL are not platform independent
If we have more then one Versions of a DLL we can face DLL
Hell Problem.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Using VB, how can you change the Mouse Pointer?
What are the different types of applications supported in .net (or) .net framework?
Explain about the keyword must inherit?
Explain about garbage collection?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What are the features present in vb 2005?
Why should you use delegate?
Is vb.net a programming language?
Can you please explain the difference between value and reference types?
How many languages are supported by .net?
What are the different types of a stream?
Can you please explain the difference between c# and vb.net?
What is an assembly and its use?
What is the difference between convert.tostring and i.tostring method?
Is vb net a scripting language?