本文介绍了是否有组件的一个.net应用程序的最大数量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
相当多的应用程序支持插件。
Quite a few apps support plugins.
是否有任何缺点有大量的插件?是否有一个甜蜜点超出该有一个性能下降吧?
Are there any downsides to having a large number of plug-ins?Is there a sweet spot beyond which there's a performance degradation perhaps?
什么是数量最多的,你已经在一个应用程序见过装?组件
What's the largest number of assemblies you've seen loaded in an app?
推荐答案
我曾经在后端框架,有超过2500端点的集合依赖关系树。这是令人厌恶的,并花了两个小时来打造。
I once worked on a backend-framework that had an assembly dependency tree of over 2500 endpoints. It was disgusting and took two hours to build.
因此,尽管你可以加载吨,吨其中,prepared让人们指着你,扔东西。
So while you can load tons and tons of them, prepared to have people pointing at you and throwing things.
这篇关于是否有组件的一个.net应用程序的最大数量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!