vote up 2 vote down star

Currently, I use MinGW for C/C++, Sun's SDK for java, and the Crimson Editor or Notepad++ for editing and Eclipse for my IDE.

Microsoft limits what you can do with the code you create with the Express versions of Visual Studio so as far as I am concerned it doesn't count as free development tool. I see them more as a training tool for the paid version of Visual Studios.

flag

11 Answers

vote up 6 vote down

Subversion for version control, and TortoiseSVN as a front end if you are on Windows.

link|flag
vote up 4 vote down

The Express versions of Visual Studio.

You get a great C++ compiler and all the tools you need to build modern Windows apps. Not so hot for cross-platform development of course.

link|flag
vote up 1 vote down

MySQL or Firebird for databases and Open Office for a MS Office replacement. maybe GIMP for images if you need that.

link|flag
vote up 1 vote down

Check out Wascana Desktop Developer. It's based on MinGW and Eclipse. It gives you the Eclipse graphical IDE on top of the GCC toolchain in Windows.

link|flag
vote up 0 vote down
  • Emacs
  • Python(x,y)
  • Visual Studio 2008 Express versions
  • TextPad
  • Windows PowerShell
  • Tortoise SVN
link|flag
vote up 0 vote down
  • Netbeans for Java and web development (great JS IDE, and great form builder)
  • SharpDevelop for C#/.Net
  • Subersion/TortoiseSVN
  • Postgres for databases
  • Aptana for some Javascript projects
  • Komodo Edit for Python (hopefully to be replaced by the Python plugin for Netbeans by the end of the year)
link|flag
vote up 0 vote down

FLASH DEVELOPMENT

Not all are open source, but at least free to use.

  • Eclipse
  • Vim
  • Flex SDK
  • FlashDevelop
  • Subversion / TortoiseSVN
  • FreeCommander
  • Firefox (Firebug)
  • Powerflasher SOS Max
  • WinSCP
  • Star-Tools SQL-Front
link|flag
vote up 0 vote down

I am a Windows user and my development tools include:

  • Firebug for debugging JavaScript in Firefox
  • FileZilla for FTP access
  • Netbeans for Java and JRuby development.
  • PostgreSQL, SQLite and MySQL as databases

As already mentioned:

  • Notepad++ for editing and script programming(PHP, Ruby)
  • OpenOffice as a MS Office Replacement
  • SVN for version control and TortoiseSVN for SVN Explorer integration
link|flag
vote up 0 vote down

You need Paint.Net if you do any kind of graphics editing.

link|flag
vote up 0 vote down
link|flag
vote up 0 vote down

Microsoft limits what you can do with the code you create with the Express versions of Visual Studio

How exactly? There are no restrictions on the output at all. From the Express FAQ

Can I use Express Editions for commercial use?

Yes, there are no licensing restrictions for applications built using Visual Studio Express Editions.

Of course there's always SharpDevelop if you still have objections to Express and want to develop in .NET

link|flag
The terms of use for Visual Studios has a "PERSONAL AND NON-COMMERCIAL USE LIMITATION" which I don't really understand but seem to limit what software you can create. – segfault Sep 20 '08 at 10:52
Also Microsoft has sued a person for using the express edition in way they didn't like. see theregister.co.uk/2007/06/… – segfault Sep 20 '08 at 10:52

Your Answer

Get an OpenID
or

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