GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  C#
Go To First  |  Previous Question  |  Next Question 
 C#  |  Question 399 of 436    Print  
What is side by side execution?
How is it related to assemblies?

  
Total Answers and Comments: 3 Last Update: November 30, 2007     Asked by: arun 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 22, 2007 15:58:08   #1  
Elbaz Member Since: November 2007   Contribution: 1    

RE: What is side by side execution?How is it rel...

JIT compiler


 
Is this answer useful? Yes | No
November 30, 2007 08:11:38   #2  
maverick_dude Member Since: November 2007   Contribution: 15    

RE: What is side by side execution?How is it related to assemblies?
Side-by-side execution is the ability to install multiple versions of code so that an application can choose which version of the common language runtime or of a component it uses. Subsequent installations of other versions of the runtime an application or a component will not affect applications already installed.

Side-by-side execution uses strong-named assemblies to bind type information to a specific version of an assembly. This prevents an application or component from binding to an invalid version of an assembly. Strong-named assemblies also allow multiple versions of a file to exist on the same computer and to be used by applications.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape