Errata

Programming Windows Presentation Foundation

Errata for Programming Windows Presentation Foundation

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page viii
2nd Paragraph, 4th Line

The Definition of AJAX is incorrect, it is stated that AJAX is Asynchronus
Java and XML, when in actual fact it is Asynchronus JavaScript and XML

Anonymous   
Printed
Page xi
1rd paragraph

The text mentions WPF and WCF without explaining what they are.

Anonymous   
Printed
Page 5
Example 1-5

"app.StartingUp" should be "app.Startup"
"window.Text" should be "window.Content"
"StartingUpCancelEventArgs" should be "StartupEventArgs"

See the following URLs for details:

http://www.sellsbrothers.com/writing/avbook/changenotes/WPFb1to9-05CtpChangeNotes.htm
http://www.sellsbrothers.com/writing/avbook/changenotes/Wpf09-05CtpTo11-05CtpChangeNotes.htm

Anonymous   
Printed
Page 9
1st paragraph

Reads "With the XAML from Example 1-9" It should read "from Example 1-8" since 1-9 is
C# code not XAML.

Anonymous   
Printed
Page 11
Navigation Applications Section

The NavigationApplication has been dropped from the November CTP of
Winfx and the NavigationApplication template has been dropped. This
entire section needs updating. See the following URLs for details:

http://www.sellsbrothers.com/writing/avbook/changenotes/WPFb1to9-05CtpChangeNotes.htm
http://www.sellsbrothers.com/writing/avbook/changenotes/Wpf09-05CtpTo11-05CtpChangeNotes.htm

Anonymous   
Printed
Page 23
1st row (example 1-29)

Error: Nicknames
Correction: Nickname

Anonymous