C# differences between Windows Mobile and regular Windows

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-03-26T22:11:45Z Indexed on 2010/03/26 22:43 UTC
Read the original article Hit count: 352

Filed under:
|
|
|

Are there many differences between Windows and Windows Mobile as far as C# programming is concerned? I can write some moderately complicated programs in C#, but I'm not sure if it would just run perfectly on a Windows smartphone, or if something has to be done to port it. If so, is there a tool that will automatically revise code to make it mobile-compatible?

The reason I ask is that the new Windows mobile 7 will only support a few methods of app development, one of which is C#.

Also, do smartphones with non-windows operating systems have C# support available? Or can C# code be converted to Symbian or iPhone or whatever?

Thanks for any help you can provide.

© Stack Overflow or respective owner

Related posts about smartphone

Related posts about c#