简体   繁体   English

远程访问C#桌面应用程序

[英]Accessing c# desktop application remotely

I want to a build an inventory application on c#. 我想在C#上构建清单应用程序。 The main feature in this context is, allowing ADMIN to access the application from anywhere through internet. 在这种情况下,主要功能是允许ADMIN通过Internet从任何地方访问应用程序。

The case which comes to my mind are : 我想到的情况是:
1. building an extension or Child app which can perform such task (by fetching data from parent) 1.构建可以执行此类任务的扩展程序或子应用程序(通过从父级获取数据)
2. creating a client server application (which not at all sounds convincing) 2.创建一个客户端服务器应用程序(听起来一点也不令人信服)

On a second thought -- 再想一想-

How about dividing the app in two components - "ADMIN and MAIN" Application. 如何将应用程序分为两个部分-“ ADMIN和MAIN”应用程序。
The ADMIN component can connect to the MAIN application through internet and fetch the data, whatsoever required. ADMIN组件可以通过Internet连接到MAIN应用程序,并获取所需的数据。 So that ADMIN specific functionality can be implemented in this component. 这样就可以在此组件中实现ADMIN特定的功能。


How can i implement this idea. 我如何实现这个想法。
Please suggest me, the best way to do so. 请建议我,这样做的最好方法。
Feel free to add any other solution. 随时添加任何其他解决方案。
Thank you 谢谢

广告资源应用必须使用.db,才能创建网站。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM