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


Please Help Members By Posting Answers For Below Questions

What are authentication filters in web api?

577


Which are the important namespaces used in mvc?

714


Mention two instances where routing is not implemented or required?

747


Explain what is the difference between view and partial view?

579


What is the use of action filters in an mvc application?

608






Explain the advantages of dependency injection (di) in asp.net mvc?

570


How to Create an Intranet Site Using ASP.NET MVC?

593


Does razor engine supports for tdd?

736


What is the mvc pattern (model view controller pattern)?

584


Explain something about model, view and controllers in asp.net mvc?

558


What is controllercontext?

542


What is the .net framework and how does it work?

559


If I have multiple filters implemented, what is the order in which these filters get executed?

525


What is orm entity framework?

522


What is the difference between tempdata and viewbag?

499