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
What is conceptual model? : Entity framework
How do I use partial view?
Explain RenderBody and RenderPage in ASP.Net MVC?
How does .net framework works?
What are non action methods in mvc?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is difference between razor and web form engine?
What is entity graph? : Entity framework
What is the domain object?
How does the 'page lifecycle' of asp.net mvc works?
List the new features added in .net framework 4.0.
Can you explain renderbody and renderpage in asp.net mvc?
Explain what platforms does the .net framework run on?
What is the advantage of mvc?
How do I install .net framework?