Skip to content

Instantly share code, notes, and snippets.

@tobinharris
Created February 1, 2009 16:30
Show Gist options
  • Save tobinharris/55896 to your computer and use it in GitHub Desktop.
Save tobinharris/55896 to your computer and use it in GitHub Desktop.

NHibernate in Action Errata

Instructions

Mary says...

People will start pointing out errors to you immediately and they should be collected in a master list (html or text) and organized by page and line numebr and sent directly to Gabriel. You can keep updating the master list and sending it in every week or so, until all errata are caught. We will then fix them in the next printing of the book.

Here are two samples: http://www.manning.com/bibeault/excerpt_errata.html http://www.manning.com/gallo/excerpt_errata.html

Errata

All chapters

Chapter 1

Section 1.1

Todo: Code formatting is bad.

Chapter 2

Section 2.1.2

  • Find in Source Code: using System.Reflection;
  • Add below that line: using System.Collections.Generic;

Listing 2.5

  • Find in Source Code: where e.id = 1

  • Change to: where name='Tobin Harris'

  • Find in Code: Employees

  • Change to: Employee

Reported here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment