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 |
What operating systems will the .net framework 3.0 be available for?
Explain the tools used for unit testing in ASP.Net MVC
What are Model Binders in ASP.Net MVC?
Explain the role of assembly in the .net framework.
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
explain how you can load related entities in ef (entity framework)?
What is the use of the default route?
What are the Main Features of .NET platform
How route table is created in ASP.NET MVC?
How do you convert a string into an integer in .NET
What are Code Blocks in Views?
What are the different authentication modes in the .NET environment?