| topic | What is the .NET Framework? |
| issue | I keep hearing different descriptions of the .NET Framework. What is it, really? |
| applies to | .NET Framework |
The .NET Framework is comprised of two main components:
The common language runtime manages the execution of the code, providing features such as memory management, thread management, and type safety.
The .NET Framework class library is a comprehensive, object-oriented collection of reusable classes (types) that you can use to develop applications. The class library includes:
| topic | What is managed code? |
| issue | I heard that the .NET framework runs managed code, what does that mean? |
| applies to | .NET Framework |
Any code that targets the .NET Framework Common Language Runtime (CLR) is managed code, while code that does not target the runtime is known as unmanaged code.
| All contents © 2004 InStep Technologies, Inc. All rights reserved. |