Search code examples
c#alt.net

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'd love to learn more about it and in detail on how to go about designing larger scale applications etc.


Solution

  • 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.