+ 1
If I want to design a simple desktop window program, do I have to learn XAML?
Or Winform, I've only learned C# so far. Simple requirements:accept simple input and calculation like + - / Or print some simple msg to the screen after pressed specified button.
4 Answers
0
Angelsix on youtube
Good tutor, easy to understand
https://www.youtube.com/watch?v=Vjldip84CXQ
IAmTimCorey
Good tutor, does use framework which can be hard to follow. He does explain everything.
https://www.youtube.com/watch?v=gSfMNjWNoX0&list=PLLWMQd6PeGY3QEHCmCWaUKNhmFFdIDxE8
Website
https://www.tutorialspoint.com/wpf/wpf_controls.htm
Website
https://www.wpf-tutorial.com/
+ 4
It is advisable to do so.
Winform has been here for a while.
WPF is the future, has more options / features..
If you want to be a developper, you better get used to it.
You can make choice's though.
You can use the toolbox to drag and drop your controls. LIke in winform
You can use one canvas and drag the controls to the position you want them to be.
And put all the code you need in the code behind of form.
In this way you use wpf but do have to understand it all.
+ 1
Great answer! I wonder where could I learn the WPF technique fully and systematically. Could you please give me some suggestions? sneeze
+ 1
I have already tried to learn from Microsoft website,but there is heaps of stuff, I literally don't know where should I start and which part should I pick.