C # windows mobile 6 app for Windows Phone 7

I have an application for Windows Mobile 6 written in C # and I want to port it to Windows Phone 7.

What changes should I make to the original application? Do I need to change only the user interface or is there any other things that I need to change in the backgroung code?

+3
source share
2 answers
  • You cannot use your own API in Windows Phone 7 applications.
  • You must recompile your dlls from wp7 environment.
  • The user interface must be rewritten using XAML.
  • All network interactions must be acync.
  • WebBrowser is different from WinMobile6.
  • You cannot use sockets (you should wait for the Mango update).
+3

, . .NET Compact Framework 3.5 Silverlight Phone Edition, Silverlight 3, . , . , ..

+2

All Articles