What do you understand by side-by-site execution of assembly? - .Net Assembly

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.
How do you create a resource-only assembly? - .Net Assembly
.Net Assembly - Resources are nonexecutable data in an application and the data can be updated without recompiling application.....
Explain how to retrieve resources using ResourceManager class - .Net Assembly
.Net Assembly - ResourceManager class is used to retrieve resources at run time....
Define Strong Name. How do you apply a strong name to assembly? - .Net Assembly
.Net Assembly - A strong name means generating public key in order to provide unique name to the assembly....
Post your comment