UWP App Communication with Windows Service

后端 未结 2 1114
北海茫月
北海茫月 2020-12-30 12:04

We are fixing to re-architect an application and are debating whether or not it is possible to use UWP instead of an ordinary WPF application.

Our application needs

2条回答
  •  时光说笑
    2020-12-30 12:14

    You can check my sample code: https://github.com/manupstairs/UWPWithWCFSample

    I think WCF is the right answer.

    For duplex binding, check this one: https://github.com/manupstairs/UWPwithDuplexWCF

    One step closer to submit one APPX to MS Store. You need desktopbridge tech. UWP UI part and WCF service host in console. We can combine them into one APPX.

    Capability "runFullTrust" is necessary. https://developer.microsoft.com/en-us/windows/bridges/desktop/

提交回复
热议问题