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
What does a viewmodel do?
what do you mean by navigation property?
What is action methods in web api?
What is the difference between viewbag and viewdata in mvc?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
how can you enhance the performance of entity framework?
Do I need microsoft .net framework?
What are the 3 main components of an asp.net mvc application?
How to update one of my table in database at 4pm every day how it is possible?
What is the significance of nonactionattribute?
What is representational state transfer (rest) mean?
What is Dependency Injection in ASP.Net MVC
What is session state management?
What you mean by routing in asp.net mvc?
Explain how you can implement Ajax in MVC?