随笔分类 - 软件开发
软件开发
摘要:来源:http://dotnet.dzone.com/news/you-are-doing-scrum-scrum文章里面讲到一些Scrum Master的职责、Scrum Maste与项目经理的区别。不错的文章,收藏以后简单翻译一下。Ultimately the Scrum Master should never tell the Development Team what to do and they should make sure that the Development Team has both the knowledge and the skills to work things
阅读全文
摘要:来自:http://www.dotnetbips.com/articles/dfeb8a51-4b3b-4bc6-aab9-28ac774b1e8c.aspx比如想使用以下代码显示印度格式的时间(Indian Standard Time:IST):DateTime dt=DateTime.Now;DateTime utc = dt.ToUniversalTime();DateTime ist = utc.AddMinutes(330);使用下面2个扩展方法(注意:要用静态类、静态方法还参数中的this):namespace Utils{public static class DateTimeH
阅读全文
摘要:来自:http://www.cnbeta.com/articles/133129.htm?1299690294注:《代码阅读方法与实践》(Code Reading: The Open Source Perspective):http://www.verycd.com/topics/14267/原文作者Alan Skorkin是一名软件开发人员,他在博客中分享对软件开发相关的心得,其中有很多优秀的文章,本文是其中的另一篇。Alan认为:阅读优秀代码是提高开发人员修为的一种捷径。以下是全文。我突然想起来,很多程序员都讨厌阅读代码。来吧,承认吧! 每个人都喜欢编写代码,编代码是件趣事。 另一方面,阅
阅读全文
摘要:Iused keywords "asp.net develop Interview Questions and answer" to search in google, this is a list of results,some links is very good and have answers。may be,i can search for asp.net Interview Questi...
阅读全文