Code Contracts Content on InfoQ
News about Code Contracts
Code Contracts are Making Slow Progress by Jonathan Allen Posted on Dec 02, 2009
Articles about Code Contracts
Code Contracts in C#
by
Jon Skeet
Posted on
Apr 14, 2010
This article discusses the concepts and ideas of Code Contracts and the way they are handled in C#. Unless you happen to have used a language supporting Design by Contract before, you may sometimes find yourself unsure of how to proceed with Code Contracts. If you're using it in conjunction with Test Driven Development, what should you write first - the contract or the implementation?
Presentations about Code Contracts
Compile-time Verification, It's Not Just for Type Safety Any More
by
Greg Young
Posted on
Jul 05, 2011
Greg Young talks about .NET’s Contracts library, showing how to use it, what it is good for, and how it improves code quality.



