Is it getting to be time for C# to support compile-time macros?
- by Robert Rossney
Thus far, Microsoft's C# team has resisted adding formal compile-time macro capabilities to the language. There are aspects of programming with WPF that seem (to me, at least) to be creating some compelling use cases for macros.
Dependency properties, for instance. It would be so nice to just be able to do something like this:
…