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 are sections?
What is iobjectset? : Entity framework
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is the difference between managed and unmanaged code?
what is ADO.NET
what is deferred loading(lazy loading)?
Is the lack of deterministic destruction in .NET a problem
What is the difference between STA and MTA?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
Can I use razor code in javascript in asp.net mvc?
how to create session in .net
Explain test driven development (tdd) ?