摘要: 来源:http://www.amazedsaint.com/2010/04/6-cool-vs2010-quick-tips-you-should.html http://www.visiblox.com/blog/2010/04/ten-cool-things-you-didnt-know-about-visual-studio-20106 Cool #VS2010 Quick Tips you should know when working with Visual Studio 2010Visual Studio 2010 is super cool. Here are few fea. 阅读全文
posted @ 2011-09-15 02:52 Net205 Blog 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 来源:http://www.amazedsaint.com/2010/05/tasks-1-2-3-parallel-extensions-in-net.htmlWith those multi core processors everywhere, support for parallelism is an already implicit requirement for any new application. This post explores how easily you can implement parallel features in your application, wit 阅读全文
posted @ 2011-09-15 02:49 Net205 Blog 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 来源:http://www.amazedsaint.com/2010/11/top-6-coding-standards-guideline.htmlSome time back, I collated a list of 7 Must Read, Free EBooks for .NET Developers, and a lot of people found it useful. So, I thought about putting together a list of Coding Standard guidelines/checklists for .NET /C# develop 阅读全文
posted @ 2011-09-15 02:08 Net205 Blog 阅读(519) 评论(0) 推荐(0) 编辑
摘要: 来源:http://www.amazedsaint.com/2010/02/top-5-common-programming-mistakes-net.htmlSome time back, I asked a question in Stackoverflow.com, about common programming mistakes .NET developers must avoid. The response was awesome, to say the least. I’m just listing down the top 5 developer crimes I picked 阅读全文
posted @ 2011-09-15 02:04 Net205 Blog 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 来源: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 阅读全文
posted @ 2011-09-15 01:23 Net205 Blog 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 意译:http://dotnet.dzone.com/news/using-html-5-data-attributesHTML 5的data属性是一种在DOM元素中存储数据的方式,例如我们有一个用户列表,为客户端以后使用想存储用户Id。1 <ul>2 <li data-id=”4” data-role=”admin”>thorsteinsson</li>3 <li data-id=”23” data-role=”user”>john</li>4 </ul> public class User{ public int Id 阅读全文
posted @ 2011-09-15 01:11 Net205 Blog 阅读(467) 评论(0) 推荐(0) 编辑