Which design by contract framework for C#.NET? -
I am looking at the use of design by contract for a private project in C # using .NET 4.
I'm reading about Microsoft's contract structure on attempts at design:
But there are many options and I am astonished - who is the best and why? What are the pros and cons of each?
Is there really many options? I have not heard about many people, there are other AOP frameworks, and there are some # like tips, but I have not come across many projects like code contracts.
Considering that Microsoft has been integrated into Visual Studio under active development, core contract classes as part of .NET 4, I want to go with it as long as you have alternative options There is no concrete reason to use.
The biggest downside of code contracts is that the stable checker is only available with Visual Studio Premium / Ultimate.
Comments
Post a Comment