Tuesday, May 13, 2008

Briefly describe the major components of the .NET Framework and describe what each component does.

The .NET Framework consists of two primary parts: the common language runtime, which manages application execution, enforces type safety, and manages memory reclamation, and the .NET base class library, which consists of thousands of predeveloped classes that can be used to build applications.

No comments: