How will you load dynamic assembly? How will create
assemblies at run time?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is code first? : Entity framework
what is an assembly?
If we not suppress finalize method in dispose what will happen?
What is the difference between a Struct and a Class
How to free the memory that is not used by an object in garbage collection?
Describe the gac in the .net framework.
What is layout in mvc?
How does servicing work for the .net framework 3.0?
Where is tempdata stored?
Explain the new features 3.5 framework against with the tool?
What is web api‘s in asp.net mvc 4 ?
What are Non Action methods in ASP.Net MVC?