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


Please Help Members By Posting Answers For Below Questions

Explain managed code?

530


Explain the difference between vb.net and c#, related to oops concepts?

495


What are option strict and option explicit?

792


What is different between web.config and machine.config and where it will be ?

558


Explain how does the xmlserializer work?

594






what is difference between web.config and machine.config and where it will be ?

481


What is a static variable?

559


How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently

1995


What do you mean by option strict on?

662


What is the difference between vb 6 and vb.net?

639


Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.

1751


What is late binding and early binding?

554


Explain how the .net framework performs automatic memory management.

562


Can you please explain the difference between int and int32?

562


What are jagged arrays ?

572