What do you understand by side-by-side execution of assembly?- This means that multiple version of same assembly to run on the same computer. This feature enables to deploy multiple versions of the component. - It is the ability to store and execute multiple versions of an application or component on the same computer. - It gives more control over what versions of the runtime application uses.
|