Posted on August 7, 2007 by abhimjoshi
.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 [...]
Filed under: .Net Framework | Leave a Comment »
Posted on July 18, 2007 by abhimjoshi
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 [...]
Filed under: .Net Framework | Leave a Comment »