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 the difference between viewbag and viewdata in asp.net mvc?
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?
How does work clr?
what is mean by COM (component object model) and component based software development? Is it .NET is first COM based technology? Please answer me. Advance thanks.
Why we need a separate mobile project template, while we can render our web application in mobile ?
When was .NET announced
What are the two ways to add constraints to a route?
What is the difference between a Struct and a Class
how can you enhance the performance of entity framework?
Explain what languages does the .net framework support?
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?