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
How to Create an Intranet Site Using ASP.NET MVC?
What is NonActionAttribute ?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What are actions in asp.net mvc?
Can you explain renderbody and renderpage in mvc?
Do I need microsoft .net framework?
Is it possible to create a custom filter?
What is the .net framework and how does it work?
What is entity client data provider? : Entity framework
How does the .net framework 3.0 relate to the .net framework 2.0?
In which assembly is the mvc framework defined?
What is ViewStart Page in ASP.Net MVC?
What are scaffold templates in mvc?
How to bind table colum with gridview column?