There are several projects that could use WPF at work to adopt new technologies.
But the problem is that I cannot easily start WPF. I admit that the learning curve is steeper than Winforms. Although even with Winforms, you can start to run user interfaces and programmatically configure them throughout the day.
So the problem is this:
I don’t have the resources to quickly learn the basics of WPF at work. I cannot read a book from the cover to the cover before I do the simplest things.
Most online tutorials just do something that eliminates the basics. that is, they send a partial xaml code, which I can’t even insert correctly in my xaml code (VS highlights them in red).
I can not justify using WPF over Winforms, where there is no significant gain for many projects that I can think of. And the learning curve only worsens the situation.
Therefore, I can not offer my manager to use this technology on top of traditional Winforms, but I want to.
Is there a guide or tutorial online or a video that explains the basics of WPF, so I can explore everything else myself, except for more complex tasks?
source
share