5
WPF is what’s "new" for development, not only desktop but also mobile. However, almost all material that is available on WPF is fully tied to the use of IDE and XAML.
But XAML is an intermediate language, it is compiled into C#, which is then compiled into the final executable. Thus, it is possible to delete XAML and encode directly in C#.
I understand this is impractical from a productivity point of view, but I believe it is important to also know the API.
Question:
Where can I find the documentation about the WPF class library? I know it’s probably in the MSDN domain, but honestly I have a tremendous difficulty finding anything there. I find the site unfriendly.
[off] Here’s something MS should learn from the communities open source, prepare documentation.
Really the site is little friendly. Look, I’ve been programming lately using Winforms and migrated to WPF, I don’t even know what this XAML is, I’m using normally as if it were a Winforms and so far I haven’t found any barriers
– Ícaro Dantas
Related: http://answall.com/q/900/101.
– Maniero
I don’t think WPF is what "there is new" in the development scenario for Windows. It seems that it is no longer the main focus on favoring Universal Windows Platform (UWP). This should get more innovations, but the WPF will not die anytime soon.
– rodorgas
@rodorgas you are correct, I was mixing things by the fact that both use XAML so much
UWP
how muchWPF
. I thought everything was WPF.– Matheus Saraiva