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
Why to use html.partial in mvc?
What is the full form of sp?
What is the mvc pattern (model view controller pattern)?
What is the role of the jit compiler in .net framework?
What is the difference between tempdata and viewbag?
What is definingquery in entity framework? : Entity framework
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is partialview in asp.net mvc?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is the difference between adding routes, to a webforms application and to an mvc application?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
Difference between ASP.NET MVC and ASP.NET WebForms?
What is .net core framework?
What is entity framework in asp net?
Explain the advantages of dependency injection (di) in asp.net mvc?