Learning C# 2005 by Jesse Liberty and Brian MacDonald This errata page lists errors corrected in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated September 11, 2007. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification pg. 37, under Resource View topic, last line: > "persisted data objects" > do you mean "persistent"? pg. 171, code example, first call to WriteLine(): > "Before staring...." > should clearly be > "Before starting...." > This same typo occurs again in the middle of page 172 and again > at the very top of page 173. pg. 260, end of first paragraph of new section: > "...the compiler understand this implicitly" > should read > "...the compiler understands this implicitly" > pg. 280, just above table: > "for their manipulation.." (extra period to end the sentence) pg. 310, near top, "painlessly destoryed" "destoryed" should be "destroyed" {394} beginning of bottom half of page; on page 392, btnCopy_Click was declared as: private void btnCopy_Click(object sender, System.EventArgs e) but now it's protected void btnCopy_Click(object sender, System.EventArgs e) One might get confused into thinking that they are 2 different event handlers.