2010年4月11日
摘要: 原文地址:http://www.c-sharpcorner.com/UploadFile/vendettamit/732/This article lists some of the optimization tips for SQL Server development.Use views and stored procedures instead of heavy-duty queries. This can reduce network traffic, because your client will send to server only stored procedure or vi 阅读全文
posted @ 2010-04-11 17:19 Melou 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.c-sharpcorner.com/UploadFile/vendettamit/733/This article gives a simple checklist that can simply be run against any ASP .NET Web Page to optimize itIntroductionThis article gives a simple checklist that can simply be run against any ASP .NET Web Page to optimize it. This is in no w 阅读全文
posted @ 2010-04-11 17:16 Melou 阅读(615) 评论(1) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/zh-cn/library/ms176064.aspx通过执行下列操作检查指定数据库中所有对象的逻辑和物理完整性: 对数据库运行 DBCC CHECKALLOC。对数据库中的每个表和视图运行 DBCC CHECKTABLE。对数据库运行 DBCC CHECKCATALOG。验证数据库中每个索引视图的内容。使用 FILESTREAM 在文件系统中存... 阅读全文
posted @ 2010-04-11 16:53 Melou 阅读(2734) 评论(0) 推荐(0) 编辑
摘要: 敏捷的软件开发流程(原文地址http://msdn.microsoft.com/zh-tw/library/Dd229180)速度是企业竞争致胜的关键因素,软件专案的最大挑战在于一方面要应付变动中的需求,一方面要在紧缩的时程内完成专案,所以软件团队除了在技术上必须日益精进,更需要运用有效的开发流程,以确保团队能够发挥综效。这正是Agile Process (敏捷的软件开发流程) 于近年来兴起的主要原因,本文将介绍数种广为接受的软件开发流程,及其在运用上的建议。Agile Process - 敏捷的开发流程几乎所有的软件专案都会在起始阶段面临选择开发流程的困难,一种是完备的开发流程,另一种是简易 阅读全文
posted @ 2010-04-11 16:34 Melou 阅读(788) 评论(0) 推荐(0) 编辑
摘要: Love and Marriage: CMMI and Agile Need Each OtherHillel Glazer, Entinex, Inc.原文地址:http://www.stsc.hill.af.mil/CrossTalk/2010/01/1001Glazer.htmlAgile’s values and practices ensure critical, long-term process success, making it an ideal partner of the CMMI1 framework, which delivers a robust infrastru 阅读全文
posted @ 2010-04-11 12:44 Melou 阅读(570) 评论(0) 推荐(0) 编辑