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 |
Explain unit test done by tester on development team?
Is any files are generated,when we are adding the web reference to the web service?
More on CLR ?
Can you use Razor code in Javascript in ASP.Net MVC?
Explain something about model, view and controllers in asp.net mvc?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What is .net architecture and framework?
give the feature of .net2.0 over .net1.1
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
What is Peek method in Tempdata in ASP.Net MVC?
what is linq to entities?
What are action filters?