| Sean Fox - Brain Dump of a software geek |
Code contracts are a very exciting feature added to C# 4.0. Depending on your version of Visual Studio, they can throw CodeContract exceptions during run-time or do static type checking at compile time. Bertrand Meyer must be pleased that this is at least optional in C#. (Additional Information on Code Contracts can be found: http://msdn.microsoft.com/en-us/devlabs/dd491992.aspx)
[...]...(Read whole news on source site)




