Cool Tools for Programmers

by Semicton 29. December 2009 16:12

Some say A poor craftsman blames his tools. I guess that would be true if you are cutting a piece of wood (No pun inteded.). As a software developer, blaming your own tools will only make things worse. I suggest you update your toolbox!

Here are a few tools that I am currently using.

  • .NET Reflector
    .NET Reflector enables you to easily view, navigate, and search through, the class hierarchies of .NET assemblies, even if you don't have the code for them. With it, you can decompile and analyze .NET assemblies in C#, Visual Basic, and IL.

 

  • ISO Recorder
    ISO Recorder has been conceived during Windows XP beta program, when Microsoft for the first time started distributing new OS builds as ISO images. Even though the new OS had CD-burning support (by Roxio), it did not have an ability to record an image. ISO Recorder has filled this need and has been one of the popular Windows downloads ever since.

 

  • Fiddler
    Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

 

  • Expresso
    The award-winning Expresso editor is equally suitable as a teaching tool for the beginning user of regular expressions or as a full-featured development environment for the experienced programmer or web designer with an extensive knowledge of regular expressions.

 

  • Cooktop
    Cooktop is an editor and development environment for XML, DTD, and XSLT documents.

 

  • Notepad++
    Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.

 

  • LINQPad
    LINQPad lets you interactively query SQL databases in a modern query language: LINQ. Kiss goodbye to SQL Management Studio!

 

  • Filezilla
    FileZilla is afree FTP solution. Both a client and a server are available. FileZilla is open source software distributed free of charge under the terms of the GNU General Public License

 

  • VirtualBox
    VirtualBox is a general-purpose full virtualizer for x86 hardware. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software.

Tags:

Software and Tools

Powered by Semicton 1.5.0.7

Interesting Questions

What is an algorithm?

Answer:

An algorithm is a set of clearly definded rules and instructions for the solution of a problem. It is not necessarily applied only in computers, but can be a step-by-step procedure for solving any particular kind of problem. A nearly 4,000-year-old Babylonian banking calculation inscribed on a tablet is and algorithm, as is a computer program that consists of step-by-step procedures for solving a problem.


 Refresh

Latest Downloads:

File Name Downloads
2009/12/scribd.zip 316
2009/12/BinaryClock.zip 261