DEV Community

ARNAV GOYAL
ARNAV GOYAL

Posted on

Desktop App Guidance

I am currently a beginner in desktop application development and I’m looking for some guidance to get started.
My goal is to build a desktop application as part of a project, and I want to understand the right approach, tools, and best practices.

I would appreciate guidance on:

  • Which technologies or frameworks are good for beginners
  • How to structure a desktop application
  • What programming languages are commonly used
  • Basic concepts I should learn before starting
  • Common mistakes to avoid as a beginner

Any suggestions, resources, or advice would be really helpful.

Thank you!

Top comments (1)

Collapse
 
john_steskal_7205d4df7d1f profile image
John Steskal

I would start with Windows, C# and Winforms. I know it is old tech, but it is quick and dirty to get up and running.