Book/Documentation reference to get started with wpf
as the title says i need book recommendation or articles which will be helpful to get started with wpf.
i have experience with dotnet webapi and i would like to learn a language which is helpful in developing desktop application. hence learning wpf
3 Replies
This website shows u some of the basic and most used controls and how they are used, what they can do, and some more advanced controls as well as creating templates, so totally worth checking and going thru.
https://wpf-tutorial.com/about-wpf/what-is-wpf/
and after u get a feel of the controls and more into WPF learn MVVM https://www.youtube.com/playlist?list=PLA8ZIAm2I03jSfo18F7Y65XusYzDusYu5
and once you understand INPC and MVVM, delve into MVVM Community Toolkit to extract away the boiler plate and reduce code.
https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/
oh right and the most important part of it is $rulesofwpf
since it does not function like winform where u can drag and drop controls around be aware of these rules for an improved experience with it