Go To Homepage



Book Details
Pro WF: Windows Workflow in .NET 3.0 book cover
  • By: Bruce Bukovics
  • ISBN10: 1-59059-778-8
  • ISBN13: 978-1-59059-778-1
  • 744 pp.
  • Published Feb 2007
  • Price: $49.99
  • eBook Price: $34.99




Submit Book Errata

If you think that you've found an error in our book, please let us know.

Pro WF: Windows Workflow in .NET 3.0 (978-1-59059-778-1)

Past Errata Submission

Errata Author's Reply
Chapter 1;pg 11; 'Running the Application' second line of code to be added is 'Console.ReadLine();' it should be 'Console.ReadKey();' otherwise the first line of code should say "Press Enter key to exit".

I am assuming others have caught this but I don't see an errata document.
You are correct that the use of the ReadLine method and the "Press any key to exit" are inconsistent. In the .NET 3.5 edition of this book, all of the ReadLine instances have already been changed to ReadKey.