if i have windows application and i have 2 options to use WPF or win forms ... what i should choose?
and when i should use win and wpf ?
Printable View
if i have windows application and i have 2 options to use WPF or win forms ... what i should choose?
and when i should use win and wpf ?
Use WPF on new projects. It's quite advanced over WinForms.
Search msdn for more info, samples, etc. on both WPF and WCF.