+ 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
2 odpowiedzi
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
+ 1
Thank you man.