Topic: ASP.NET

Cover image for product 047043452X
Professional Refactoring in C# & ASP.NET
Danijel Arsenovski
ISBN: 978-0-470-43452-9
Paperback
552 pages
April 2009
Paperback Version: US $59.99 Add to Cart

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
39 Error in Code
There is an faulty space between myPatient. and IdealBodyWeightMale();

It should be:

myPatient.IdealBodyWeightMale().
8/11/09
301 Error in Code
if (History.Total > 3000)

Should be:

if (History.Total > 3000 & History.Total < 10000)
8/11/09