Answer Posted / 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 |
Post New Answer View All Answers
What is the benefit of entity framework?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is the difference between viewbag and viewdata in asp.net mvc?
What you mean by routing in asp.net mvc?
What is filters in web api?
What are authentication filters in web api?
which are the key concepts of entity data model?
What is the use .Glimpse in ASP.Net MVC
Is http stateful or stateless?
What is namespace of asp.net mvc?
Is razor a server side?
What is .net architecture and framework?
What is meant by bootstrap in mvc5?
What is the use of viewmodel in mvc?
What is entity framework firstordefault?