<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx</link><description>In October of last year, I blogged about Dev Labs - a site dedicated to software innovations for the developer community. Today, Dev Labs released a new innovation that our Microsoft Research organization has been working on: Code Contracts for .NET .</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Click &amp;amp; Solve &amp;raquo;  DevLabs: Code Contracts for .NET </title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9441856</link><pubDate>Tue, 24 Feb 2009 01:47:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9441856</guid><dc:creator>Click &amp;amp; Solve &amp;raquo;  DevLabs: Code Contracts for .NET </dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.clickandsolve.com/?p=13327"&gt;http://www.clickandsolve.com/?p=13327&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Preview of Code Contract Tools Now Available [Melitta Andersen]</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9441887</link><pubDate>Tue, 24 Feb 2009 02:02:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9441887</guid><dc:creator>BCL Team Blog</dc:creator><description>&lt;p&gt;In my Introduction to Code Contracts post, I mentioned that the tools to enable runtime checking and&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9441998</link><pubDate>Tue, 24 Feb 2009 04:07:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9441998</guid><dc:creator>Kris</dc:creator><description>&lt;p&gt;A while back I heard Microsoft was releasing &amp;nbsp;Spec# - something along the lines of CodeContracts. I believe it was a research project. Whatever happened to it? Or was that completely different from CodeContracts?&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442204</link><pubDate>Tue, 24 Feb 2009 08:17:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442204</guid><dc:creator>Justin James</dc:creator><description>&lt;p&gt;This looks a lot like Spec#. Is this indeed a release of Spec#? Or is this in parallel to that project? I am going to announce this item next week on TechRepublic, and I would love to have the correct information.&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;J.Ja&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442235</link><pubDate>Tue, 24 Feb 2009 09:04:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442235</guid><dc:creator>Jeremy Gray</dc:creator><description>&lt;p&gt;Just what we need, another dev labs project that requires a Team System -level VS 2008 license! Sigh.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442275</link><pubDate>Tue, 24 Feb 2009 10:16:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442275</guid><dc:creator>Keith J. Farmer</dc:creator><description>&lt;p&gt;@Jeremy: &amp;nbsp;If you go the the site, you'll also find installers for the other (non-Express) SKUs under non-commercial license.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442361</link><pubDate>Tue, 24 Feb 2009 12:06:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442361</guid><dc:creator>Chris Varley</dc:creator><description>&lt;p&gt;If you want something that does almost the same thing with very similar syntax, ContractDriven.NET hosted on CodePlex (&lt;a rel="nofollow" target="_new" href="http://www.codeplex.com/contractdriven"&gt;http://www.codeplex.com/contractdriven&lt;/a&gt;) provides a very similar syntax and has the benefit that it's both Open Source and Free (no Team System licence required!) :-) &lt;/p&gt;
&lt;p&gt;best regards,&lt;/p&gt;
&lt;p&gt;Chris.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442602</link><pubDate>Tue, 24 Feb 2009 15:28:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442602</guid><dc:creator>bw</dc:creator><description>&lt;p&gt;It's about time we had support for this, thanks.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442619</link><pubDate>Tue, 24 Feb 2009 16:06:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442619</guid><dc:creator>Jason P Sage</dc:creator><description>&lt;p&gt;This is range checking, this is more work. I think this is silly and a waste of money and developer time. &lt;/p&gt;
&lt;p&gt;Developers should already be testing input/output parameter validity and have integrated methods from returning error conditions. &lt;/p&gt;
&lt;p&gt;This locks your code in ways that slow productivity. How? Let's change the code to handle a larger numeric datatype... int32 to int64. Edit the range check - an additional line of code. Test. Yay! Wait... Now I need to go into this tool and tell it of my changes. &lt;/p&gt;
&lt;p&gt;Sorry folks - I like one stop shopping and this is hardly that.&lt;/p&gt;
&lt;p&gt;--Jason P Sage&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442705</link><pubDate>Tue, 24 Feb 2009 17:44:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442705</guid><dc:creator>Justin James</dc:creator><description>&lt;p&gt;I am fairly certain that this is closely related to Spec#... 2 of the folks who are/were on the Spec# project are on the Code Contract project! Still, I would like some positive confirmation of this for when I write my article.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;J.Ja&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442707</link><pubDate>Tue, 24 Feb 2009 17:46:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442707</guid><dc:creator>Mark Gordon</dc:creator><description>&lt;p&gt;Total agree with you @Jason P Sage! There are &amp;nbsp;many &amp;quot;holes&amp;quot; in VS that need mending for Microsoft to be worried about fluff add-ons.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442772</link><pubDate>Tue, 24 Feb 2009 18:06:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442772</guid><dc:creator>.NET 4.0 Dev</dc:creator><description>&lt;p&gt;Hi Soma, &lt;/p&gt;
&lt;p&gt;I am sure your team is busy finalizing .NET 4.0 Beta 1, so could I make a suggestion ...&lt;/p&gt;
&lt;p&gt;Traditionally, Microsoft forbid developers publicly deploying apps based on early beta versions of .NET (prior to the go-live licenses, which come with the very late betas in the cycle). &lt;/p&gt;
&lt;p&gt;Following in the footsteps of MEF, ASP.NET MVC and other recent releases from Microsoft, I think it would be great if with .NET 4.0 Beta 1 you would allow public deployment, with the clear proviso that the beta is, well, an early beta and not supported and used at developers' own risk. &lt;/p&gt;
&lt;p&gt;Obviously developers who are working on software for nuclear power stations, avionics or Wall Street should not be deploying apps based on the betas, but lots of developers are working on smaller, less critical projects, and start learning the new APIs with simple demo apps, and it is not a major problem if they crash from time to time or have other bugs. You will get significantly more interest in Beta 1 among developers if they can start using it for smaller/demo apps straight away. If they have to wait a year for any deployment options, then the response will be much more muted. &lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442777</link><pubDate>Tue, 24 Feb 2009 18:09:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442777</guid><dc:creator>.NET 4.0 Dev</dc:creator><description>&lt;p&gt;Hi Soma, &lt;/p&gt;
&lt;p&gt;In a previous blog comment regarding the Office Ribbon UI licensing:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/somasegar/archive/2008/11/12/net-fx-4.aspx#comments"&gt;http://blogs.msdn.com/somasegar/archive/2008/11/12/net-fx-4.aspx#comments&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;someone posted: &lt;/p&gt;
&lt;p&gt;&amp;quot;Soma, the ribbon is currently covered by the bizarre 'Office UI Licence' (which was presumably accidentally excreted in the dying spasms of 'old MS'). Can you reassure us that the absurdity of the UI licence isn't going to encumber the use of WPF4?&amp;quot;&lt;/p&gt;
&lt;p&gt;to which you replied:&lt;/p&gt;
&lt;p&gt;&amp;quot;We hear your feedback on the license issues. &amp;nbsp;The .NET FX team is keeping that in mind to ensure you don't encounter these issues with WPF4.&amp;quot;&lt;/p&gt;
&lt;p&gt;Could you confirm that the &amp;quot;new&amp;quot; Microsoft has won this battle and the Office UI License definitely won't be needed for .NET 4.0 users?&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9442802</link><pubDate>Tue, 24 Feb 2009 18:34:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442802</guid><dc:creator>Judah Himango</dc:creator><description>&lt;p&gt;For those wondering what the relationship between this CodeContracts library and Spec# is, yes, Microsoft changed Spec# from a language into a library that can be used from any language: CodeContracts.&lt;/p&gt;
&lt;p&gt;This library works in co-ordination with Microsoft's Pex, the white-box static analysis tool that can generate unit tests for you.&lt;/p&gt;
&lt;p&gt;The guy working on Spec# is now working on this CodeContracts. He gave a talk on this at the last PDC.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9443021</link><pubDate>Tue, 24 Feb 2009 21:51:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9443021</guid><dc:creator>Mike Barnett</dc:creator><description>&lt;p&gt;There have been some questions about the relationship of Spec# to the current Code Contracts project. The Code Contracts work is definitely a spin-off from the Spec# project. We learned many things in our work on Spec# --- two of the most important being that it is important to fit into existing languages and that providing total soundness is too burdensome. Spec# continues to be an important research vehicle for us. We are hoping that the current project will provide immediate and practical benefits for working programmers.&lt;/p&gt;
&lt;p&gt;In a nutshell, Spec# was an extension to C# (v2.0) that provided the same design-by-contract features of method pre- and postconditions and object invariants. It also had a non-null type system and provided support for a sound treatment of object invariants. You can find out much more about it at our web site: &lt;a rel="nofollow" target="_new" href="http://research.microsoft.com/specsharp"&gt;http://research.microsoft.com/specsharp&lt;/a&gt;.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9443036</link><pubDate>Tue, 24 Feb 2009 21:59:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9443036</guid><dc:creator>Mike Barnett</dc:creator><description>&lt;p&gt;In case my previous post was too short and you'd like some more details, here's some comments by Wolfram Schulte:&lt;/p&gt;
&lt;p&gt;Spec#’s research focus is to understand the meaning of object invariants in the presence of inheritance, call backs, aliasing and multi-threading. Spec# uses a source level rewriter to weave the contracts into the code, and it uses verification condition generation and a theorem prover for static verification of Spec# code. But dealing soundly with all the complex issues around maintaining object invariants has a price: verification becomes non-trivial. That’s why Spec# also needs an ownership discipline to know which objects may alias or cannot alias each other.&lt;/p&gt;
&lt;p&gt;Code Contracts is the result of learning from Spec# what works and what doesn’t. Unlike Spec# Code Contracts are language agnostic, and thus work across all of .NET languages, from VB to C# to F#. The rewriter works on MSIL and thus had no dependency on particular compilers. Its static analysis engine uses abstract interpretation, which is much faster and more predictable than verification; furthermore abstract interpretation infers loop invariants and method contracts, which helps in adoption and ease of use of Code Contracts.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9443052</link><pubDate>Tue, 24 Feb 2009 22:11:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9443052</guid><dc:creator>Mike Barnett</dc:creator><description>&lt;p&gt;And because I keep hitting &amp;quot;Submit&amp;quot; instead of thinking a few more minutes, here's another thought... We want to encourage you to repeat any questions/comments on our forum that is dedicated just to the Code Contracts project: &lt;a rel="nofollow" target="_new" href="http://social.msdn.microsoft.com/Forums/en-US/codecontracts/threads/"&gt;http://social.msdn.microsoft.com/Forums/en-US/codecontracts/threads/&lt;/a&gt;. &lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9443111</link><pubDate>Tue, 24 Feb 2009 23:15:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9443111</guid><dc:creator>Beren Camlost</dc:creator><description>&lt;p&gt;Just a minor comment, the example on the &amp;quot;The Binary Rewriter&amp;quot; section is not a good use of Design by Contract. It is indeed a validation on runtime. Design by Contract ensures that the software is correct according to the specifications not to perform validations. I know that it is just an example but it could be confusing to someone who is not aware of the main concepts.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9443255</link><pubDate>Wed, 25 Feb 2009 01:25:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9443255</guid><dc:creator>fschwiet</dc:creator><description>&lt;p&gt;Ahh, DbC, brings back memories. &amp;nbsp;Now the hip thing is TDD. &amp;nbsp;They achieve similar goals, with different strengths and weaknesses. &amp;nbsp;I do appreciate having this additional tool available as an option.&lt;/p&gt;
&lt;p&gt;(and personally I prefer DbC over TDD)&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9443885</link><pubDate>Wed, 25 Feb 2009 13:34:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9443885</guid><dc:creator>Mohamed  Meligy</dc:creator><description>&lt;p&gt;This is great. I have been following any related news and stuff for long.&lt;/p&gt;
&lt;p&gt;But... Why does it require VSTS not just VS Pro ??&lt;/p&gt;
</description></item><item><title>Code contract is out</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9444420</link><pubDate>Wed, 25 Feb 2009 21:29:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9444420</guid><dc:creator>LA.NET [EN]</dc:creator><description>&lt;p&gt;Check the announcement here and the site is here .&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9444424</link><pubDate>Wed, 25 Feb 2009 21:33:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9444424</guid><dc:creator>Steven</dc:creator><description>&lt;p&gt;@Chris Varley. I'm sorry, but you can't compare ContractDriven.NET with .NET Code Contracts. I know what I'm talking about, because I've build a 'contract' framework like you did (www.codeplex.com/conditions). However, Code Contracts is about COMPILE TIME verification. That is something we both can not offer in our frameworks. For this reason Code Contracts is the bomb :-).&lt;/p&gt;
&lt;p&gt;I truly hope Code Contracts will not only be included in the team editions of Visual Studio 2010, but also in the professional edition of VS 2010. While I can understand Microsoft trying to get their investments back; releasing Code Contracts to the masses would have serious impact on the quality of the software .NET developers will write. This would reposition .NET as a whole!&lt;/p&gt;
</description></item><item><title>Code contract is out</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9444473</link><pubDate>Wed, 25 Feb 2009 22:25:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9444473</guid><dc:creator>ASPInsiders</dc:creator><description>&lt;p&gt;Check the announcement here and the site is here .&lt;/p&gt;
</description></item><item><title>Somasegar's WebLog : DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9444499</link><pubDate>Wed, 25 Feb 2009 22:45:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9444499</guid><dc:creator>DotNetShoutout</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from DotNetShoutout&lt;/p&gt;
</description></item><item><title>Code Contracts for .NET </title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9444534</link><pubDate>Wed, 25 Feb 2009 23:06:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9444534</guid><dc:creator>Dr. Z's Blog</dc:creator><description>&lt;p&gt;Check out Somasegar's weblog to find out this newly added feature for .NET developers.&lt;/p&gt;
</description></item><item><title>DevLabs: Code Contracts para .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9445164</link><pubDate>Thu, 26 Feb 2009 04:48:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9445164</guid><dc:creator>Blog de Soma en español</dc:creator><description>&lt;p&gt;Publicaci&amp;#243;n del ingl&amp;#233;s original : Lunes, 23 de febrero de 2009 14:11 PST por Somasegar En octubre del&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9446604</link><pubDate>Thu, 26 Feb 2009 17:13:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9446604</guid><dc:creator>Castdev</dc:creator><description>&lt;p&gt;Is there any solution to use Microsoft.Contracts.dll in a VSTS 2008 Silverlight 2 project (converting the assembly into a silverlight compatible one seems to be unsuccessfull) ?&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9446968</link><pubDate>Thu, 26 Feb 2009 20:29:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9446968</guid><dc:creator>Robert Claypool</dc:creator><description>&lt;p&gt;@Steven&lt;/p&gt;
&lt;p&gt;I agree. Limiting access to TeamSystem users would dampen the effect it can have. &amp;nbsp;More verifiable code benefits and strengthens the entire platform, so I hope that Microsoft releases this for everyone to use.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9447379</link><pubDate>Fri, 27 Feb 2009 00:08:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9447379</guid><dc:creator>Mike Barnett</dc:creator><description>&lt;p&gt;In response to &amp;quot;Castdev&amp;quot; about Silverlight: we will try it out and make sure it works for Silverlight. (Sorry that we didn't do that already.) I would encourage you to start a thread over on the Code Contracts forum: &lt;a rel="nofollow" target="_new" href="http://social.msdn.microsoft.com/Forums/en-US/codecontracts/threads/"&gt;http://social.msdn.microsoft.com/Forums/en-US/codecontracts/threads/&lt;/a&gt; and then we can track this issue.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9448466</link><pubDate>Fri, 27 Feb 2009 13:14:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9448466</guid><dc:creator>Cardin</dc:creator><description>&lt;p&gt;So basically this is compile-time range checking? Kinda like assert() isn't it? &lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET -&gt; images not displaying....</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9451179</link><pubDate>Sat, 28 Feb 2009 21:56:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9451179</guid><dc:creator>Kiruthik</dc:creator><description>&lt;p&gt;Soma, &lt;/p&gt;
&lt;p&gt;I couldnt see the Images in this post. I could see that you have added some images in between your post through HTML, but its not visible to the browser. I have tried in couple of machines in IE &amp;amp; FF. &lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9451625</link><pubDate>Sun, 01 Mar 2009 05:31:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9451625</guid><dc:creator>Somasegar</dc:creator><description>&lt;p&gt;Hi Kiruthik,&lt;/p&gt;
&lt;p&gt;It looks like the server that is hosting the images is down. &amp;nbsp;We will try to get it back up soon. &amp;nbsp;Thanks for the note.&lt;/p&gt;
&lt;p&gt;-somasegar&lt;/p&gt;
</description></item><item><title>Design by Contract – O Retorno (?)</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9452557</link><pubDate>Sun, 01 Mar 2009 16:07:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9452557</guid><dc:creator>Arquitetura em Pauta</dc:creator><description>&lt;p&gt;Creio que foi Bertrand Meyer, o autor da linguagem Eiffel, quem primeiro falou sobre Design by Contract&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9454838</link><pubDate>Mon, 02 Mar 2009 20:50:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9454838</guid><dc:creator>Mark Gordon</dc:creator><description>&lt;p&gt;@Mike Barnett you wrote &lt;/p&gt;
&lt;p&gt;&amp;quot;Spec#’s research focus is to understand the meaning of object invariants in the presence of inheritance&amp;quot; ...&lt;/p&gt;
&lt;p&gt;While I'm NOT diagreeing with you at all ... I only want to point out the inheritance part of your comment is not really relevant in the context of Visual Studio in this regard: &amp;nbsp;The class browser which should be work horse for true inheritance based programming models is not useful and can't subclass UI controls. There are numerous challenges subclassing UI controls that need to be worked around even if you hard code the classes. WPF UI controls, best practices, suggests not subclassing UI controls. I could go on especially on the web side of things which is more screwed up then desktop development (including MVC which I was hoping would address many of these issues). The bottom line without sublcassing you don't have inheritance!&lt;/p&gt;
&lt;p&gt;While I'm a very strong advocate for &amp;quot;true&amp;quot; OOP standards including inheritance, Microsoft redefines patterns/standard as they see fit to overcome short comings in their VS dev tools. This is much easier then actually the fixing the issues!&lt;/p&gt;
&lt;p&gt;Personally I wish all the problems with inheritance where addressed in VS before implementing additional features like this and I don't understand why they can't be given they got this right in 6.0 tools sets for the most part. That is what is so frustrating we are forced to develop apps with poor implementations and bugs while Microsoft introduces more technology. Why can Microsoft get what they have released right then introduce new features on a solid foundation!&lt;/p&gt;
</description></item><item><title>Preview of Code Contract Tools Now Available</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9458866</link><pubDate>Wed, 04 Mar 2009 23:06:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9458866</guid><dc:creator>CLR Team Blog</dc:creator><description>&lt;p&gt;We’ve mentioned Code Contracts over on the BCL Blog a few times now, but never yet on the CLR Blog. Basically,&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9472560</link><pubDate>Fri, 13 Mar 2009 05:28:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9472560</guid><dc:creator>Somasegar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There has been a bunch of feedback about the restriction for this to work only with VSTS. &amp;nbsp;The team is looking into and hopefully we will get a chance to fix this in a subsequent update.&lt;/p&gt;
&lt;p&gt;-somasegar&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9508288</link><pubDate>Wed, 25 Mar 2009 23:13:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9508288</guid><dc:creator>Green Williams</dc:creator><description>&lt;p&gt;Non-sense. There is nothing pioneering in this. Even the author admit this prior to talking about it. &amp;nbsp;Somaasegar forgot that Microsoft Research does not exist to do &amp;quot;Research&amp;quot; and &amp;quot;Innovate/invent&amp;quot; but to copy (Microsoft has invented innovative techniques like AJAX BUT never an innovative product.) This feature is just Microsoft copying someone else. I am not criticizing because I use Microsoft in my Software Engineer tasks. I just hate it though when people attach innovation to Microsoft and &amp;quot;Microsoft Research&amp;quot;.&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9508392</link><pubDate>Wed, 25 Mar 2009 23:32:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9508392</guid><dc:creator>Somasegar</dc:creator><description>&lt;p&gt;Hi Green,&lt;/p&gt;
&lt;p&gt;I have never been a a part of MSR (Microsoft Research), but from my perspective I see a fair amount of innovative ideas coming out of MSR - we have successfully brought to market some of the ideas from MSR in our products and MSR continues to be a substantial contributor in terms of publishign papers in SIGGRAPH and other leading forums. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;-somasegar&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9571652</link><pubDate>Mon, 27 Apr 2009 21:40:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9571652</guid><dc:creator>Chris Varley</dc:creator><description>&lt;p&gt;@Steven. Hi Steven, I do agree with you. I was just offering an alternative to those who do not want to pay for the compile time checking as part of the Team System licence. ContractDriven.NET does NOT allow you to do compile time checking. However it does allow you to write runtime contracts in to your code to improve your codes readability, maintainability and runtime reliability (and it supports invariant conditions which many of these types of library do not.) ContractDriven.NET can also be used with the standard .NET CLR (so supporting any .net language and even works on works on Linux via Mono).&lt;/p&gt;
&lt;p&gt;I like your fluent interface for your conditions BTW.&lt;/p&gt;
</description></item><item><title>High Test Coverage Ratio is a good thing, Anyway!</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9703762</link><pubDate>Sun, 07 Jun 2009 12:11:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9703762</guid><dc:creator>Patrick Smacchia [MVP C#]</dc:creator><description>&lt;p&gt;Normal 0 21 false false false FR X-NONE X-NONE I heard several times that high test coverage ratio, and&lt;/p&gt;
</description></item><item><title>re: DevLabs: Code Contracts for .NET</title><link>http://blogs.msdn.com/somasegar/archive/2009/02/23/devlabs-code-contracts-for-net.aspx#9847284</link><pubDate>Fri, 24 Jul 2009 09:17:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9847284</guid><dc:creator>Mark Stewart</dc:creator><description>&lt;p&gt;using your blog this victim of Canadian incompetance found a trial download link, but certain ew2 issues and ew3 upgrade issues have gone to Connect. A million shining stars to Somasagar for keeping our world on top of ... that world.&lt;/p&gt;
</description></item></channel></rss>