Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please suggest a book for .NET design patterns
Posted

C# 3.0 Design Patterns by Judith Bishop
http://patterns.cs.up.ac.za/[^]
is a good book for C#.

But Head First design patterns
http://shop.oreilly.com/product/9780596007126.do[^] is really a good book for a conceptual understanding of design patterns and can be followed easily even though the book is in Java.

http://www.dofactory.com/Default.aspx[^] is good for examples on Design Patterns

The authority on design patterns is of course http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612[^] by Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides, but is some what difficult and can be used after getting some idea with the above books.
 
Share this answer
 
Comments
BillW33 22-May-12 10:06am    
Execellent answer. +5
VJ Reddy 22-May-12 10:09am    
Thank you very much, CIDev :)
Volynsky Alex 23-May-12 5:02am    
I agree.
It is an excellent books!!!
VJ Reddy 23-May-12 5:06am    
Thank you :)
You should go for book from Gang Of Four.
 
Share this answer
 
Ever heard of Google[^]?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900