What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables



What is side-by-side execution? Can two application one using private assembly and other using Share..

Answer / kirti

Side-by-side execution is the ability to run multiple versions of an application or component on the same computer. You can have multiple versions of the common language runtime, and multiple versions of applications and components that use a version of the runtime, on the same computer at the same time. Since versioning is only applied to shared assemblies, and not to private assemblies, two application one using private assembly and one using shared assembly cannot be stated as side-by-side executables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What is the difference between old ADO.NET and Entity framework coding techniques?

0 Answers  


What is gacutil.exe. Where do we store assemblies ?

5 Answers   Accenture, BirlaSoft,


How we can handle the exception at controller level in ASP.Net MVC?

0 Answers  


What is serialization ?

7 Answers   IBM, Karrox, MMTS,


What is strong name and which tool is used for this ?

4 Answers   Accenture, BirlaSoft,






How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!

2 Answers   HCL,


What is the difference between entity framework and mvc?

0 Answers  


What is ado.net data provider? : Entity framework

0 Answers  


How do you handle variable number of segments in a route definition?

0 Answers  


what is eager loading?

0 Answers   Microsoft,


What are the levels at which filters can be applied in an asp.net mvc application?

0 Answers   NA,


Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?

0 Answers  


Categories