Tag Archive for csharp

Start Developing Applications for Windows Phone 7 Series

The Windows Phone Application Platform was revealed at MIX 2010. If you couldn’t make it to Las Vegas to attend MIX, you can find the keynotes and sessions here. They explain in great details the Windows Phone 7 Series and how to develop applications for it.

The WP7S developer platform contains 2 frameworks:

  • Silverlight: to make rich interactive applications
  • XNA: to make complex 2D/3D games

Code is written in C#.

Everyone can start writing applications for the new phone platform. You only need to download 1 free package. This packages contains:

  • Visual Studio 2010 Express for Windows Phone CTP
  • Windows Phone Emulator CTP
  • Silverlight for Windows Phone CTP
  • XNA 4.0 Game Studio CTP

Download the package to get started. Only Windows Vista and Windows 7 are officially supported to run the tools. Note that the tools are currently in CTP state so they are not yet final. If you want to use Expression Blend you have to download it separately.

More information can be found on the Windows Phone 7 Series Developer Site, where you can also find developer guides, more detailed information, Windows Marketplace submission guidelines, forums, a few code samples etc…

Share