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 what does .edmx file contains?
Is it possible to create a custom filter?
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
How to return the JSON from action method in ASP.Net MVC?
What are multicast delegates ? give me an example
Can I add mvc testcases in visual studio express?
Can I look at the IL for an assembly
What is Reflection in .NET?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
what happened when type url in address bar and press enter?
Can you draw and explain the .NET Farmework?
Is mvc 4 supporting windows azure sdk (software development kit) ?