|
One thing was missing from .Net attributes from version 1.0 - I wanted to write code-changing-on-compilation attributes. Numerous uses - parameter validation without if statement ([NotNullAttribute] or what ever type of checking you want to), auto logging of parameters values. Peristant objects, Auto type-safe UI binding - what ever framework and infra-structure I can think of. Your only limited by your imagination. With it you change the compiled code during compilation. No other step necessary. The support is very friendly. I found a tiny bug, and had a fix in a matter of minutes. (thanks pierre.) The documentation is mainly a reference - but since you have the source for the attributes - one can grasp the tools pretty quickly. Very very usfull tool!!! mordy. Last Modified 5/12/04 2:44 PM | Hide Tools |