Tuesday 11 August 2015

What is Framework in .Net

           Framework was a software which masks the functionalities  of the operating system and makes the code to execute under it's control.
              By default machine code execute directly under the control of Operating system where as intermediate code execute under the control of framework.
                 The Advantage of executing intermediate code under framework will be

  1. Operationg system independency (or) Platform Independency
  2. Security
  3. Memory Management. 

No comments:

Post a Comment