If you’re like me, you like peeking at code to see how things work. I find myself poking around the internals of the .NET Framework quite often, to see what’s going on inside Microsoft’s collective head. I do this for fun, but I want to share the things I come across with everyone else. So, I’m starting a new weekly series on decompiling the .NET Framework.
My tool of choice is Telerik JustDecompile. I work for Telerik, and this gives me an opportunity to provide feedback to the team. Of course, you can follow along with the .NET decompiler you prefer. I will be primarily showing things in C#, and every now and then I will discuss the IL. In rare cases, I will show things in VB to discuss the differences in how code is represented.
This post will serve as hub for all the articles. Some people subscribe to my blog and will read the articles when they are released. However, it will be useful to return to this post if you’re looking for a specific entry.