ASP.Net Web 应用程序,请记住性能、可扩展性
开发人员在开发 Web 应用程序时应该牢记或注意哪些事项。
Web 应用程序,例如社交网络 Web 应用程序。
为了获得良好的性能和可扩展性,必须实现哪些内容。
如果您有此类问题,请提供任何文章或博客或建议 -
提前致谢
what are the things a developer should keep in mind or should take care when depeloping a web application.
web application e.g. social networking web app.
which are the things which must be implemented to get good performance and scalability.
please provide any article or blogs or suggestions for this kind of question if you have
-thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我脑海中突然浮现的一些事情
Some things that popped up in my mind
在不需要的地方停用 Viewstate。
最重要的是:
确保尽可能减少往返次数。理解 ASP.NET 网站的生命周期对于这一点来说是最重要的。
http://www.startvbdotnet.com/aspsite/forms/formlifecycle.aspx
Deactivate Viewstate where you don't need it.
Most important:
Make sure to hold the amount of roundtrips as small as possible. Understanding the Life-Cyclus of an asp.net website is most important for that matter.
http://www.startvbdotnet.com/aspsite/forms/formlifecycle.aspx