Can two application one using private assembly and other
using Shared assembly be stated as a side-by-side
executables?
Answer / swapna
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 ? | 4 Yes | 0 No |
List out few different return types of a controller action method?
How Garbage Collector identifies the objects which are not in use?
6 Answers EXL, Honeywell, Microsoft, Tech Mahindra, Tesco,
Do you know about the new features in ASP.Net MVC 4 ?
How do I change the permission set for a code group
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
mention what are the various methods provided by the dataset object to generate xml?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are scaffold templates in mvc?
Explain encapsulation
1 Answers HPCL, Hughes Systique Corporation,
Which is the default http method for an action method?
When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?
what is entity framework advantage?