Feb
24
2009
The .NET Framework 4.0 is introducing a new feature to help us write more stable and trustworthy code. This feature is called "Code Contracts", and it provides a language-agnostic way to express coding assumptions. The contracts are used to improve testing via runtime checking, enable stat...
[More]