.NET Framework Conceptual Overview

.NET Framework Conceptual Overview
=============================

 
The .NET Framework is an integral Windows component that supports building and running the next generation of applications and XML Web services. The .NET Framework is designed to fulfill the following objectives:

To provide a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed [...]

What is Side-by-Side Execution in .Net Framework ?

Side-by-Side Execution in .Net Framework
===================================
Using Side-by-Side Execution
———————————–
Side-by-side execution is the ability to install multiple versions of code so that an application can choose which version of the common language runtime or of a component it uses. Subsequent installations of other versions of the runtime, an application, or a component will not affect applications already installed.
Side-by-Side [...]