omar wrote:
Can you guys share your reading preferences about this subject?
If you want really Generic stuff... anything by Ambler.
The Object Primer and Object Applications That Work.
Also look at Object Thinking by David West.
While Frans design patterns suggestion is good, it is also very abstract. For an excellent practicle book in implementing the patterns Head First Design Patterns is excellent. The sample code is in Java, but if you can read and understand C# you can follow the code and implement most of it in C# with minor syntax changes.
BOb