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 the advantages of mvc over asp.net?

763


What is the use of display modes?

777


Explain peek method in tempdata in asp.net mvc?

821


how do you query in entity model when the result has a join from from different database other than the entity model?

754


What is stateless model?

729


Can I add asp.net mvc testcases in visual studio express?

845


Is dapper better than entity framework?

743


What are Validation Annotations?

780


How to make sure Client Validation is enabled in ASP.Net MVC

779


Explain tempdata in mvc?

747


What are sections?

799


What are the components of the .net framework.

776


What is work of clr?

784


explain lazy loading, eager loading, and explicit loading?

760


Explain the methods used to render the views in ASP.Net MVC?

862