Dave Sexton's Blog

on software development using C# and the Microsoft .NET Framework
Welcome to Dave Sexton's Blog Sign in | Join | Help
in
Search

Browse by Tags

All Tags » ContractN
  • Sandcastle with Code Contracts

    Microsoft Dev Labs has released a new version of Code Contracts.  (For more information about Code Contracts in the .NET Framework 4.0, see System.Diagnostics.Contracts and this article).  If you haven't yet, I highly recommend installing the latest Code Contracts release.  If you're using Visual Studio 2008 then you'll also get a ...
    Posted to Dave Sexton's Blog (Weblog) by dave on September 13, 2009
  • ContractN on CodePlex

    I've just released the first beta version of ContractN, which is a fully managed programming-by-contract framework that uses the CLR's built-in support for aspect-oriented programming (AOP), which provides a way to seamlessly and intuitively describe the required pre- and post-conditions of a type's contract. I got the idea based on this blog ...
    Posted to Dave Sexton's Blog (Weblog) by dave on March 10, 2008
Powered by Community Server (Personal Edition), by Telligent Systems