How will you load dynamic assembly? How will create
assemblies at run time?

Answers were Sorted based on User's Feedback



How will you load dynamic assembly? How will create assemblies at run time?..

Answer / japan shah

Assembly.loadFrom("filepath")

Is This Answer Correct ?    6 Yes 1 No

How will you load dynamic assembly? How will create assemblies at run time?..

Answer / rajesh kr misra

using reflection

Is This Answer Correct ?    5 Yes 2 No

How will you load dynamic assembly? How will create assemblies at run time?..

Answer / rathi

to load the dynamically you have to use the reflection
feature of dot net through the System.Reflection name space

whose assemble class has a method assembly.loadfrom
(assembly name) that load the assembly.



or if you want to create a dynamic assembly in memory at
runtime then you can use System.Reflection.Emit name space.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

what is ssdl?

0 Answers   Microsoft,


What is the purpose of a web form?

0 Answers  


How does .net framework works?

0 Answers  


What is global assembly cache

2 Answers   BirlaSoft,


Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

0 Answers  






how to maintain the session state? what is Abstract class and interface and inheritence with example?

2 Answers  


Which version of the common language runtime (clr) does the .net framework 3.0 use?

0 Answers  


Explain the role of assembly in the .net framework.

0 Answers  


Explain the request flow in asp.net mvc framework?

0 Answers  


What's an interface

1 Answers  


What is the difference between .net core and .net framework?

0 Answers  


What is viewbag title?

0 Answers  


Categories