DEV Community

Cover image for Writing pure MSIL/IL/CIL code: .NET internals, CLR, JIT compiler and more
Tural Suleymani
Tural Suleymani

Posted on • Edited on

1

Writing pure MSIL/IL/CIL code: .NET internals, CLR, JIT compiler and more

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 tutorial on YouTube that explains pure IL code, so this will be the first one!

In this tutorial, we're going to cover:

1) How to write pure IL code without C#, F#, or VB.
2) How the compiler actually works (full flow).
3) .NET internals: CLR and its responsibilities.
4) .NET internals: JIT compiler.

Want to dive deeper?
Every 5 days, I share my senior-level expertise on my DecodeBytes YouTube channel, breaking down complex topics like .NET, Microservices, Apache Kafka, Javascript, Software Design, Node.js, and more into easy-to-understand explanations. Join us and level up your skills!

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more