Writing pure MSIL/IL/CIL code: .NET Internals. Part 2
Mar 8, 2024 · 1 min read · Perhaps it's because the first language I learned was assembler; I simply enjoy delving into the internals. We often hear about stack memory, but would you like to see it with the naked eye using .NET IL(Intermediate Language)? Stack memory is primar...
Join discussion