© 2026 Hashnode
When running and compiling C# code, it can be hard to grasp what is going on under the hood. But having this knowledge can by very helpful when in need of debugging and profiling your applications. First, it is important to understand the basic conce...

What 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...

Learning .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...
