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 |
What's the .NET class that allows the retrieval of a data element using a unique key
Can we look at the IL for an assembly?
What is the difference between old ADO.NET and Entity framework coding techniques?
What filters are executed in the end?
Is razor a server side?
Explain entity lifecycle? : Entity framework
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
Explain the new features added in version 4 of mvc (mvc4)?
What is the difference between tempdata and viewbag?
which is good java or Dot net?
what is model first approach?
What is representational state transfer (rest) mean?