What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables

Answer Posted / kirti

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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you truncate a table using entity data model?

818


How to bind table colum with gridview column?

812


What is disconnected scenario? : Entity framework

748


What is the difference between tempdata and viewbag?

676


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

749


What is the domain object?

718


Explain the new features 3.5 framework against with the tool?

693


Can you set the unlimited length for "maxjsonlength" property in config?

727


How to return the JSON from action method in ASP.Net MVC?

923


Can I set the unlimited length for "maxjsonlength" property in config?

755


What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

795


What are differences between entity framework and l2s? : Entity framework

866


What is difference between html.beginform and ajax.beginform?

780


What is display mode in mvc?

746


How do I use partial view?

721