Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / japan shah

Assembly.loadFrom("filepath")

Is This Answer Correct ?    6 Yes 1 No

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

Answer / rajesh kr misra

using reflection

Is This Answer Correct ?    5 Yes 2 No

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

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

Post New Answer

More Dot Net Framework Interview Questions

What are sections?

0 Answers  


What is iobjectset? : Entity framework

0 Answers  


Is it possible to unit test an mvc application without running the controllers in an asp.net process?

0 Answers  


What is the difference between managed and unmanaged code?

12 Answers   IBM,


what is ADO.NET

8 Answers   NIIT,


what is deferred loading(lazy loading)?

0 Answers   Microsoft,


Is the lack of deterministic destruction in .NET a problem

1 Answers  


What is the difference between STA and MTA?

3 Answers  


Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?

0 Answers  


Can I use razor code in javascript in asp.net mvc?

0 Answers  


how to create session in .net

3 Answers  


Explain test driven development (tdd) ?

0 Answers  


Categories