This document contains information about conference DVDs and an introduction to code contracts in .NET. It summarizes that code contracts are a way to define preconditions, postconditions, and class invariants for software components to specify their interfaces and ensure correctness. It provides examples of using the System.Diagnostics.Contracts namespace in C# to add preconditions and postconditions to methods. Contracting types can make them more robust by validating arguments and object states.