|
| The .NET Framework has two main components: the CLR and
the .NET framework class library. The CLR is the
foundation of the .NET Framework. You can think of the
runtime as an agent that manages code at execution time,
providing core services such as memory management, thread
management, and remoting, while also enforcing strict type
safety and other forms of code accuracy that ensure
security and robustness. The class library, the other main
component of the .NET Framework, is a comprehensive,
object-oriented collection of reusable types that you can
use to develop applications ranging from traditional
command-line or graphical user interface (GUI)
applications to applications based on the latest
innovations provided by ASP.NET, such as Web Forms and XML
Web services.
As a MCT (I presume) you must surely have passed one of
the Premier certifications. Obviously not .NET. This
information is readily available on-line and on MSDN.
Hope this helps.
Glyn
MCSD .NET
>-----Original Message-----
>Hi there,
>
>The trainer material I'm going to use to train course
2124 says :
>'The .NET framework is based on a new common language
runtime.'
>I always thought that the two were the same.
>
>Can someone explain the difference to me ?
>
>Kind regards,
>Rainier
>
>
>.
>
|
|