Hey,

Which differences are you referring to?

Essentially, you will write very similar code, i.e. code to use the file system, or to connect to a database etc, will all be the same, but the code that you write to talk to the user interface, will be completely different as this is using a completely different set of controls.

Gary