How do I calculate minimum system requirements?

自闭症网瘾萝莉.ら 提交于 2019-12-09 15:49:00

问题


For the apps I'm writing in Visual C#?


回答1:


Testing.

(No, really, that's all there is to it.)




回答2:


Well, the minimum requirements for your application written in C# is probably going to be the .Net framework, which has a nice page here listing the requirements for the various versions.

How usable will your app be using the recommended minimum? You'll have to find some hardware (or use a virtual machine see comments) and try it out.




回答3:


It depends from the kind of application you are writing. For example a 3d videogame could require DirectX capable hardware. If you are writing an office app (wordprocessors and so on) every modern computer with .NET framework is enough :)




回答4:


I would suggest setting up a VM with just your software installed and then just alter the ram and processor specs on it and retest.

It will take a little while but this would be a great way to do determine it and see what areas that you application could be enhanced.



来源:https://stackoverflow.com/questions/3489696/how-do-i-calculate-minimum-system-requirements

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!