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 are actions in mvc?
Explain .Net Framework? Why we use it?
Explain the use of Inversion of control (IOC)?
Briefly describe the roles of clr in .net framework?
what is explicit loading?
What is edm in entity framework?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What is work of clr?
What is a model in programming?
How can you return string result from Action in ASP.Net MVC?
How does servicing work for the .net framework 3.0?
What are the components required to create a route in ASP.Net MVC?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?