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
Can you explain model, controller and view in mvc?
what is csdl?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What is entity framework? : Entity framework
mention what is code first approach and model first approach in entity framework?
What are authentication filters in web api?
What is Attribute Routing in ASP.Net MVC?
mention what are the various methods provided by the dataset object to generate xml?
Can you set the unlimited length for "maxjsonlength" property in config?
What is code first? : Entity framework
Is razor a server side?
How can you return string result from Action in ASP.Net MVC?
What is iobjectset? : Entity framework
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Mention some action filters which are used regularly in ASP.Net MVC?