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
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
What are the sub types of ActionResult?
Why is entity framework used?
Explain the 'page lifecycle' of an ASP.NET MVC?
What is edm designer? : Entity framework
What is renderbody?
What are Action Methods in ASP.NET MVC?
What is a razor file?
What are Action Filters in ASP.NET MVC and its use?
What is the need of Action Filters in ASP.Net MVC
Is it possible to create a custom filter?
What is the difference between .net core and .net framework?
Explain two instances where routing is not implemented or required?
Explain representational state transfer (rest) in detail?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?