摘要: names of some motivational books
阅读全文
摘要: Outline for Serialization.....
阅读全文
摘要: 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
阅读全文
摘要: 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
阅读全文
摘要: 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
阅读全文
摘要: How to specify value to the private property
阅读全文
摘要: Outline for AppDomain
阅读全文
摘要: 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,
阅读全文