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 you return string result from Action in ASP.Net MVC?
How to ensure the credentials for WebService using Windows authentication
What are differences between entity framework and l2s? : Entity framework
Integer & struct are value types or reference types in .NET?
Will the finally block get executed if an exception has not occurred
How to Insert a TextBox value in to Sql database using C#.Net coding
Which version of the common language runtime (clr) does the .net framework 3.0 use?
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
Is .net core replacing .net framework?
What is separation of concerns in asp.net mvc?
How would you make a combo-box appear in one column of a DataGrid?