Soooo, its been very busy 2 months for me. I've started a new project for one of my company customers. I also passed 2 MCP exams 70-356 / 70-528 which makes me an MCTS - "Microsoft Certified Technology Specialist", and still I have few more test to become an MCSD. In the new project I started, I needed to map all the references dependencies between the 52 (!!!) class libraries exists in the solution - Its very hard to map this manually, and probably will take me forever. I found...
I’m sure everyone knows the “Luts Roeder’s” Reflector application. For those of you how don’t, reflector gives you the abbility to inspect compiled DLL (compiled by .NET compiler to IL), and to see the methods, properties, variables inside the DLL exactly as the programmer wrote them, in your preferred language – C#, VB.NET. Not once, I wanted to extract the code inside the DLL out to his source files for “learning” purposes and to inspect and even to re-build the code again on my machine. The only...