How to add a web interface to a C # Windows application

I have an existing Windows C # application, but I would like to be able to control the application using a mobile device - for example. IPhone / Android / WebOS device. How can I expose the application on these devices?

+4
source share
1 answer

I would vote for WCF. We just added a web interface to a very large API, and it was easy and worked fine.

+6
source

Source: https://habr.com/ru/post/1302278/


All Articles