Difference between VB dll and assemblies in .NET ?

Answers were Sorted based on User's Feedback



Difference between VB dll and assemblies in .NET ?..

Answer / 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

Difference between VB dll and assemblies in .NET ?..

Answer / pavan kumar

BOTH VB DLL AND ASSEMBLIES ARE REUSEABLE CODE
BUT WHEN YOU CREATE TWO DLLS WITH SAME NAME IN VB
VERSIONING PROBLEM OCCURS IN VB

IN ASSEMBLES ARE INTRODUCED TO AVOID VISIONIG PROBLEM
IN .NET

Is This Answer Correct ?    7 Yes 0 No

Difference between VB dll and assemblies in .NET ?..

Answer / anil sharma

assemblies contain more then one dll an exe and executable
code

Is This Answer Correct ?    7 Yes 3 No

Difference between VB dll and assemblies in .NET ?..

Answer / ambarish t.v

All most all languages support VB DLL(COM DLL).But
assemblies can support only in .Net frameworks..

Is This Answer Correct ?    4 Yes 1 No

Difference between VB dll and assemblies in .NET ?..

Answer / srini

Assemblies can contain morethan one dll,exe and html file
and they represents the resources,type definition and
implementation of those types.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More VB.NET Interview Questions

What are the objects in asp.net and tell the purpose of those objects

3 Answers   Ascent, CCS, MTBC,


write a VB.net program to swap two numbers

5 Answers   Digitec, Student,


Explain some of the exclusive features which are present in vb?

0 Answers  


Name a feature which is common to all .net languages?

0 Answers  


what are the difference between An input box and Message box ..?

6 Answers   CTS, TATA,


What are the differences between server-side and client-side code?

0 Answers  


Can you please explain the difference between vb and vb.net?

0 Answers  


Write a program to find all text files in a logical drive and return the count of the number of files?

0 Answers  


what is the root namespace for all types?

8 Answers  


Where is the Version Information Stored on a assembly ? Write the Namespace to load assemblies at runtime Can you allow a class to be inherited but prevent the method from being overridden ? What happens in memory when you box and unbox a value type ? Write a progtam to convert decimal to byte without using library function.

2 Answers   HCL,


how to get sum of two numbers in vb.net?

14 Answers   Factorial, Paul Infotech, Satyam,


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

0 Answers  


Categories