Can two application one using private assembly and other
using Shared assembly be stated as a side-by-side
executables?
Answer Posted / 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 |
Post New Answer View All Answers
How does .net framework works?
Which version of .net framework is installed?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is net framework 3.0 ?
What is partialview in asp.net mvc?
What is filters in web api?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are authentication filters in web api?
what is entity graph in entity framework?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is the difference between model and entity?
what is eager loading?
How do I use partial view?
Can we change web.config settings from iis?