Introduction of .Net Framework

.NET Framework: - Introduction
1.       The .NET Framework is a software framework developed by Microsoft that runs on Microsoft Windows operating system.

2.       The .NET Framework is a development and execution environment that allows different programming languages & libraries to work together.

3.       W can create Windows-based applications as well as web based application using the .net framework. These applications are easier to build, manage, deploy, and integrate with other networked systems.

4.       The .NET Framework is language neutral. Currently it supports C++, C#, Visual Basic, JScript (The Microsoft version of JavaScript) ,COBOL and other languages. Third-party languages - like Eiffel, Perl, Python, Smalltalk, and others - will also be available for building future .NET Framework applications.

5.       The.NET Framework provides a new programming model and rich set of classes designed to simplify application development for Windows, the Web, and smart devices.

6.       The .NET Framework contains common class libraries - like ADO.NET, ASP.NET and Windows Forms - to provide advanced standard services that can be integrated into a variety of computer systems.

Objective of .NET
The .NET Framework is designed to fulfill the following objectives:
1.       A consistent object-oriented programming environment, where object code can be stored and executed locally, executed locally but Internet-distributed, or executed remotely.

2.       A code-execution environment that minimizes software deployment and versioning conflicts.

3.       A code-execution environment that guarantees safe execution of code, including code created by an unknown or semi-trusted third party.

4.       A code-execution environment that eliminates the performance problems of scripted or interpreted environments.

5.       Developers can experience consistency across widely varying types of applications, such as Windows-based applications and Web-based applications.

6.       Build all communication on industry standards to ensure that code based on the .NET Framework can integrate with any other code.

Comments

Popular posts from this blog

Components of Visual Studio IDE

Introduction to Visual Studio Integrated Development Environment (IDE).

Components of Common Language Runtime