DotNetShoutout - Stories tagged with compilator
5
Shouts

Code Contracts: How they look after compiling?

published 1095 days, 9 hours, 38 minutes ago posted by gpeipmangpeipman 1097 days, 2 hours, 46 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. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: Code Contracts, Visual Studio, compilator