This page collects all the posts I’ve written within .NET Internals series:
- [.NET Internals 10] Application execution model
- [.NET Internals 09] Just-In-Time (JIT) compilation
- [.NET Internals 08] What about Large Object Heap (LOH)?
- [.NET Internals 07] Unmanaged resources: finalization, fReachable queue and dispose pattern
- [.NET Internals 06] Generational garbage collection
- [.NET Internals 05] Garbage collection: marking, collection and heaps compaction
- [.NET Internals 04] What is Garbage Collection? Memory allocation in .NET
- [.NET Internals 03] Boxing and unboxing
- [.NET Internals 02] Stack and heap – .NET data structures
- [.NET Internals 01] Basics of memory structure