.NET Runtime

CLR internals covering memory management, assembly loading, and process isolation.

Pages

  • CLR — Common Language Runtime: security sandboxing, type safety, and core runtime services
  • Garbage Collection — generational GC, virtual address spaces, and heap management
  • FinalizersFinalize() method, destructor semantics, and deterministic cleanup patterns
  • Assemblies — PE file format, managed modules, and combining assemblies
  • Application Domains — process isolation boundaries for .NET code execution
< «

Table of contents