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



Can two application one using private assembly and other using Shared assembly be stated as a side..

Answer / 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

More Dot Net Framework Interview Questions

What are Action Filters in ASP.NET MVC and its use?

0 Answers  


If we not suppress finalize method in dispose what will happen?

2 Answers   Kanbay,


What is the use of the default route?

0 Answers  


How to use multiple submit buttons in asp.net mvc?

0 Answers  


What are advantages of Dependency Injection (DI) in ASP.Net MVC?

0 Answers  


What is the difference between managed and unmanaged code?

12 Answers   IBM,


What is NonActionAttribute ?

0 Answers   Cognizant,


What is layout in mvc?

0 Answers  


Speaking of Boolean data types, what's different between C# and C/C++ ?

1 Answers  


Which .net framework is installed?

0 Answers  


How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?

0 Answers  


What is viewbag title?

0 Answers  


Categories