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

Can you explain renderbody and renderpage in asp.net mvc?

559


When will the .net framework 3.0 be released?

552


What is the significance of nonactionattribute?

587


What are action filters?

604


What is Area in ASP.Net MVC?

615






what is model first approach?

607


differences between poco, model first and data first approach?

598


How to return the JSON from action method in ASP.Net MVC?

697


What is the difference between old ADO.NET and Entity framework coding techniques?

564


how do you truncate a table using entity data model?

590


Describe the roles of clr in .net framework.?

642


what do you mean by table-per-type?

629


Explain something about model, view and controllers in asp.net mvc?

558


explain what is ado.net entity framework?

573


Explain the methods used to render the views in mvc?

555