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 can you enhance the performance of entity framework?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
mention what are the various methods provided by the dataset object to generate xml?
what is minimum requirement for entity framework applications to run?
explain lazy loading, eager loading, and explicit loading?
How to update one of my table in database at 4pm every day how it is possible?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What are Validation Annotations?
what is linq to entities?
What are Action Filters in ASP.NET MVC and its use?
why DotNetFramework is included in building a software
Is http stateful or stateless?
What are the 3 main components of an asp.net mvc application?
How we can handle the exception at controller level in ASP.Net MVC?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?