2011年1月18日

Best pactices in developing ASP.NET applications

摘要: 在 codeproject上面看到的文章,转一下Best pactices in developing ASP.NET applications...1. Remove unusedprivatefields and functions.2. Do not cast unnecessarily. Avoid duplicate casts where possible, since there is a cost associated with them.3. Properties that return arrays are prone to code inefficiencies. Con 阅读全文

posted @ 2011-01-18 17:28 s1ihome 阅读(351) 评论(0) 推荐(0) 编辑

导航