views:

78

answers:

2

Throughout the book "Agile Principles, Patterns, and Practices in C#" by Robert C. Martin a small Paymentroll application is build. While most of the source code is printed in place, some classes are missing and some are incomplete. The book says on the firest page:

The book includes many source code examples that are also available for download from the authors' Web site.

Unfortunately this seems to be a lie. Unless either this is not the author's website (the book forgets to mention the authors website adress) or I am blind.

Does anyone have the comlete source code for that book preferably in form of a Visual Studio project or knows where I can find it.

+3  A: 

Object Mentor is indeed the official website for Bob Martin, and hosts the download for that book here: http://www.objectmentor.com/PPP/

FYI, you can contact Bob via Twitter (he uses it quite prolifically): http://twitter.com/unclebobmartin or through Object Mentor, which is Bob's very small group, using the methods on this page: http://objectmentor.com/omCompany/omi_contact.html

Rex M
+1  A: 

http://www.objectmentor.com/PPP/

ashawley
Thanks. ;) How did you find that link on the objectmentor site?
bitbonk
Google. search: agile software development patterns code examples site:objectmentor.com
ashawley