After reading an MSDN article titled Ten Must-Have Tools Every Developer Should Download Now, I decided to check out Lutz Roeder’s .NET Reflector. I must say, this is an excellent tool. At a glance, you can see the layout, interdependencies, and overall design of a reflected module. You can even hook into the XML documentation and see “help” for each item. This is great for seeing how a module works, and I’ve been using it to design integration tests. Once again, this is an excellent tool!