1

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

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

John Gietzen
  • 48,783
  • 32
  • 145
  • 190
x2.
  • 9,554
  • 6
  • 41
  • 62

2 Answers2

3

For using code contracts.

Konamiman
  • 49,681
  • 17
  • 108
  • 138
  • 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 05 '09 at 10:35
  • 1
    Agreed. I didn't think a simple question mark could make such a difference. – Konamiman Nov 05 '09 at 11:21
0

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

Korayem
  • 12,108
  • 5
  • 69
  • 56