0
kicks
C# alternative for Ruby’s acts_as_tree, part 1
First part in a two part blog post series about my search for a C# alternative for the Ruby's acts_as_tree plugin. In this article I'll be exploring ways to implement mixins, such as acts_as_tree, in C# using extension methods.