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
Explain something about model, view and controllers in asp.net mvc?
How to Create an Intranet Site Using ASP.NET MVC?
what is minimum requirement for entity framework applications to run?
What are the two ways to add constraints to a route?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is meant by bootstrap in mvc5?
What is the advantage of using asp.net routing?
Explain the advantage of packaging over xcopy in .net?
what is scalar property?
What is representational state transfer (rest) mean?
How does work clr?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Explain how to use multiple submit buttons in ASP.Net MVC?
Which is the default http method for an action method?