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 |
give the feature of .net2.0 over .net1.1
What are the benefits of .net framework?
What is Reference type and value type
What are multicast delegates ? give me an example
How does .net framework works?
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Difference between .NET & J2EE
If Controller is not there in MVC Pattern what happens?
What is the property available to check if the page posted or not