What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
Answer / kirti
Side-by-side execution is the ability to run multiple versions of an application or component on the same computer. You can have multiple versions of the common language runtime, and multiple versions of applications and components that use a version of the runtime, on the same computer at the same time. Since versioning is only applied to shared assemblies, and not to private assemblies, two application one using private assembly and one using shared assembly cannot be stated as side-by-side executables.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we determine action invoked from HTTP GET or HTTP POST?
What is the .net framework 3.0 (formerly winfx)?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is model first? : Entity framework
What is entity client data provider? : Entity framework
What is entity framework? : Entity framework
What is the difference b/w constant & read only variable?
4 Answers IMI Soft Engineering,
What is the benefit of entity framework?
How we can invoke child actions in ASP.Net MVC?
What is .NET Framework?
What is mvc entity framework?
What is the version number for the next version of the .net framework, codenamed �orcas�?