Sunday, August 9, 2009

Install Windows 7 on a vhd file

Please have in mind that you can only boot from vhd files on the Ultimate and Enterprise editions of Windows 7. The instructions bellow work on all editions but you will be only able to logon if you are running Ultimate or Enterprise due to licensing issues.

  1. Boot from the Windows 7 dvd and select “repair your computer”.
  2. Select “use recovery tools”
  3. Select “command prompt”

x:\sources> diskpart
diskpart> create vdisk file="c:\images\win7.vhd" maximum=64000
diskpart>select vdisk file="c:\images\win7.vhd"
diskpart>attach vdisk
diskpart>exit
x:\sources>setup

Good luck!


also read: http://blogs.msdn.com/knom/archive/2009/04/07/windows-7-vhd-boot-setup-guideline.aspx

Friday, August 7, 2009

Windows 7 Compare editions

more info

Windows 7

Starter

Windows 7 Starter makes small notebook PCs easier to use because it puts less between you and what you want to do—less waiting, less clicking, less hassle connecting to networks. Windows 7 Starter combines the latest in reliability and responsiveness with the familiarity and compatibility of Windows.

Windows 7
Home Premium
  • Make the things you do every day easier with improved desktop navigation.
  • Start programs faster and more easily, and quickly find the documents you use most often.
  • Make your web experience faster, easier and safer than ever with Internet Explorer 8.
  • Watch, pause, rewind, and record TV on your PC.
  • Easily create a home network and connect your PCs to a printer with HomeGroup.
Windows 7
Professional
  • Home Premium
  • Run many Windows XP productivity programs in Windows XP Mode.
  • Connect to company networks easily and more securely with Domain Join.
  • In addition to full-system Backup and Restore found in all editions, you can back up to a home or business network.
Windows 7
Ultimate
  • Home Premium + Professional
  • Help protect data on your PC and portable storage devices against loss or theft with BitLocker.
  • Work in the language of your choice and switch between any of 35 languages.

A Developer's Introduction to Windows Workflow Foundation (WF4) in .NET 4 Beta 1

A fantastic article on WF .NET 4

A Developer's Introduction to Windows Workflow Foundation (WF4) in .NET 4 Beta 1

  • Introduces a significant amount of change from the previous versions of the technology that shipped as part of .NET 3.0 and 3.5.
  • Revisited core of the programming model, runtime and tooling.
  • Increased performance and productivity.
  • Backwards compatibility. The new framework components are found primarily in the System.Activities.* assemblies while the backwards compatible framework components are found in the System.Workflow.* assemblies.

A Developer’s Introduction to Windows Communication Foundation (WCF4) in .NET 4 Beta 1

A very nice article on WCF .NET 4

A Developer’s Introduction to Windows Communication Foundation (WCF) .NET 4 Beta 1

The article describes the main feature areas. These feature areas summarize most of what’s new in WCF and they highlight the top-level opportunities offered by this release of the framework.

Feature Area

Description

Simplified Configuration

Simplification of the WCF configuration section through support for default endpoints, binding and behavior configurations. These changes make it possible to host configuration-free services, greatly simplifying the developer experience for the most common WCF scenarios.

Discovery

New framework support for both ad-hoc and managed service discovery behaviors, which conform to the standard WS-Discovery protocol.

Routing Service

New framework support for a configurable routing service that you can use in your WCF solutions. Provides features for content-based routing, protocol bridging, and error handling.

REST Improvements

Enhances the WCF 3.5 Web programming model with some additional features that simplify REST service development.

Workflow Services

Rich new framework support for integrating WCF with WF to implement declarative long-running workflow services. This new programming model gives you the best both frameworks have to offer (WCF & WF).