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 are the advantages of mvc over asp.net?
What is the use of display modes?
Explain peek method in tempdata in asp.net mvc?
how do you query in entity model when the result has a join from from different database other than the entity model?
What is stateless model?
Can I add asp.net mvc testcases in visual studio express?
Is dapper better than entity framework?
What are Validation Annotations?
How to make sure Client Validation is enabled in ASP.Net MVC
Explain tempdata in mvc?
What are sections?
What are the components of the .net framework.
What is work of clr?
explain lazy loading, eager loading, and explicit loading?
Explain the methods used to render the views in ASP.Net MVC?