What is the difference between static or dynamic assemblies?



What is the difference between static or dynamic assemblies?..

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

More VB.NET Interview Questions

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

1 Answers  


Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate

1 Answers   TCS,


described weak typing?

1 Answers  


Explain about visual basic.net?

1 Answers  


Explain private assembly?

1 Answers  


Which classes a dll can contain?

1 Answers  


How to run a dos command in vb.net?

1 Answers  


Explain the difference between import system.data.sqlclient and system.data.oledb?

1 Answers  


What is the Common Language Runtime?

10 Answers   Ksb,


What keyword is used to accept a variable number of parameter in a method?

1 Answers  


Described strong typing and weak typing?

1 Answers  


What is public assembly?

1 Answers  


Categories