I am new to wpf and from what i’ve seen it uses reflection a lot.
My question may seem silly..Are win forms drawn faster than how wpf windows are rendered(especially when working with lots of data)?
I am new to wpf and from what i’ve seen it uses reflection a
Share
No, quite the opposite. WPF generally performs much better than WinForms.