Saturday, May 10, 2008

.NET framework

.NET framework is a Tool, which provides an environment for building, deploying and running web services and other application.

It also predicts from above figure that .NET framework [see fig11] consists of CLR and a single of unit of complete set of Class Libraries, provides the scarcity to develop Windows applications and Web Application with the help of .NET programming languages.

According to .NET documentation of Microsoft:
The .NET Framework is a new computing platform that simplifies application development in the highly distributed environment of the Internet. The .NET Framework is designed to fulfill the following objectives:

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

  2. To provide a code-execution environment that minimizes software deployment and versioning conflicts.

  3. To provide a code-execution environment that guarantees safe execution of code, including code created by an unknown or semi-trusted third party.
    To provide a code-execution environment that eliminates the performance problems of scripted or interpreted environments.

  4. To make the developer experience consistent across widely varying types of applications, such as Windows-based applications and Web-based applications.

  5. To build all communication on industry standards to ensure that code based on the .NET Framework can integrate with any other code.

No comments:

Post a Comment