vote up 2 vote down star
1

Hi,

I'm looking for tools which are free for personal use. As a .NET/C++ developer I've been using #Develop And VS Express editions IDEs for quite some time now. For Unit testing I use NUnit and TestDriven.NET for runner.

Are there any other good tools for an open source developer I should know of?

flag

Free for personal use is not open source, which one you want? E.g. reflector is free but not open source... – Sklivvz Sep 22 '08 at 8:01
I don't think he means that he wants to use open source tools, but free tools for open source development. An then free as in beer. – runaros Sep 22 '08 at 8:41
What I was looking for is tools for the hobbyist developer - tools you can use free for home/ open source development – Dror Helper Nov 2 '08 at 12:59

8 Answers

vote up 3 vote down

Do get some kind of revision control like Mercurial, Subversion and the like.
Wikipedia has a nice list: List of Revision Control by category

link|flag
vote up 1 vote down

Reflector has always been one of my favorites.

link|flag
vote up 2 vote down

My personal toolkit is e text editor, although emacs is my next favorite editor, NAnt, MbUnit, and a slew of compilers/interpreters (Nemerle, Boo, C#, F#, IronPython, Python). I highly recommend everything mentioned, although NAnt build files can get nasty.

Edit: As Nascio mentioned, Reflector is also a definite must-have!

link|flag
vote up 1 vote down

You should start thinking about a code repository and you could not go wrong with SVN.You could use TortoiseSVN as a client integrated with Windows Explorer.

link|flag
vote up 1 vote down

This is hard to answer without knowing what platform/languages you are working with.

Eclipse is a very popular, free IDE that works with many programming languages and runs on many platforms.

link|flag
vote up 1 vote down

A great place to start is Osalt.com. You'll find that certain closed/proprietary/commercial software have open source alternatives. For general purpose stuff I use notepad++.

link|flag
vote up 1 vote down

Take a look at Code::Blocks. It's a nice C++ IDE.
As for .Net, see also:
- Snippet Compiler - pretty handy
- NVelocity - I use it for code generation (Java reminiscence)
- Nant - for build systems. MsBuild is "inspired" from Ant.
- Monodevelop, a Gnome IDE - in case you're so adventurous to write code on top of mono on non m$ platforms.

link|flag
vote up 1 vote down

Instead of using VS.NET for testing some pieces of code Snippet Compiler is the best http://tech.wowkhmer.com/post/2008/10/29/Compile-and-Test-NET-Code-Snippet-Without-Saving.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.