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 |
Explain bundle.config in mvc4?
What is namespace of asp.net mvc?
What are the components of the .net framework.
Why do you need to serialize
Is any files are generated,when we are adding the web reference to the web service?
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?
6 Answers Infosys, Microsoft, MMTS,
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
If we write return statement in finally block will it works fine or throws any error?
what is eager loading?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is the role of the jit compiler in .net framework?