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 |
Where is tempdata stored?
What is the CTS
Explain how you can send the result back in JSON format in MVC?
Which are the abstract classes available under system.xml namespace
Can I remove .net framework?
What is difference between html.beginform and ajax.beginform?
Is the following route definition a valid route definition? {controller}{action}/{id}
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is an asynchronous controller in asp.net mvc?
What is the use of the default route?
What operating systems will the .net framework 3.0 be available for?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?