Browse by Tags
All Tags »
Cool »
Framework 2.0 (
RSS)
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 didn't find a way to delete projects from my Recent Projects List in visual studio 2005, so I made this Add-In to manage them. Place the 2 files in the RecentProjectsManager.zip (Attached) into the Add-In folder: MyDocuments\Visual Studio 2005\Addins Load the visual studio, click "Tools" and then "Recent Projects Manager" Please let me know about any problems you encountered: gilad.lavian@gmail.com
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...