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



What is side-by-side execution? Can two application one using private assembly and other using Share..

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

More Dot Net Framework Interview Questions

Explain the difference between Viewbag and Viewdata in ASP.NET MVC?

0 Answers  


What is the importance of NonActionAttribute?

0 Answers  


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

0 Answers  


What is IL

1 Answers  


what is mean by versioning? Please answer me. Advance thanks.

2 Answers   Excel,






When was .NET announced

1 Answers  


Is it possible to unit test an mvc application without running the controllers in an asp.net process?

0 Answers  


What is the difference between using system.net and system.net.sockets?

1 Answers  


what is conceptual model?

0 Answers   Microsoft,


What are child actions in ASP.Net MVC?

0 Answers  


What is latest version of .net framework?

0 Answers  


I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?

2 Answers   IBM,


Categories