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 |
what is explicit loading?
What is the main difference between VS 2005 and VS 2003?
what is complex type?
Can any particular component of .net framework 3.0 be removed?
Explain what is asp.net mvc?
Which are the important namespaces used in mvc?
What is shared and private assembly ?
3 Answers Accenture, BirlaSoft,
Explain the use of Inversion of control (IOC)?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
Do you know about the new features in ASP.Net MVC 4 ?
What are Action Filters in ASP.NET MVC and its use?
What is edm in entity framework?