Welcome to CrankyGoblin.Com Sign in | Join | Help

Public Class GeoffAppleby

Inherits Microsoft.VisualBasic.MVP : Implements IBrainFart

Browse by Tags

All Tags » IL   (RSS)
Why Would Anyone Use the Goto Statement?
When I was catching up on my unread blog posts in BlogLines this morning, I saw a post from Jeffrey Palermo entitled ' Does anyone still use the "goto" statement? Microsoft does - level 100 '. Update: Once I posted this I did a check on the end result Read More...
Teaching Myself IL, Day One - An Interface, A Class, A Console.Writeline.
As I wrote yesterday , I've decided to sit and down and teach myself enough IL to make myself understand the inner workings of .net a little better. I sat down tonight wondering what 3 lines of IL I was going to be able to figure out and write. First Read More...
It's time to force my own hand.
Over the last few weeks my interest in figuring out the inner workings of code has seemed to come to the fore. Most specifically, I've been looking at a lot of IL lately. So I've decided to do something about it. So far, I've played a little, dabbled Read More...