Future proofing a large UI Application - MFC with 2008 Feature pack, or C# and Winforms?

前端 未结 6 834
失恋的感觉
失恋的感觉 2020-12-25 09:29

My company has developed a long standing product using MFC in Visual C++ as the defacto standard for UI development. Our codebase contains ALOT of legacy/archaic code which

6条回答
  •  独厮守ぢ
    2020-12-25 09:55

    I concur with the WPF sentiment. Tag/XML based UI would seem to be a bit more portable than WinForms.

    I guess too you have to consider your team, if there is not a lot of current C# skills, then that is a factor, but going forward the market for MFC developers is diminishing and C# is growing.

    Maybe some kind of piecemeal approach would be possible? I have been involved with recoding legacy applications to C# quite a bit, and it always takes a lot longer than you would estimate, especially if you are keeping some legacy code, or your team isn't that conversant with C#.

提交回复
热议问题