Quiero programar en C# pero usando ya interfaces gráficas consejos al momento de instalar el Ide de visual Studio community | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Quiero programar en C# pero usando ya interfaces gráficas consejos al momento de instalar el Ide de visual Studio community

Ya tengo experiencia programando en java y c

4th May 2021, 4:08 AM
Saúl Brenes
Saúl Brenes - avatar
2 Answers
0
Visual studio community is the best ide when programming c#. It is free. https://visualstudio.microsoft.com/ For the graphical user interface you have 2 options. Winforms and WPF. Winforms is older and less flexible, but easy to start. WPF has the future, is flexible, it has a learning curve, though. Both options make good desktop applications. wpf https://wpf-tutorial.com/about-wpf/what-is-wpf/ winforms https://www.youtube.com/watch?v=W6vJ_c9Mt6A https://riptutorial.com/winforms
5th May 2021, 7:12 AM
sneeze
sneeze - avatar
+ 1
Thank you man.
6th May 2021, 2:03 AM
Saúl Brenes
Saúl Brenes - avatar