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 I uninstall microsoft .net framework?
What is entity framework? : Entity framework
Where are the routing rules defined in an asp.net mvc application?
What is filters in web api?
What is Area in ASP.Net MVC?
How to return the JSON from action method in ASP.Net MVC?
What is MVVM design pattern?
Difference between ASP.NET MVC and ASP.NET WebForms?
Explain dependency resolution?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
What is the .net framework?
What is the difference between partial and renderpartial?
What is the full form of sp?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?