Errata

Andrew Troelsen, "Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition", Apress, ISBN: 1-59059-884-9

CHAPTER 1
p 33  complier --> compiler

CHAPTER 2
p 38  -? --> -
p 38  /? --> /

CHAPTER 3
p 81  10-45 --> 10e-45
p 81  1038 --> 10e38
p 81  10-325 --> 10e-325
p 81  10308 --> 10e308
p 86  Char.Parse --> char.Parse
p 92  string. --> string
p 96  than you --> that you
p 102 bonus --> A
p 102 2000 --> B

CHAPTER 4
p 111 s and s2 --> s1 and s2
p 114,Fig 4-4 verson --> version
p 115 a array --> an array
p 130 MyPoint --> Point
p 131 p2 reference, p1 --> p1 reference, p2

CHAPTER 11
p 356 Wrong output in Fig 11-5 because in file CarTypes.cs:
     public Car(string name, int max, int curr, bool rotateTires, bool washCar)
        --> public Car(string name, int max, int curr, bool washCar, bool rotateTires)
p 357 CarDelegate --> CarMaintenanceDelegate (2x)
p 359 Vehical --> Vehicle
p 362 resign --> reassign
p 370 SomeDeletage --> SomeDelegate

CHAPTER 13
p 420 public int -->public string
p 422 public int -->public string

CHAPTER 14
p 464 'orderby g' matters?
p 470 LinqRetValues <--> ***** LINQ Transformations *****
p 471 Here were --> Here we

CHAPTER 16
p 525 [public] --> [Public]
p 525 [abstract] --> [Abstract]

CHAPTER 18
p 612 hander --> handler
p 614 int.Parse(this.txtSecondNumber.Text) --> int.Parse(txtSecondNumber.Text) (?)

CHAPTER 20
p 676 CanSeek --> must be in column Member
p 677 decoded messages --> decoded message
p 700 App Data --> AppData (?)
p 703 store2 --> store

CHAPTER 22
p 763 is would --> would
p 770 'carPetName = ...Value' misses Trim()
p 778 DBTransaction --> DbTransaction

CHAPTER 23
p 805 Car has no ID ?!
p 818 A customer can have more orders, and per order there can only be a single inventory row

CHAPTER 24
p 843 CRUD: Remove == Delete; but missing Select
p 852 AutoLot --> AutoLotDatabase (cf p 846)
p 854 Server Explorer --> Database Explorer (global remark)
p 860 XDocument does NOT take XName as first parameter
p 863 the all --> all
p 863 Name: of f's --> Make

CHAPTER 25
p 868 lackluster --> lacklustre
p 895 EightBallMEXBehaviour --> EightBallServiceMEXBehaviour
p 900 name="netTcpBinding_IEightBall" --> 'bold'
p 913 InsertAuto --> InsertCar

CHAPTER 26
p 925 26 --> 25

CHAPTER 27
p 971 IsMDIChild followed by new-line
p 975 Windows Application --> Windows Forms Application
p 977 keyword --> keyboard

CHAPTER 28
p 1007 Context --> Content
p 1017 event: Activate --> Activated
p 1017 event: Deactivate --> Deactivated
p 1019 when set to false --> when set to true
p 1019 be set to true --> be set to false
p 1019 Closing Event Fired --> Closed Event Fired (also in fig 28-5)
p 1020 second event handler --> second parameter
p 1032 XMAL --> XAML
p 1048 XAMl Viewer --> XAML Viewer (also in fig 28-21)
p 1054 XamlWriter is not mentioned

CHAPTER 29
p 1077 <StackPanels> --> <StackPanel>s
p 1095 Bad indentation of xaml fragment
p 1095 The complete --> To complete
p 1100 Bad indentation of xaml fragment
p 1112 toString() -->ToString()
p 1114 caID --> carID

CHAPTER 30
p 1119 temples --> templates
p 1136 Bad indentation inside TransformGroup
p 1154 button on the left --> button on the right
p 1155 Bad indentation of </StackPanel>

Skipped chapter 19 and part 7
August 2009

 

Mohammad Nuruzzaman, "Modeling and Simulation In SIMULINK for Engineers and Scientists", authorHOUSE, ISBN: 1-4184-9383-X

CHAPTER 2
p 23  deign --> design
p 25  loss of generosity --> loss of generality (global remark)
p 29  2.13(c) --> 2.12(c)
p 29  2.12(a) --> 2.12(b)

CHAPTER 3
p 40  provoided --> provided
p 51  cos(2*t)^2 -->cos(2*u)^2
p 65  characters -, -., and -- --> characters -, --, and :
p 89  Example 2 contains a flaw, since y[1] is not computed correctly; second equation for n=2 yields y[1]=-85 ; model can be corrected by extra Unit delay for y
p 90  Deay --> Delay

CHAPTER 5
p 101  5.2(a) --> 5.9(a)

CHAPTER 6
p 119  widow --> window
p 124  Example 4 contains pole equal to zero
p 125  conlvolved --> convolved
p 127  bock --> block
p 131  deign --> design
p 133  N-1 --> N

CHAPTER 7
p 148  symmetriv --> symmetric
p 150  [12 15 1] --> [12 15 18]
p 154  DSP --> 'DSP
p 154  that that --> that
p 159  orthonotrmalization --> orthonormalization
p 163  of coarse --> of course (global remark)

CHAPTER 8
p 170  widow --> window
p 170  49.8654 --> 49.86542
p 178  Ts2 --> Ts
p 181  mulplexes --> multiplexes

CHAPTER 9
p 185  continuos --> continuous
p 185  perodic --> periodic

CHAPTER 10
p 208  Cerate --> Create
p 209  Trigger Subsystem --> Triggered Subsystem

March 2011