What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
Answer / kirti
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 ? | 0 Yes | 0 No |
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
what is deferred loading(lazy loading)?
I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?
Explain Sections is ASP.Net MVC?
Is .net framework going away?
In which testing using in .net framwork?
WHICH IS MORE SECURED AMONG JAVA AND .NET?
Explain .Net Framework? Why we use it?
What you mean by routing in mvc?
Is the lack of deterministic destruction in .NET a problem
Why do I get errors when I try to serialize a Hashtable
Are there any parts of the .net framework 3.0 that only work on windows vista?