Can two application one using private assembly and other
using Shared assembly be stated as a side-by-side
executables?
Answer / swapna
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 ? | 4 Yes | 0 No |
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
The order of the filters that get executed, if the multiple filters are implemented?
What is Global Assembly Cache (GAC) and what is the purpose of it?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Explain the methods used to render the views in ASP.Net MVC?
What does assert() method do?
1 Answers MCN Solutions, Siebel Systems,
Give an example for authorization filters in an asp.net mvc application?
What is web api‘s in asp.net mvc 4 ?
What is Partial Assembly References?
What is the CLS
What is oauth in web api?
Is razor a server side?