10 2011 档案

[memorandum]book name
摘要: names of some motivational books阅读全文

posted @ 2011-10-25 22:00 小AI| 编辑

[Note]CLR via C#3-Outline for Serialization
摘要: Outline for Serialization.....阅读全文

posted @ 2011-10-18 22:40 小AI| 编辑

[review]Design Pattern:Template Method
摘要: Template Methodthe template defines the bone of the algorithm, something like how the system works, and encapsulates the common things together as a template, Actually the system works step by step. for some situation the order of the steps is stable and never changed. but the steps themselves are d阅读全文

posted @ 2011-10-16 16:03 小AI| 编辑

[Life]A Complaint Free World
摘要: The world is full of complaint, actually we don't like this situation, we don't like the people who often complain. When you change yourself, you have changed the world. Let us make ourselves be a complaint free person first.If you don't like something, change it. If you can't change阅读全文

posted @ 2011-10-16 14:23 小AI| 编辑

[review]Design Pattern:Strategy
摘要: My job makes me move, and l learnt so much from the design pattern. I am gonna review some of them in the last few weeks.(but actually, if you read here. please close this article as quick as you can, I think the best way to study is to read the book but not the blog, The book is gonna give you a mo阅读全文

posted @ 2011-10-15 22:20 小AI| 编辑

[Note]CLR via C#3-Reflection:How to specify value to the private property
摘要: How to specify value to the private property阅读全文

posted @ 2011-10-13 21:15 小AI| 编辑

[Note]CLR via C#3-Outline for AppDomain
摘要: Outline for AppDomain阅读全文

posted @ 2011-10-08 22:57 小AI| 编辑

[Note]Linq to SQL
摘要: this article is something about how you use C# to query data using linq, How you translate the normal SQL into the Linq. I am gonna do it step by step.Before I start this, Let me make some preparation----create two tables for the coming demonstration.create table Users( id int identity primary key, 阅读全文

posted @ 2011-10-03 17:14 小AI| 编辑

导航