Home                      About Us                      Products                      News                      Services                      Support

<< Back to Products Main Page


What is the Microsoft .NET Framework?

The .NET Framework is a development and execution environment that allows different programming languages & libraries to work together seamlessly to create Windows-based applications that are easier to build, manage, deploy, and integrate with other networked systems.

The .NET Framework consists of:  

The Common Language Runtime (CLR)
A language-neutral development & execution environment that provides services to help "manage" application execution

·    The Framework Class Libraries (FCL)
A consistent, object-oriented library of prepackaged functionality  

The .NET Framework provides the basic infrastructure that Windows-based applications need to make Microsoft's .NET vision of connecting information, people, systems, and devices a reality:  

Support for standard networking protocols & specifications
The .NET Framework uses standard Internet protocols and specifications like TCP/IP, SOAP, XML, & HTTP to allow a broad range of information, people, systems, and devices to be connected

Support for different programming languages

The .NET Framework supports a variety of different programming languages so developers can pick the language of their choice

Support for programming libraries developed in different languages
The .NET Framework provides a consistent programming model for using prepackaged units of functionality (libraries) which makes application development faster, easier & cheaper

Support for different platforms
The .NET Framework is available for a variety of Windows platforms, which allows people, systems, and devices to be connected using different computing platforms. E.g. People using desktop platforms like Windows XP or device platforms like Windows CE can connect to server systems using Windows Server 2003.

   

For more information, visit the Microsoft .NET website.

 

 

 

 

 

Additional Resources

The Base Class Libraries (BCL)
The BCL is a consistent, object-oriented library of prepackaged functionality.   


 Quick Technology Finder
This page provides a quick reference to the major technology areas of the .NET Framework.   


.NET Framework Technology Overview
Read the product overview for the Microsoft .NET Framework   


Microsoft .NET Framework FAQ
Get answers to the most frequently asked questions about Microsoft .NET and the .NET Framework.   


How To: Perform a Security Code Review for Managed Code (.NET Framework 2.0)
This How To shows you how to perform security code reviews. This module presents the steps involved in the activity, and techniques for analyzing your results.