ASP.NET项目规模 [英] ASP.NET project size

查看:99
本文介绍了ASP.NET项目规模的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有周围有多少页任何已知问题在ASP.NET项目?

Are there any known issues around how many "pages" are in an ASP.NET project?

请问DLL由项目创建的规模在所有问题?

Does the size of the DLL created by the project matter at all?

我现有的项目约150页和DLL只有大约3MB,但它已经从大约50页,0.5 MB最近增加了

My existing project is about 150 pages and the DLL is only around 3MB but it has increased from about 50 pages and 0.5 MB recently

推荐答案

斯科特Hanselman的得到了关于这个问题的前两年。

Scott Hanselman got on the subject two years ago.

绝对限制是你的系统内存。项目越大它会使用更多的内存。

The absolute limit is your system memory. The bigger the project the more memory it will use.

当然,你可以留在在溶液中[50-200]项目。

Surely you can stay in a [50-200] projects in a solution.

如果你发现你的Visual Studio服用除内存超过预期开始思考破坏你的项目了。

If you find your Visual Studio taking more than memory than expected start thinking about breaking your projects up.

在我看来做的最好的事情就是让项目规模设计要求。

In my opinion the best thing to do is to make the project size a design requirement.

修改:我真的不回答你的问题。要清楚。元素越多(页,项目,图像,参考资料等),你有你的VS2003,VS2005或VS2008的解决方案更多的Visual Studio将在内存中。

EDIT : I'm not really answering to your question. To make it clear. The more elements (Pages, projects, image, references, etc.) you have in your VS2003, VS2005 or VS2008 solution the more Visual Studio will take on memory.

这篇关于ASP.NET项目规模的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆