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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Does razor engine supports for tdd?

732


how can you tell ef to have a different table or column name than that defined for the class?

568


How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?

511


How we can handle the exception at controller level in ASP.Net MVC?

562


Is entity framework slow?

512






Is it possible to create a custom filter?

561


What is the difference between tempdata and viewbag?

492


what is explicit loading?

630


How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?

554


Is .net framework dead?

529


What is MVVM design pattern?

593


What is the use of the default route?

597


Explain ASP.NET MVC Identity and Security?

566


Is razor a server side?

522


What are Validation Annotations?

567