5
Shouts

Code Contracts: How they look after compiling?

published 1122 days, 18 hours, 12 minutes ago posted by gpeipmangpeipman 1124 days, 11 hours, 19 minutes ago
Monday, May 24, 2010 12:40:04 PM GMT Saturday, May 22, 2010 7:32:36 PM GMT

When you are using new tools that make also something at code level then it is good idea to check out what additions are made to code during compilation. Code contracts have simple syntax when we are writing code at Visual Studio but what happens after compilation? Are our methods same as they look in code or are they different after compilation? In this posting I will show you how code contracts look after compiling.

category: How To | clicked: 0 | | source: weblogs.asp.net | show counter code
tags: Code Contracts, Visual Studio, compilator