Inside the Windows Phone Emulator
Learn from the dev lead and PM of Windows Phone 7 Emulator on how it works and delivers the awesome performance.
Some key points
- The emulator is essentially a x86 based Virtual Machine running full image of Windows Phone 7 OS
- It emulates various peripherals (e.g. audio, networking), the list hopefully will grow in the future
- Supports multi-touch if your host PC has a touch screen
- It uses the GPU on the host PC to accelerate the graphics
- Shameless plug: One of the reason it’s possible to emulate x86 and still have managed apps running as-is, is because the runtime (.NET Compact Framework) supports both x86 and ARM seamlessly (provides JITer for both architectures and runs the same managed code on both seamlessly)