摘要: (17)Avoid running sites in debug mode招数17:避免在调试模式下运行网站When it comes to ASP.NET, one of the most common performance blunders I see on a regular basis is accidentally or intentionally running sites in debug mode. Language-level optimizations, such as using StringBuilders, Arrays instead of Lists, Swit 阅读全文
posted @ 2013-07-17 14:07 安布雷拉 阅读(279) 评论(0) 推荐(0) 编辑