For what it is necessary Microsoft.Contracts namespace in asp.net?

I mean, in what cases I could write using Microsoft.Contracts;?

link|improve this question

71% accept rate
The question is unclear, I'm afraid. Can you re-word it? – Programming Hero Nov 5 '09 at 9:38
OP is asking "What is the Microsoft.Conracts" namespace for, and when would you use it. – Rob Levine Nov 5 '09 at 9:52
feedback

2 Answers

For using code contracts.

link|improve this answer
1  
I might sound like a douche.. But I think you should phrase it like "For using code contracts" or "I think it's for using code contracts". I think the ? just makes it looks snobby in this case, and I don't think thats your intention. – Carl Bergquist Nov 5 '09 at 10:35
1  
Agreed. I didn't think a simple question mark could make such a difference. – Konamiman Nov 5 '09 at 11:21
feedback

You can find the library here C:\Program Files\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\mscorlib.dll

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.