Write once deploy on Windows Mobile 6, Windows Phone 7, Android and iPhone? [closed]

If you’re happy to re-use business logic and write device specific user interfaces (more work, but better user experience on each device) you could consider the various Mono frameworks.

Writing the core business logic as a class library, then writing specific user interfaces using MonoTouch, MonoDroid and Windows using .NET Framework you’ll have a cross platform application (albeit with individual UIs) in C#.

Leave a Comment