RDN Express Blog

Blog archive

Windows 7 Downloads and Downsizing in Redmond

Even as Microsoft unleashes the Windows 7 release candidate for public download today, sadly some employees are facing layoffs. Most of us are familiar with the irony that hard work doesn't always prevent the pink slip, although it's unclear which product groups in Redmond will suffer staff reductions. 

The Windows 7 RC was posted on MSDN and TechNet for subscribers last week. Microsoft recommends that Windows 7 beta users register for a new product key and download the ISO image, rather than upgrade to the RC. Like the beta, the RC is only available in the Windows 7 Ultimate edition. It will expire June 1, 2010 and bi-hourly shutdowns will start on March 10, 2010, according to Microsoft. Download the Windows 7 RC here.

What does Windows 7 mean for developers? Like previous versions of Windows, Windows 7 is built using native C, C++ and COM APIs. The Windows 7 SDK consists of mainly native APIs and code samples.

Managed code developers again have their work cut out for them if they want to access application-level functionality. Despite the Foundation Libraries -- WPF, WCF, WF, CardSpace -- in .NET 3.0 (formerly WinFX) that shipped as the default framework with Vista, the native Win APIs and managed interoperability story from Microsoft remains in the early stages.

Microsoft is updating the managed wrappers in the Windows Vista Bridge for the native Windows 7 APIs and renaming it the Windows API Code Pack for the .NET Library, according to a post by Yochay Kiriaty, tech evangelist on the Developer and Platform Evangelism Team. The code pack isn't available yet, but you can find links to some .NET interop libraries (not officially supported by Microsoft) in the Windows 7 for Developers blog here.

The widely anticipated Windows Touch functionality in Windows 7 will be fully supported in Windows Presentation Foundation 4, Kiriaty wrote. In the interim, developers can use the limited multi-touch support in WPF 3.5, which is available in .NET 3.5 SP1.  

When can developers expect to develop more easily in managed code for Windows and Office apps? Express your thoughts below or contact me directly at [email protected].

Posted by Kathleen Richards on 05/05/2009


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube