What is side by side Execution ?

Answers were Sorted based on User's Feedback



What is side by side Execution ?..

Answer / jiju john

Side by Side Excution enables the existence of multiple
versions of .Net Framework on the same machine at the same
time and also multiple versions of applications that use a
version of the .Net Framework.

Also the side by side implenetation requires the use of a
startup Shim.
Shim is a thin piece of code that accepts a Version No and
other start up parameters from host to start the CLR.

Startup shim is implemented in the mscoree.dll.
Only one version of the shim exists in the machine and is
available in the System 32 folder.

Is This Answer Correct ?    15 Yes 0 No

What is side by side Execution ?..

Answer / mahesh kotekar

Side by side execution means. two or more same dll with
different versions reside in machine which is stored in the
windows/assembly folder, the client application use this dll
depending on there requirement. old application use the old
dll and new application build with new dll will use the new
both applications can run that is called side by side executtion
<mvkotekar@yahoo.com>

Is This Answer Correct ?    14 Yes 2 No

What is side by side Execution ?..

Answer / mohan kumar e.

More than one assembly (dll) is deployed and executed as
side by side with out disturbing each other.

Is This Answer Correct ?    12 Yes 3 No

Post New Answer

More Dot Net Framework Interview Questions

What is clr? How does work clr & wht is work of clr?

0 Answers  


Where does web.config info stored? Will this be stored in the registry ?

1 Answers   Accenture, BirlaSoft,


How can I return string result from action in asp.net mvc?

0 Answers  


What is entity client data provider? : Entity framework

0 Answers  


Explain Model, view and Controllers in Asp.Net MVC?

0 Answers  






What is the .net framework?

0 Answers  


What is main objective of asp.net mvc 4 or what is new in mvc4 ?

0 Answers  


What is edm in entity framework?

0 Answers  


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

1 Answers  


What are the features that are new in .net 2.0

2 Answers   Emphasis,


Explain the methods used to render the views in mvc?

0 Answers  


When do you absolutely have to declare a class as abstract

1 Answers   Siebel Systems,


Categories