What was the problem in traditional component why side by
side execution is supported in .net ?
Answer Posted / hi
1. Locating Runtime Version Information
Describes how the runtime locates information on which
version of the runtime to load for an application.
2. .NET Framework Assembly Unification Overview
Discusses how the runtime handles references to different
versions of the .NET Framework assemblies.
3. Determining Which Version of the Runtime to Load
Discusses the steps the runtime goes through to determine
which version of the runtime to load for an application.
4. Assembly Binding Redirection
Describes how to bind an application to a specific version
of an assembly.
5. Partially Qualified Assembly References and Side-by-Side
Execution
Discusses the implications of using partially qualified
assembly references in applications intended to run in side-
by-side execution.
6. Publisher Policy Files and Side-by-Side Execution
Provides information and procedures on using publisher
policy files to redirect assembly binding.
7. Satellite Assemblies and Side-by-Side Execution
Discusses how satellite assemblies are handled under side-
by-side execution.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the need of Action Filters in ASP.Net MVC
Why we need a separate mobile project template, while we can render our web application in mobile ?
What is the meaning of unobtrusive javascript?
What is asp net framework?
Do you know about the new features in ASP.Net MVC 4 ?
In razor syntax, what is the escape sequence character for @ symbol?
What is difference between html.beginform and ajax.beginform?
What is the difference between partial and renderpartial?
List out few different return types of a controller action method?
What is the difference between renderaction and renderpartial?
List the new features added in .net framework 4.0.
What is the 'page life cycle' of an ASP.NET MVC?
Can I remove .net framework?
Why should we go for entity framework?
Can a view be shared across multiple controllers? If yes, how we can do that?