Tag / reflector

When you are learning IL you might wonder why some directives even exists. They can do a lot of harm when used incorrectly. I’ll shed some light about one of them. Let’s check .emitbyte Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user […]

CIL/IL is the intermediary language that is behind every .NET code you write. You might not know it, you might not be aware that it’s there but once you know it you will like it (or not :)). But to truly get to know it you need to have the tools to play with it. […]