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 does assert() method do?
1 Answers MCN Solutions, Siebel Systems,
unit test done by tetser on development team?
What are sections?
What is asp net framework?
Can you handle all button click events at once in a form? Give coding.
Explain what is routing?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is the difference between structures and enumeration ?
What is Peek method in Tempdata in ASP.Net MVC?
What are the 2 ways of adding constraints to a route?
what is scalar property?
Explain encapsulation
1 Answers HPCL, Hughes Systique Corporation,