What was the problem in traditional component why side by
side execution is supported in .net ?



What was the problem in traditional component why side by side execution is supported in .net ?..

Answer / 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

More Dot Net Framework Interview Questions

What is the advantage of using asp.net routing?

1 Answers  


Explain the role of assembly in the .net framework.

1 Answers  


Is .net framework backwards compatible?

1 Answers  


What is entitytype? : Entity framework

1 Answers  


How to bind table coloum with gridview column

3 Answers   Sypher Technologies,


Is .net core faster than .net framework?

1 Answers  


What is shadowing?

6 Answers   IBM,


My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?

1 Answers  


What are multicast delegates ? give me an example

1 Answers  


What are Validation Annotations?

1 Answers  


Explain test driven development (tdd) ?

1 Answers  


Can I set the unlimited length for "maxjsonlength" property in config?

1 Answers  


Categories