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 the difference between old ADO.NET and Entity framework coding techniques?
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
How we can handle the exception at controller level in ASP.Net MVC?
What is serialization ?
What is strong name and which tool is used for this ?
4 Answers Accenture, BirlaSoft,
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
What is the difference between entity framework and mvc?
What is ado.net data provider? : Entity framework
How do you handle variable number of segments in a route definition?
what is eager loading?
What are the levels at which filters can be applied in an asp.net mvc application?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?