1. Is it a good idea to start learning WPF approach in VB.net programming? It is present almost 10 years but I can't say that it is popular between programmers. People continues to work with WinForms although WPF offers better capabilities.
2. Why WPF projects work slower than WinForms?
3. Should WPF accelerate work with graphics comparing with WinForms' GDI+? In my concrete case I am using a picturebox which accepts large images (10-30mpx) and processing with WinForms/GDI+ is rather slow. That's the main reason why I am thinking about moving to WPF.
2. Why WPF projects work slower than WinForms?
3. Should WPF accelerate work with graphics comparing with WinForms' GDI+? In my concrete case I am using a picturebox which accepts large images (10-30mpx) and processing with WinForms/GDI+ is rather slow. That's the main reason why I am thinking about moving to WPF.