vote up 5 vote down star
1

I know of a similar question that got closed. But this one is from a developer's point of view.

I must say my experience in terms of software development (not including testing) has been more painful on Vista than on XP. I'm wondering if you guys have had similar experience; and if so, does Windows 7 eases the pain?

I'm using Vista on my lappy and XP at work, both for development purpose, .NET (all sorts), some php, MSSQL and MySQL.

Am setting this as a wiki.

flag
Do you have a specific question? – Greg Hewgill Oct 24 at 7:45
@Greg, no hard-specific question, hence it's a wiki. I'll like to know others' opinions/experiences of software development on Windows 7. – o.k.w Oct 24 at 7:53
2  
My experience with Win7 has been awesome, especially with .NET, php, MSSQL and MySQL. How do you feel now? Better? See why specifics are important? Would you like to elaborate on "painful" in your question? – ssg Oct 24 at 8:34
This should be community wiki. – 01 Oct 24 at 8:57
1  
@01, Which is probably why it is community wiki. =) – J. Steen Oct 24 at 9:18
show 4 more comments

13 Answers

vote up 0 vote down

A good platform for developers is Linux, but it depends of your language, .Net the best is Windows, Objective-C is Mac and C is Linux...

link|flag
i won't be seen dead using .net, even on windows... – Anacrolix Oct 24 at 13:31
vote up 1 vote down

I have two development machines - one a laptop and one a desktop - both running Windows 7. The desktop is considerable faster, not just in launching VS 2008, but the lag I was seeing with ReSharper on some projects is completely gone.

On my laptop, Vista came installed and I have been running Windows 7 since the last beta. With Vista, VS felt sluggish. With W7, not only does it feel faster, I am running SQL Server Standard, a local SMTP Server (SmarterMail), hosting a Lucene.NET index, and running Velocity; all for a project that I am currently working on. And it is just as usable as it was when I just has VS on Vista on the same machine. I never expected I would be able to have all of that running on a laptop and still be usable, so my productivity on the train for my commute has skyrocketed.

One of my favorite features of W7 is the preview pane in Windows Explorer. With it on, I can select a C# file and look at the source without having to open it in VS or a text editor. Really handy for when I need to look at something in another project. I seriously do not have a single complaint about this OS - something I have not been able to say in a long, long time.

link|flag
vote up 0 vote down

My box:

Windows 7 Professional, VS2008, VS2010, Netbeans with PHP addon, MSSQl, MySQL, PHP, Apache, IIS

Everything works fine

link|flag
vote up 3 vote down

Used Vista for 3 years, full-time C++ development with predominantly XP customers. No problems. Have been running W7 RC 64bit for 2 months, same machine, same customers. No problems.

Way better than XP, but that's mainly because I assimilate to new features very quickly and don't resist change.

link|flag
vote up 0 vote down

How does Visual Studio 2008 run on Windows 7? When I ran the Windows 7 Upgrade Advisor it was (ironically) the only software that was flagged as being potentially problematic.

link|flag
I have had no problems whatsoever on W7 32bit and 64bit. Just install the service packs and W7 SDK. That's it. – hapalibashi Oct 24 at 10:21
1  
One thing. Depending on what exactly you developing, you may need to make it run as admin by default (e.g. if the app you are developing must run as admin because it doesn't obey security guidelines/UAC). – hapalibashi Oct 24 at 10:23
I run it as admin, otherwise you are going to get all sort of "access denied" problems. – HeavyWave Oct 24 at 10:41
Thanks guys - that's reassuring! – Dan Diplo Oct 24 at 14:51
vote up 1 vote down

I've personally switched to Windows Server 2008 R2 Standard as a development machine and I find it much faster than Windows 7 Ultimate x64. Try it and you will see the difference. It can be tweaked to be extremely lightweight and is blazingly fast.

But because the question was about Windows 7, I've used the RTM Ultimate x64 as a development machine since August and didn't find much of a difference compared to Vista Ultimate x32 I've used before. Surely it looks more polished but as I'm primarily looking for speed it didn't made much of a difference.

link|flag
vote up 3 vote down

I think Vista and Win7 are great development environments. After all, it's what a large proportion of your end-users will be using, so you'll be able to see how your app interacts with the newer features of the platform, whilst almost everything else about your app will look and feel the same way as it did on XP.

Take UAC for example. Yes, it can be annoying (much improved in Win7 though), but used properly it works well. It separates administrative privileges from regular user operations. If you don't actively develop in Vista or Win7 then the temptation is to make the problem go away by telling people to turn off UAC or run as administrator all the time. If you develop on that platform then it forces you to come to a better solution.

link|flag
vote up 2 vote down

I find the following things noteworthy to Windows 7 being a lot better to develop on than XP:

  1. A lot more drivers - So you happily plug your headset for meetings, that new video board with 4 monitor support, etc. Such things can be a pain in XP at times.
  2. A lot more support to virtualization - Both of applications (Terminal Services) and of the OS. (Hyper-V)
  3. Improved support for with multiple monitors and new UI to help at that - Aerosnap, gestures, etc.
  4. A log of dev stuff out of the box, .net runtime, powershell. This all stuff that you can download and install on XP, but it is always a hassle when you have to reinstall the machine.

Win 7 is a no brainer over XP, definitely something to have if you have the money and the hardware to upgrade, or if you a getting a new computer.

link|flag
vote up 3 vote down

Here's one data point: most of my fellow developers in MS seem to be running 7 these days (every now and then, you get a question on the team mailing list, "anyone got a Vista box to repro this?" ~). A large number of people ran it as a main development desktop in RC and even beta timeframe, too.

Most of Vista development hurdles, as I understand, are with UAC. 7 throws a few less prompts at you, but for particular usage scenarios when doing development, it probably won't be any different. Of course, you can always turn it off, too, but you could in Vista just as well.

Some nice parts are there if you work with RDP regularly - which you probably do if you have several boxes and don't like KVMs, and/or run VMs on Hyper-V or Virtual PC. When doing RDP 7 to 7, you can get full Aero Glass experience, with all the effects enabled. Apart from the eyecandy, it can be helpful when testing related functionality.

What else... PowerShell 2.0 final out of the box. I find it a very handy development tool, just as shell is on Unix. You can get PSh 2.0 RC for XP or Vista now, but not final (yet).

link|flag
vote up 1 vote down

It's pretty much same as Vista. The only problem I've ran into is the annoying UAC control which renders shell extensions (like TortoiseSVN) useless, unless you change the ownership of the folder. But I guess it's the same in Vista.

I'm running MySQL, IIS, apache, TortoiseSVN and Visual Studio on Windows 7 and so far everything is working perfectly.

link|flag
I haven't seen that UAC issue with Tortoise. No tweaks required. Sounds like a Tortoise problem that needs to be fixed. – hapalibashi Oct 28 at 12:15
vote up 1 vote down

I don't think the question can be answered with "Yes" or "No". The best answer is "It depends".

If Windows 7 solves some problems you had with other operating systems while developing (or at least does not introduce new ones) then it is a good platform for you. On the other side, if you have problems with it then stick to what you know is working.

From my experience: Win 7 is good for me. There are ~3 months since installed it and is working well - is not interfering in any bad way with my development activities. Actually is not the final version of W7, is the RTM one.

link|flag
Something in live are just better or worse. Down with relativism. Also RTM is the final version. Are you thinking of the RC maybe? – David Reis Oct 24 at 9:01
vote up 9 vote down

I can honestly say that Windows 7 is what Vista always should have been, and then some. If you're mainly a Linux platform developer, then run that. If you're mainly a Windows platform developer, Windows 7 is the place to be.

In either case you can run the other OS in a VM.

link|flag
5  
@Mark: So I guess you took the leap of faith huh? In any case, any leap away from Vista doesn't require much faith. :P – o.k.w Oct 24 at 8:12
1  
Took the words right off my keyboard! (both of you) – RCIX Oct 24 at 8:21
vote up 6 vote down

Windows 7 is no better or worse than XP or Vista for development, at least as far I can tell. And yes, Windows 7 is like gas @ 2.85/gal, not the 3.65/gal Vista charged -- that is, it seems better because it, well, is -- even if it still isn't great.

However, I find it still "lacking" by default I end up installing cygwin/mingw/rxvt and other tools to make (windows in general) more accommodating to my needs and expectations.

(Of course any particular dev. experience will be tied with what is -- or isn't -- supported across with windows versions and any small changes which have been introduced.)

link|flag
@pst: So how long have you been using Win7? – o.k.w Oct 24 at 8:07
1  
@okw About three months now. Had connections. The lack of virtual desktops is still annoying, but 3rd party tools for that and the "superbar" is actually somewhat handy, although nothing ground-breaking. – pst Oct 24 at 8:25
For Win7 Enterprise or Ultimate, try Informix (aka Subsystem for Unix Applications) over Cygwin - it offers mostly all the same stuff, but with more faithful Unix semantics and better perf. – Pavel Minaev Oct 24 at 8:34
2  
I disgree Windows 7 and Vista have IIS 7, which allows you to develop for Azure. This is not possible on windows XP – Shiraz Bhaiji Oct 24 at 9:05
2  
This is pure speculation. Something you seem to specilize at. Windows 7 has a kernel that is far better than XP and has substantial enhancements around performance over Vista. In addition, the IIS stack is much more modern and better equiped to deal with newer technologies like MVC. – Nissan Fan Nov 4 at 20:13

Your Answer

Get an OpenID
or

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