Suggested books that focus on the alt.net style of development? e.g. solid, DI, de-coupling, testing, etc
What .net/c# focused books are there that teach how to develop applications using SOLID principles, unit testing, IoC, etc?
I've watched a few videos on the SOLID principles, but I'开发者_如何学Pythond love to learn more about it and in detail on how to go about designing larger scale applications etc.
First of all, it is this book:
http://www.amazon.com/Agile-Principles-Patterns-Practices-C/dp/0131857258/ref=sr_1_5?ie=UTF8&qid=1308502374&sr=8-5
Robert Martin - it is a person who introduced SOLID principles.
About unit testing here is very good book: http://www.amazon.com/Art-Unit-Testing-Examples-Net/dp/1933988274
And I am looking forward to read this book about DI in .Net:
http://www.amazon.com/gp/product/1935182501/ref=ox_sc_act_title_3?ie=UTF8&m=ATVPDKIKX0DER
精彩评论