Can two application one using private assembly and other
using Shared assembly be stated as a side-by-side
executables?



Can two application one using private assembly and other using Shared assembly be stated as a side..

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

Post New Answer

More Dot Net Framework Interview Questions

What is .net architecture and framework?

0 Answers  


How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??

1 Answers  


what is ssdl?

0 Answers   Microsoft,


What is the use of trace utility ?

2 Answers  


What is routeconfig.cs in mvc 4?

0 Answers  






Describe the .net framework architecture.

0 Answers  


Is razor a server side?

0 Answers  


what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?

0 Answers  


Tell me about the internal working of Garbage collector?

3 Answers   Honeywell,


What is difference between constants, readonly and, static

1 Answers  


What is razor code?

0 Answers  


what is entity framework?

0 Answers   Microsoft,


Categories