Tural Suleymanidecodebytes.hashnode.dev·Mar 9, 2024.NET internals: Writing Object-Oriented .NET IL codeWhat do you think about the possibility of writing object-oriented code using "machine-level" language? Well, it is possible if you use .NET IL (Intermediate Language). This is my latest video about .NET IL where I explain how to write object-oriente...C#
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...dotnetinternals
Tural Suleymanidecodebytes.hashnode.dev·Mar 8, 2024Writing pure MSIL/IL/CIL code: .NET internals, CLR, JIT compiler and moreLearning .NET IL/MSIL/CIL (short for Intermediate Language) is not as hard as you may think. I've started publishing videos about learning and writing pure .NET IL code, delving into the internals of the .NET platform. Guess what? I couldn't find any...MSIL