How will you load dynamic assembly? How will create assesblies at run time?



How will you load dynamic assembly? How will create assesblies at run time?..

Answer / Vikash Kumar Ruhela

To load a dynamic assembly in C#, you can use the AppDomain class's CreateInstanceAndUnwrap method or Assembly.LoadFrom method. To create an assembly at runtime, you can write the code to emit IL (Intermediate Language) using the System.Reflection.Emit namespace.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Which protocol is used to call web service?

1 Answers  


What is boxing and unboxing in asp.net?

1 Answers  


What is asp net application object?

1 Answers  


When Garbage Collector will run and how its identifing whether the Object is used or Not.?

2 Answers   Verizon,


What is server objects in asp.net?

5 Answers  


What is difference between mvc and asp.net? : Asp.Net MVC

1 Answers  


Define static member?

1 Answers  


Explain repository pattern in asp.net mvc? : asp.net mvc

1 Answers  


How do you initiate validation on the server manually? What are two situations when you might you want to do that?

1 Answers  


What is new asp.net core?

1 Answers  


What is the procedure to create the environment for asp.net? : asp.net mvc

1 Answers  


What you mean by partial Class in asp.net 2.0?

3 Answers   TCS,


Categories