如何计算最低系统要求?
对于我用 Visual C# 编写的应用程序?
For the apps I'm writing in Visual C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
对于我用 Visual C# 编写的应用程序?
For the apps I'm writing in Visual C#?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
测试。
(不,真的,这就是全部。)
Testing.
(No, really, that's all there is to it.)
那么,用 C# 编写的应用程序的最低要求可能是 .Net 框架,它有一个很好的 此处页面列出了各个版本的要求。
使用建议的最低限度,您的应用程序的可用性如何?您必须找到一些硬件(
或使用虚拟机请参阅评论)并尝试一下。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 machinesee comments) and try it out.我建议设置一个仅安装软件的虚拟机,然后更改其上的内存和处理器规格并重新测试。
这将需要一些时间,但这将是确定它并查看您的应用程序可以增强哪些领域的好方法。
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.
这取决于您正在编写的应用程序的类型。例如,3D 视频游戏可能需要支持 DirectX 的硬件。如果您正在编写办公应用程序(文字处理器等),那么每台带有 .NET 框架的现代计算机就足够了:)
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 :)