App Service communication together with Windows Universal App, WPF and Winforms Application
App Service is a way to communicate between apps where one app can communicate with the other app’s background task.We have already learned about How to create App Service communication in Windows Universal Apps. In this post we will see how to access the Background task created for a Windows Universal App by the WPF/Winforms application. In this sample I… Read More »