Overview of the Platform

Glossary


  • Remoting: In the .NET Framework, remoting allows objects to interact with one another across application domains. The framework provides a number of services, including activation and lifetime support, as well as communication channels responsible for transporting messages to and from remote applications.

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 accomplish the following objectives:

  • To give the developer a consistent experience across a wide spectrum of applications, such as Microsoft Windows-based and Web-based applications.
  • To help provide a code-execution environment that minimizes software issues and conflicts and that guarantees safe execution of code, including code created by a nonsecure third party.
  • To provide a code-execution environment that does not suffer the performance problems of scripted or interpreted environments.
  • To supply a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely.

The .NET Framework has two main components: the Common Language Runtime (CLR) and the .NET Framework class library. The first component, the CLR, is the foundation of the .NET Framework. You can think of CLR as an agent that manages code at execution time, providing core services such as memory management, thread management, and remoting, while also helping to enforce strict safety and accuracy of the code. In fact, the concept of code management is a fundamental principle of CLR. Code that targets CLR is known as "managed code," while code that does not is known as "unmanaged code."

The other main component of the .NET Framework, the class library, is a comprehensive, object-oriented collection of reusable types that you can employ to develop applications. These applications range from traditional command-line or graphical user interface (GUI) applications to those that are based on the latest innovations provided by Microsoft Active Server Pages for the .NET Framework (ASP.NET), such as Web Forms. Other applications include Extensible Markup Language (XML) Web services, Microsoft ActiveX Data Objects for the .NET Frame-work (ADO.NET), and Microsoft Windows Forms. Figure 19-1 illustrates the basic architecture of the .NET Framework.

figure 19.1 net framework architecture.

Figure 19.1 - NET Framework architecture.



Microsoft Corporation - Developing International Software
Developing International Software
ISBN: 0735615837
EAN: 2147483647
Year: 2003
Pages: 198

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net