Code Contracts at runtime

Viewed 9784

As far as I read in a nutshell book, code contracts could degrade the runtime performance.

Is it possible to disable code contracts in production?

4 Answers
Related