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
How to enable Attribute Routing?
what is .edmx file and what it contains?
explain why t4 entity is important in entity framework?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What are the 2 popular asp.net mvc view engines?
What are the levels at which filters can be applied in an asp.net mvc application?
What is the .net framework and how does it work?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
Explain the request flow in asp.net mvc framework?
what is entity data model?
What is entity graph? : Entity framework
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
How can I tell what .net framework is installed?
Is razor a server side?
How does �side by side� work for the .net framework 3.0?