views:

161

answers:

5

What features can I look forward to in Windows 7 that will:

  1. Make my job easier as a developer.

or...

  1. Make my job "different"(harder) as a developer.

I've been hearing a lot about performance improvements and a few UI effect enhancements, but nothing really about what development on Windows 7 will be like. Thanks.

+1  A: 

The new sensors API will make your job easier, provided Microsoft can get enough people on-board with it. It should provide you a standard way to interface with things like GPS and light sensors, if you program with that kind of thing.

jasonh
+1  A: 

Very east to use and seamless Virtual PC is great for debugging and testing.

Touch is another new capability.

Foredecker
I think you mean to say "multi-touch" -- touch has been in Windows since the first WinXP Tablet Edition, 5 years ago.
William Leara
A: 

Feature list from Wikipedia.

To answer your actual question:
I don't think any of them are aimed at developers explicitly (such a tiny niche really).

For the begged "Features to use in apps" question:
I'd like to see lots of search extenders, jump lists, and those little "preview shortcut" button things (I have no idea what they're called).

Kevin Montrose
I'm thinking more along the lines of developing for Windows 7.
Achilles
I guess I'm really answering two questions here, one of which you didn't actually ask.
Kevin Montrose
+3  A: 

Following are areas that are new:

  1. multi touch API for developing touch based applications
  2. new concept of 'libraries' for storing user specific data (similar to mydocuments)
  3. Enhanced support for GPS and other such hardware
  4. Office2007 Ribbon like user interface

Refer to http://windowsteamblog.com/blogs/developers/default.aspx for details.

Sesh
This is what I was looking for! Thanks for the link.
Achilles
A: 

Microsoft publishes an official Windows 7 Developer Guide.

William Leara