Partager via


Migrating Winforms to WPF (links to Info)

Recently, I got a question whether there was any any information for migrating from Winforms to WPF. I put together a few links that might be helpful.

https://msdn.microsoft.com/en-us/library/ms753178.aspx

https://msdn.microsoft.com/en-us/library/ms747270.aspx

 

https://blogs.windowsclient.net/rob_relyea/archive/2008/04/03/guidance-for-migrating-an-app-from-windows-forms-to-wpf.aspx

https://windowsclient.net/learn/integration.aspx

https://windowsclient.net/wpf/white-papers/when-to-adopt-wpf.aspx

 

https://www.ythos.net/pdfs/EvolvingDotNet35Apps.pdf

https://wf2wpf.codeplex.com/

If you have any other links\experiences to add, please ping me or add them as comments.

 

Share this post

Comments

  • Anonymous
    September 30, 2009
    Chances are that if you are migrating an application, then it must be pretty big. Personnally there is no justification to port the complete application, if windows forms is doing the job pretty well. For the parts where Win32 had reached its limits, then I would say develop "those" parts in WPF. That is what I would do.