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 the value-type variables and reference-type variables in terms of garbage collection ?
How we can multiple submit buttons in ASP.Net MVC
what is entity framework advantage?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
How we can add the CSS in ASP.Net MVC?
What is conceptual model? : Entity framework
Explain bundle.config in mvc4?
What are non action methods in mvc?
Explain unit test done by tester on development team?
What are Non Action methods in ASP.Net MVC?
What are class access modifiers