adspace
What is the difference between static or dynamic assemblies?
Answer Posted / Amit Babu Maheshwari
In VB.NET, Static Assemblies are compiled into a single .dll file and can be shared across multiple applications. Dynamic Assemblies are created at runtime, allowing you to manipulate and generate code dynamically.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain an assembly?
Explain the difference between datatable and dataset?
How to store images in sql server database through vb.net?
What are the features of c# which are not present in vb.net?
Explain how can we remove handlers at run time?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What is option strict?
What is early binding?
Explain the difference between system.string and system.stringbuilder classes?
How to retrieve images in sql server database through vb.net?
What is the use of assembly?
How to send xml file on server using http protocol?