Anyone using WPF for real LOB applications?

前端 未结 8 1310
轻奢々
轻奢々 2021-02-02 00:58

Anyone using WPF for real LOB applications?

We have all seen the clever demos of WPF showing videos mapped onto 3D elements. These look great but what about the real wor

8条回答
  •  野的像风
    2021-02-02 01:19

    I worked on the Helios product in this setup. WPF on top of lots of other stuff, including C++.

    WPF is what I would recommend if you were developing in .NET and wanted a smart client application with a heavily customized UI. If you were thinking about using a simple Windows-y UI, go with Windows Forms.

提交回复
热议问题