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 are background threads? give ex?
What is viewbag?
What are Model Binders in ASP.Net MVC?
What is difference between constants, readonly and, static
How to ensure the credentials for WebService using Windows authentication
what is a mvc in asp.net?
3 Answers Cap Gemini, Elsinoir Technologies, HCL,
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
js fn to go to the particular page when enter is clicked
Describe the gac in the .net framework.
What are the different types of filters, in an asp.net mvc application?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is Attribute Routing in ASP.Net MVC?