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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain tempdata in asp.net mvc?

596


What is poco proxy? : Entity framework

554


Where is tempdata stored?

544


How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?

516


How to enable Attribute Routing?

613






i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?

1746


Explain what is the difference between view and partial view?

573


What is the difference between adding routes, to a webforms application and to an mvc application?

543


Explain unit test done by tester on development team?

527


What is partialview in asp.net mvc?

593


What are non action methods in mvc?

542


Which is the default http method for an action method?

505


What is the use of the default route {resource}.axd/{*pathinfo} ?

551


Can we have enum in entity framework?

586


What is difference between html.beginform and ajax.beginform?

599