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

How to bind table coloum with gridview column

3 Answers   Sypher Technologies,


What is shared and private assembly ?

3 Answers   Accenture, BirlaSoft,


what are generics? Without generics what are the disadvantages in 1.1?

3 Answers   HP, iSoft, nTech Solutions,


What is NonActionAttribute ?

0 Answers   Cognizant,


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

0 Answers   NA,






What are the main components of .net framework?

0 Answers  


What is work of clr?

0 Answers  


Where are the routing rules defined in an asp.net mvc application?

0 Answers  


How would you make a combo-box appear in one column of a DataGrid?

1 Answers  


Why doesn't the .NET runtime offer deterministic destruction

1 Answers  


Can you please explain the request flow in ASP.NET MVC framework?

0 Answers  


What is .net framework used for?

0 Answers  


Categories