The benefits and hassles of moving entirely to a WPF Project

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-04-29T08:03:27Z Indexed on 2010/04/29 8:07 UTC
Read the original article Hit count: 360

Filed under:
|
|
|

Hi,

I have a project that i started as a WinForms application as that was the format i was confortable with at the time. I have since started dabbling in WPF an introduced some WPF UserControls (mainly grids) into my project and absolutely love them. The question i have is, is there any real advantage to me changing the UI Project of my solution into a purely WPF project, and get rid of any WinForms? I am fully aware that each format suits a certain environment, and you wouldnt be able to give a definitive answer without knowing more of the details, but i would like to know peoples opinions, and if anyone has done a silimar thing of converting an existing WinForms App into a WPF frontend, and any observations they made in doing so.

Thanks

© Stack Overflow or respective owner

Related posts about wpf

Related posts about winforms