One of the great features of .NET 4.0 is Code Contracts. Code Contracts aid in the unit testing process of code and make catching bugs before deploying the code much easier. This post shows a sneak preview of Code Contracts in .NET Beta1 and VS 2010 Beta1...