`
didasoft
  • 浏览: 156863 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论
文章列表
http://java.about.com/library/weekly/uc_tddiconix2.htm
记录一下: http://www.iteye.com/topic/90820 异地分布式敏捷软件开发 (Distributed Agile Software Development) 异地分布式软件开发(Distributed Software Development)是指由多个位于不同地理位置的团队进行同一个软件项目的开发过程。这个词越来越 ...
http://codebetter.com/blogs/jeremy.miller/archive/2006/02/16/138382.aspx http://codebetter.com/blogs/jeremy.miller/archive/2006/02/01/test-driven-development-with-asp-net-and-the-model-view-presenter-pattern.aspx
http://www.agilemodeling.com/artifacts/robustnessDiagram.htm
在敏捷开发过程中,所需要完成的工作一般分作三个层次:特性(Feature)、用例(Story)、任务(Task)。 1、特性一般是指对最终用户有意义的一项功能,在需求文档中,一般来说一个特性就是一个顶级的需求。 比如:本系统必须能够自动识别用户的拼写错误。 2、用例是通过分解特性而来的,它一般是一个可以用来做功能测试的小情节。 3、任务是通过分解用例而来的,它一般是开发人员需要完成的一个最小工作单元。 在开发任务安排的计划中,敏捷过程一般分为:产品发布周期、迭代周期和每日工作 产品发布周期要根据产品规模大小来决定,比如1到6个月都有可能,但不应该超过6个月 迭代周期为1到4周,我认为, ...
尝试了一下,居然可以申请。用的是我的域名的帐号。
一个简单的代码评审记录工具,要和TFS一块儿使用才行: http://www.codeproject.com/csharp/CodeReviewAddIn.asp 一个讨论代码评审的页面: http://blogs.msdn.com/mswanson/articles/154460.aspx 一个代码评审工具devAdvantage: http://www.anticipatingminds.com/Content/Products/devAdvantage/devAdvantageFeatures.aspx 另外一个: http://www.ssw.com.au/ssw/Cod ...
有些时候,我们可能希望将ASP.NET网站要用到的程序集dll放在除了bin目录的别的地方。 但是如何配置才能做到这一点呢? 其实很简单,只需要在web.config中加上以下的配置就可以了: <runtime>         <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">                     <probing privatePath="bin/Modules"/>         </assemblyBinding ...
http://publish.itpub.net/j/2007-11-07/200711072152046_4.shtml
http://bouml.free.fr/screenshots.html
http://aspnet.4guysfromrolla.com/articles/071107-1.aspx
今天碰到一个很奇怪的问题,在GridView的EnableViewState设置为false的情况下,GridView的DataBind会触发两次。真是郁闷。后来在Google上搜了一下,原来这是GridView的机制。当EnableViewState为false的情况下,GridView需要在处理事件之前绑定一次数据,以便恢复控件的属性。而处理事件结束之后,还会做正常的页面数据绑定。以下这个页面对此有详细的讨论: http://www.thescripts.com/forum/thread484156.html
http://www.itpub.net/868217.html
http://olu.desktopit.net/
http://dotnetwithme.blogspot.com/2007/09/design-patterns-gang-of-four.html http://www.holub.com/goodies/uml/ http://www.codeplex.com/patterns
Global site tag (gtag.js) - Google Analytics