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
How many ways the function can return values?
Explain redim keyword?
Explain manifest?
How do you call a stored procedure in Visual Basic?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What is the use of errorprovider control?
What do you mean by serialization and deserialization?
What are the shadow variables?
How to send xml file on server using http protocol?
What are the assembly entry points?
What do you understand by vb.net?
What is the difference between .dll extension and .exe extension files?
What’s the difference between private and shared assembly?
What do you mean by option strict on?
What is writeline in vb.net?