Tag: Development

Community

Code Contracts in .NET

(Marius Bancila) Visual Studio 2010 beta 1 ships with a new feature called Code Contracts. This is the result of a Microsoft Research project. They allow you to specify coding assumptions in .NET programs. These assumptions can be pre-condition, post-condition and object invariants. However, this ne