Question

I want to create a Windows Desktop App with C#. I'm fairly new to .Net and not so bright in software development whatsoever, but I'm keen to learn, and do it with ambitious project. I installed Visual Studio 2012 (even though I'm on Win7, which is mostly irrelevant), and the Dilemma is in what kind of project I need, WPF or Silverlight.

  • The App is based on sound analysis and editing.
  • The App will create PDF file based on sound analysis.
  • By sound analysis I mean going deep into Digital Sound Processing.
  • Sounds may vary from .mp3 files to recorded .wav files.

    As I said, I'm fairly new to IT Development, so please do not rush into trolling if the question might be too elementary.

    PS: Please be free to recommend me different resources on studying differences between the two (but please recommend the ones that are really for dummies =) ).

    Thank you for assistance.

  • Was it helpful?

    Solution

    Since you want to develop a Desktop Application, use WPF.

    Licensed under: CC-BY-SA with attribution
    Not affiliated with StackOverflow
    scroll top