Exam 98-372: Microsoft .NET Fundamentals/Understanding Memory Management

This lesson covers Understanding Memory Management. It looks at resource allocation and managed vs. unmanaged applications.

Activity 1 - Understand Resource Allocation edit

This objective may include but is not limited to: understanding garbage collection and memory allocation, understanding stack versus heap.

  1. Read Fundamentals of Garbage Collection.
  2. Read GC Class.
  3. Read Garbage Collection.

Activity 2 - Understand the Difference Between Managed and Unmanaged Applications edit

This objective may include but is not limited to: understanding why managed code is called managed code, understanding the differences between coding in managed versus unmanaged code.

  1. Read What is managed code?.
  2. Read Common Language Runtime (CLR).

References edit