If you are a .NET programmer, you should know about these very handy tools:
Lutz Roeder's .NET Reflector tool: With this tool one can disassemble a .dll (.NET) to either VB.NET, C#, IL or Delphi code.
.NET Component Inspector: Sweet Object browser tool that one could use to create objects, invoke methods within a class, etc.
The more I read, the more I acquire, the more certain I am that I know nothing. -Voltaire
Subscribe to:
Post Comments (Atom)
Ramadan - What is it?
Ramadan is one of the most important and holy months in the Islamic calendar. It is a time of fasting, prayer, and spiritual reflection fo...
-
ZipStudio - A versatile Visual Studio add-in to zip up Visual Studio solutions and projects - The Code Project - C# Programming
-
TargetProcess - Agile Project Management & Bug Tracking Software | Download (Project Management Software, Project Tracking, Bug Tracking...
1 comment:
There is also a tool called LumiCode that uses reflection to produce class diagrams, call diagrams and sequence diagrams. It's at www.lumikon.com
Post a Comment