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 |
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
Explain test driven development (tdd) ?
What is MVVM design pattern?
Which are the important namespaces used in ASP.Net MVC?
Explain the methods used to render the views in mvc?
Which are the abstract classes available under system.xml namespace
What is definingquery in entity framework? : Entity framework
can we call the garbage collector to run explicicitly?
what is entity graph in entity framework?
More on CLR ?
unit test done by tetser on development team?
Explain the use of Inversion of control (IOC)?