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 namespace used for loading assemblies at run time and name the methods?

2 Answers  


Where is tempdata stored?

0 Answers  


What is shadowing?

6 Answers   IBM,


What are Validation Annotations?

0 Answers  


What are the properties of Thread class?

1 Answers  






WHICH IS MORE SECURED AMONG JAVA AND .NET?

7 Answers  


What meant of assembly & global assembly cache (gac) & Meta data

1 Answers  


What is the difference between ViewData, ViewBag and TempData?

0 Answers   Wipro,


What is presentation framework?

0 Answers  


What is asp net framework?

0 Answers  


How to change the action name in ASP.Net MVC?

0 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


Categories