How will you load dynamic assembly? How will create
assemblies at run time?
Answers were Sorted based on User's Feedback
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 |
what is scalar property?
what is .net?
Is dapper faster than entity framework?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
How does �side by side� work for the .net framework 3.0?
I can't be bothered with all this CAS stuff. Can I turn it off
What are sections?
Explain the advantage of packaging over xcopy in .net?
Can we access the web controls in a page pre initialising event?
What is difference between shared and public
Can I add mvc testcases in visual studio express?
What is .net architecture?