Anyone using WPF for real LOB applications?

前端 未结 8 1416
轻奢々
轻奢々 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:07

    Just rolling out a WPF LOB application to about 400 municipal locations. Not heavy on the eye-candy but very heavy on databinding.
    WPF is custom made for LOB! Many drawbacks (ie no refactoring) were recently fixed in SP1, but tools are still, to put it mildly, retarded.
    I find that ironic seeing that XAML was invented for easy tooling.
    To use WPF, you really need to understand some fundamentals in the WPF object model, and I don't see the designer/developer workflow happening anytime soon.
    There's a really steep learning curve, but it is worth it.
    Tasks that used to be huge are trivial now, and conversely, tasks that used to be dead simple are near impossible.

提交回复
热议问题