melbel profile image 94
 

What is Microsoft Code Contracts?


Is there anything else like Microsoft Code Contracts?

sort by best latest

Casey Strouse profile image75

Casey Strouse says

Code contracts are used to aid in automated testing of .NET applications. They help you to document assumptions made about a codebase and then test the assumptions. You can read more on this Microsoft site:

http://research.microsoft.com/en-us/projects/contr

 |  (+1)  |  3 months ago  |  Comment

Please vote up an answer if it adds to the discussion, or vote it down if it does not. You cannot flag an answer, but if an answer receives enough down votes compared to up votes, then it will become hidden.

Please wait working