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 are abstract classes? what is overriding?

12 Answers  


In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?

0 Answers  


If we not suppress finalize method in dispose what will happen?

2 Answers   Kanbay,


what do you mean by table-per-hierarchy?

0 Answers   Microsoft,


What is the .net framework and how does it work?

0 Answers  






Can you write a class without specifying namespace? Which namespace does it belong to by default?

1 Answers  


What are authentication filters in web api?

0 Answers  


What is entity sql? : Entity framework

0 Answers  


List the new features added in .net framework 4.0.

0 Answers  


What are the components required to create a route in ASP.Net MVC?

0 Answers  


How do you enforce garbage collection in .NET

1 Answers   Wipro,


What does assert() method do?

1 Answers   MCN Solutions, Siebel Systems,


Categories