Tutorials
A single page site with smooth scrolling, and highlighted navigation links depending on which section is currently being viewed.
SaveChanges() is sufficient. This creates a transaction, or enlists in any ambient transaction, and does all the necessary work in that transaction.SaveChanges(false) + AcceptAllChanges() pairing is useful.