What is side by side Execution ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Can I add asp.net mvc testcases in visual studio express?
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
how to disable the lazy loading framework?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
can we call the garbage collector to run explicicitly?
What is the difference between tempdata and viewbag?
what is scalar property?
What is the use .Glimpse in ASP.Net MVC
how do you mark a property as required? For example, for a project, the name is a required field.
what are generics? Without generics what are the disadvantages in 1.1?
3 Answers HP, iSoft, nTech Solutions,
Where are the routing rules defined in an asp.net mvc application?
What are the contents of assembly?