- Posted by Jakob Andersen on April 28, 2009
In this post I will cover how to implement a simple generate constructor refactoring in the Open Source .NET IDE MonoDevelop. I have recently started using MonoDevelop because I run linux on my laptop for various reasons, most important one of them is that I miss the power of the commandline and ...
[More]
- Posted by Jakob Andersen on April 8, 2009
Gendarme is a tool for analyzing and finding problems in code in ECMA CIL format (For MS only people out there that is the specification of which MSIL is an implementation). The tool itself comes with a boatload of useful rules to find problems in your code, one example of a rule is ProvideCorrectAr...
[More]