I came across this awesome little utility written by Lutz Roeder which allows browsing of .NET assemblies. Reflector is thus a class browser for .NET components. It allows browsing and searching of metadata, IL instructions, resources and XML documentation stored in a .NET assembly. If really recommend it if you are planning to get started into the inner workings of .NET and IL. Download it here