C# differences between Windows Mobile and regular Windows
- by Matt
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.