Silverlight, Wpf Web App (xbap) or Click Once? Pros and Cons

前端 未结 10 1469
别跟我提以往
别跟我提以往 2020-12-08 02:48

We are starting a new project and I\'m trying to decide which of the Wpf-esque develop/deploy strategies we should go with. In our case we are looking at quite a complex bus

10条回答
  •  执笔经年
    2020-12-08 03:08

    I would consider WPF ClickOnce with sync framework support (www.msdn.com/sync). This would allow you to support limited functionality when the user is not connected to the corporate network (which will eliminate any browser-based deployment scenarios, such as Silverlight and XBAP).

提交回复
热议问题