lamia:Is that Reflector thing the tool you suggested me weeks ago to view the .Net API? I haven't heard of such thing in Java, the online documentation always worked for me which could be downloaded btw... Have you tried asking this in pinoyjug? I could ask them for you if you want to. :)
Yes, that's it. Have you tried it yet? :D
Reflector is more than just a viewer of the .NET API - it is a code browser and documentation browser all-in-one. It is more valuable than just an online documentation because you can (almost) see the all of the source code for all of your DLLs, system classes included. It makes using VS.NET tolerable - I basically live off of it.
Ok, I'll ask pinoyjug about it. Thanks.