Difference between VB dll and assemblies in .NET ?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / anil sharma
assemblies contain more then one dll an exe and executable
code
| Is This Answer Correct ? | 7 Yes | 3 No |
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 |
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 |
Explain an assembly?
when a program of vb.net is written in notepad it occupies always 1kb of memory why?
How can we store decimal data in .net?
Name some of the keywords used in vb.net?
sql satement for 2nd maximum value
What is internal keyword in .net framework?
What is the feature which is common to all .net languages?
What is the Advantage of vb.net over vb
what is vb,net
How to store decimal data in .net?
What is the difference between import system.data.sqlclient and system.data.oledb?
what is diffrence constructor and destructor in vb
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)