<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Code Contracts forthcoming in Visual Studio 2010 and .NET 4.0</title>
	<atom:link href="http://lukhezo.com/2009/02/25/code-contracts-forthcoming-in-net-40/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukhezo.com/2009/02/25/code-contracts-forthcoming-in-net-40/</link>
	<description>.NET Haberdasher</description>
	<lastBuildDate>Thu, 22 Dec 2011 04:06:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jenna</title>
		<link>http://lukhezo.com/2009/02/25/code-contracts-forthcoming-in-net-40/#comment-564</link>
		<dc:creator><![CDATA[Jenna]]></dc:creator>
		<pubDate>Wed, 14 Oct 2009 15:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://castalian.wordpress.com/2009/02/25/code-contracts-forthcoming-in-net-40/#comment-564</guid>
		<description><![CDATA[One thing to note in your example.   The static checker would produce an unproven ensures in the VB sample.  The ToInt method is using floating-point division rather than integer division.  Since part of the Ensure is that the return will be an Integer, unless you change the method to use integer division (backslash instead of forward slash in VB) you&#039;ll get an unproven ensures warning.]]></description>
		<content:encoded><![CDATA[<p>One thing to note in your example.   The static checker would produce an unproven ensures in the VB sample.  The ToInt method is using floating-point division rather than integer division.  Since part of the Ensure is that the return will be an Integer, unless you change the method to use integer division (backslash instead of forward slash in VB) you&#8217;ll get an unproven ensures warning.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

