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 Posted / 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 |
Post New Answer View All Answers
Can you use Razor code in Javascript in ASP.Net MVC?
What are Model Binders in ASP.Net MVC?
What is ViewStart Page in ASP.Net MVC?
Explain tempdata in mvc?
How can we determine action invoked from HTTP GET or HTTP POST?
What is display mode in mvc?
Is it possible to share a view across multiple controllers?
What is meant by tempdata in mvc?
What is layout in mvc?
What is storage model? : Entity framework
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
How we can invoke child actions in ASP.Net MVC?
What is the .net framework?
What is clr? How does work clr & wht is work of clr?
Explain entity lifecycle? : Entity framework