What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
Answer Posted / kirti
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is edm designer? : Entity framework
What symbol would you use to denote, the start of a code block in razor views?
what is split entity?
How does the .net framework 3.0 relate to windows vista?
What is entity graph? : Entity framework
What are scaffold templates in mvc?
Can you use Razor code in Javascript in ASP.Net MVC?
Explain test driven development (tdd) ?
How route table has been created in asp.net mvc?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Explain two instances where routing is not implemented or required?
How to answer for project questions..?
Why should we go for entity framework?
What is entitytypes? : Entity framework