Tural Suleymanidecodebytes.hashnode.dev·Mar 8, 2024Writing pure MSIL/IL/CIL code: .NET Internals. Part 2Perhaps 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...Discussdotnetinternals
Tural Suleymanidecodebytes.hashnode.dev·Mar 8, 2024Advanced C# Delegates like a Senior DeveloperIn this video, I explain delegates from the perspective of a senior developer and show how delegates are used in real practical examples, and how they are compiled internally. The tutorial shows how we use delegates when implementing:-Strategy design...Discuss·155 readsdecodebytes