Sunday, April 10, 2016

Introduction of .NET Framework

The .NET Framework is a development platform for application which provides services like building, deploying, and running applications of desktop, web, and phone and web services. It can be called as Development platform or Execution environment which consists of tools and technologies, to develop distributed applications and distributed web services.
The .Net Framework mainly consists of two major components that are common language runtime (CLR), which provides memory management and other services, and an extensive class library, which includes tested, reusable code for all major areas of application development.

Some of the objectives of .Net Framework are:
  • It gives an object oriented programming environment whether the object code is stored and executed locally or executed locally.
  • It minimizes the software deployment and versioning conflicts.
  • It promotes safe execution of code, even code created by any unknown.
  • It eliminates the performance problems of scripted environments. 
  • It helps the developer for developing various types of applications, such as Windows-based applications and Web-based applications.

No comments: