上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页

2010年7月27日

摘要: 5. Transactions, concurrency, and caching 5.1 Understanding database transactions ACID - Atomicity, consistency, isolation and durability atomic: several operations are grouped together as a single in... 阅读全文
posted @ 2010-07-27 00:42 zhaorui 阅读(516) 评论(0) 推荐(0) 编辑

2010年6月1日

摘要: Part 2 NHibernate deep dive 4 Working with persistent objects lifecycle of objects - how an object becomes persistent, and how it stops being considered persistent - and the method calls and other ac... 阅读全文
posted @ 2010-06-01 23:57 zhaorui 阅读(467) 评论(0) 推荐(0) 编辑

2010年5月24日

摘要: Part 2 NHibernate deep dive 3 Writing and mapping classes business objects / entities domain model mapping metadata 3.1 The CaveatEmptor application 3.1.1 Analyzing the business domain A softwa... 阅读全文
posted @ 2010-05-24 02:23 zhaorui 阅读(488) 评论(0) 推荐(1) 编辑

2010年5月22日

摘要: NHibernate In Action Part 1 Discovering ORM with NHibernate 1 Object/relational persistence in .NET ORM object/relational mapping 1.1 What is persistence? 1.1.1 Relational database 1.1.2 Understandi... 阅读全文
posted @ 2010-05-22 23:34 zhaorui 阅读(198) 评论(0) 推荐(0) 编辑

2010年5月21日

摘要: AJAX basics with jQuery in ASP.NET What is AJAX ? AJAX - Asynchronous Javascript And XML Using the browser’s XMLHttpRequest object to transfer data asynchronously between the client and server.... 阅读全文
posted @ 2010-05-21 00:43 zhaorui 阅读(150) 评论(0) 推荐(0) 编辑

2010年4月28日

摘要: [Mock Objects and Stubs: Introduction to Mocks and Stubs] One of the biggest challenges of using TDD is learning strategies for isolating the code that’s hard to test and writing code that is easy to... 阅读全文
posted @ 2010-04-28 23:40 zhaorui 阅读(192) 评论(0) 推荐(0) 编辑

2010年4月25日

摘要: 在百度文库里面看到了这个文档,可惜没有积分不能下载,简单摘录如下。 产品运营体系综述 产品是什么 任何事物存在,都是因为它们被需要。 “存在就是被需要” 任何东西都可以被看作“产品”。它的好坏取决于被需要的程度,以及它满足外界需要的程度。 成功的人必是很好的满足大众需要的人。这和好坏无关 不被需要的东西,渐渐淡出历史而消亡,或者转化为新的被需要的方式 产品,就是一系列符合用户需要的功能的组合... 阅读全文
posted @ 2010-04-25 22:03 zhaorui 阅读(1105) 评论(0) 推荐(0) 编辑
摘要: [Jeremy’s Fourth Law of TDD: Keep Your Tail Short] When you pull a class off the shelf, what else is coming with it? – Stuart Holloway My First Foray into TDD Bombed Move all of the persistence out i... 阅读全文
posted @ 2010-04-25 19:37 zhaorui 阅读(264) 评论(0) 推荐(0) 编辑

2010年4月24日

摘要: [Jeremy’s Third Law of TDD: Test Small Before Testing Big] Test Driven Development is an important and valueable tool to achieve rapid feedback cycles, but only if write and test software in small pi... 阅读全文
posted @ 2010-04-24 00:58 zhaorui 阅读(150) 评论(0) 推荐(0) 编辑

2010年4月20日

摘要: 为了整齐好看,文章的题目略有改动 Jeremy’s rules of TDD Isolate the Ugly Stuff Push, Don’t Pull Test small before testing big Avoid a long tail Favor composition over inheritance Go declarative whenever possible Don’... 阅读全文
posted @ 2010-04-20 00:46 zhaorui 阅读(179) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页

导航