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 difference between razor and web form engine?

0 Answers  


How route table has been created in ASP.NET ASP.Net MVC?

0 Answers  


What is layout in mvc?

0 Answers  


The order of the filters that get executed, if the multiple filters are implemented?

0 Answers  


what is entityclient?

0 Answers   Microsoft,






What is stateless model?

0 Answers  


What are scaffold templates in mvc?

0 Answers  


What is net framework 3.0 ?

0 Answers  


Explain how to use multiple submit buttons in ASP.Net MVC?

0 Answers  


What is work of clr?

0 Answers  


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

0 Answers   NA,


Can I look at the IL for an assembly

1 Answers  


Categories