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
Name the class which allows an element to be accessed using unique key?
Explain some of the exclusive features which are present in vb?
What is the size of .net object?
Can you please explain the difference between c# and vb.net?
How many languages are supported by .net?
what is intermediate language?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
What are different types of jit ?
Write a VB.Net console program to check whether a number is perfect or not.
What are the features present in vb 2005?
What is difference between import system.data.sqlclient,system.data.oledb?
What are the shadow variables?
What is the difference between c# and vb.net?
What are the difference between dispose(), close(), exit(), end()?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .