Books on Code Contracts in C# 4.0

Posted by devoured elysium on Stack Overflow See other posts from Stack Overflow or by devoured elysium
Published on 2010-03-31T00:32:47Z Indexed on 2010/03/31 0:43 UTC
Read the original article Hit count: 541

Filed under:
|
|

Altough I've known Code Contracts for some time, as I've used it a bit in Java, I would like to start using them in C#, now that they are part of C# 4.0.

I am looking on learning material, books or vids. Altough tutorials are also welcome, I'd like to have something comprehensive to read, not the typical "here's how you use Requires and here's how you use Ensures". I am looking for something that really stands out in this area.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about code-contracts