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

Why we need a separate mobile project template, while we can render our web application in mobile ?

596


What are ajax helpers in mvc?

526


What is ViewData and TempData in ASP.Net MVC?

581


what is lazy loading in entity framework?

597


Explain the advantage of packaging over xcopy in .net?

550






What is meant by tempdata in mvc?

547


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

2062


What is the greatest advantage of using asp.net mvc over asp.net webforms?

565


Explain the advantages of asp.net mvc over asp.net?

597


List the new features added in .net framework 4.0.

526


Explain ASP.NET MVC Identity and Security?

576


Describe the gac in the .net framework.

581


Can I add mvc testcases in visual studio express?

596


What are Validation Annotations?

578


What are child actions in ASP.Net MVC?

585