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

What are ajax helpers in mvc?

515


what is code first approach?

580


Can a view be shared across multiple controllers? If yes, how we can do that?

585


What is edm in entity framework?

527


what is entity data model?

586






What is .net architecture and framework?

573


How to answer for project questions..?

2232


explain what is ado.net entity framework?

568


Explain the new features added in version 4 of mvc (mvc4)?

536


What is the use of razor view engine?

523


What are the Core features of ASP.NET MVC?

596


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

533


Give an example for authorization filters in an asp.net mvc application?

530


Which are the important namespaces used in ASP.Net MVC?

596


In razor syntax, what is the escape sequence character for @ symbol?

558