1

In the development of application in Nokia Lumia, what is the platform that can be used? since Nokia was partnered by Microsoft, is it okay to develop an application in Visual Studio? using Smart Device Application?

Sascha
  • 10,231
  • 4
  • 41
  • 65
monkeydluffy
  • 229
  • 1
  • 7
  • 22

3 Answers3

4

Yes, you can use Visual Studio 2010, since the current version of the Lumia is a Windows Phone 7.5 Device.

More information here:

Smart Device Development

Maxam
  • 4,043
  • 2
  • 24
  • 25
1

You can program it using Visual Studio and Silverlight.

A video tutorial is available here

reticent
  • 1,669
  • 1
  • 14
  • 22
0

You can develop Windows Phone applications using VS2010 and the Windows Phone SDK (you can get the SDK at http://create.msdn.com/en-US/). Windows Phone actually uses a specific version of Silverlight.

Sascha
  • 10,231
  • 4
  • 41
  • 65