Click here to Skip to main content
15,884,298 members
Articles / Programming Languages / Visual Basic

CuttingEdge.Conditions

Rate me:
Please Sign up or sign in to vote.
4.59/5 (19 votes)
23 Jun 2011MIT3 min read 124.9K   67   84  
A pre- and postcondition validation framework based on .NET 3.5 extension methods
This folder contains code snippets for C# and VB. They allow you to speed up validation using the CuttingEdge.Conditions library. Copy the contents of this folder to your "[my documents]\Visual Studio 2008\Code Snippets" folder. After that you can use the snippets by simply typing "requires[tab][tab]" or "ensures[tab][tab]".

Have fun!

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
Netherlands Netherlands
I'm a freelance developer from the Netherlands, working with .NET technology on a daily basis, and officially diagnosed as a workaholic.

Comments and Discussions