Deal with Performance in WPF applications
This article tells the basic thread structure of WPF (which I thinks is important for me right now as I need to know that for the WPF performance tuning), some tricks and basic concepts of WPF design.
Good article (I said that because probably I can understand them now after some time :P, also if the article can explain in more simpler way when compare to Microsoft documents)
Try to follow WPF design concept to have a best performance (MVVM, Display UI on the fly,…)
Next post will be some technical findings when I works on WPF performance.