Exam 98-372: Microsoft .NET Fundamentals/Understanding Memory Management
Appearance
This lesson covers Understanding Memory Management. It looks at resource allocation and managed vs. unmanaged applications.
Activity 1 - Understand Resource Allocation
[edit | edit source]This objective may include but is not limited to: understanding garbage collection and memory allocation, understanding stack versus heap.
- Read Fundamentals of Garbage Collection.
- Read GC Class.
- Read Garbage Collection.
Activity 2 - Understand the Difference Between Managed and Unmanaged Applications
[edit | edit source]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.
- Read What is managed code?.
- Read Common Language Runtime (CLR).