Wiley.com
Print this page Share

Professional Test Driven Development with C#: Developing Real World Applications with TDD

ISBN: 978-0-470-64320-4
Paperback
360 pages
May 2011
List Price: US $44.99
Government Price: US $22.94
Enter Quantity:   Buy
Professional Test Driven Development with C#: Developing Real World Applications with TDD (047064320X) cover image
This is a Print-on-Demand title. It will be printed specifically to fill your order. Please allow an additional 10-15 days delivery time. The book is not returnable.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
2 38 Errata in text
INCORRECT
Debug.WriteLine(“Return from method was ‘{0}’”, result);

CORRECT
Debug.WriteLine(string.Format(“Return from method was ‘{0}’”, result));
9-Aug-18

Related Titles

More By These Authors

C & C++

by Nicolai M. Josuttis
by Marc Gregoire, Nicholas A. Solter, Scott J. Kleper
by Joseph Bergin, Mark Stehlik, Jim Roberts, Richard E. Pattis
Back to Top