x2.
x2.

Reputation: 9668

Microsoft.Contracts namespace

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

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

Upvotes: 1

Views: 2321

Answers (2)

Korayem
Korayem

Reputation: 12507

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

Upvotes: 0

Konamiman
Konamiman

Reputation: 50323

For using code contracts.

Upvotes: 3

Related Questions