本文介绍了.NET应用程序的最佳实践是什么?多个exes或多个表单?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我最近看了很多,我甚至找不到任何东西来引导我进行正确的练习。
我有一个有几个子应用程序的应用程序。我想知道是否将这些子应用程序作为单独的进程(exe文件)启动,然后有一个控制器负责列出,关闭,通信(例如通过IPC)这些子应用程序是一个好习惯吗?
I've been looking a lot recently and I can not even find anything to lead me to the correct practice.
I have an application that has several "sub applications". I wonder if launch these sub applications as separate processes(exe files) and then have a controller that is responsible for listing, close, communicate (eg via IPC) these sub applications is a good practice?
推荐答案
这篇关于.NET应用程序的最佳实践是什么?多个exes或多个表单?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!