c# - How to go about creating an application for silverlight(desktop & web) as well as WP7? -


I am currently making an application for WP7 and I have received a lot of feedback about how to create similar applications ( If it is not) desktop as well as for the web.

I have an application that there are questions about migrating the desktop with silver light to the desktop and silver with WP7 because I know that the feature is set between them

    • Are there resources to start with such development projects?

    • What are the methods available to complete this type of project, for example to create a reusable code library?

    • Is it better to start with one platform on another?

    • Is VisualStudio a project template designed for this type of development?

      Keep in mind that this is my first one, so any tips, gouches, references, or advice is appreciated.

      Some resources:



  • Comments

    Popular posts from this blog

    qt - switch/case statement in C++ with a QString type -

    python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

    Python's equivalent for Ruby's define_method? -