Dru Sellers
3 posts.
- MonoRail vs ASP.NetLately I have been having a crisis of faith about MonoRail and have been looking at ASP.Net again. All of the neat controls, and IDE support are sooooo…
- Null Object Pattern> public class Person { private string \name; public Person(string name) { this.Name = name; } public string Name { get { return this.\name; } set {…
- The Decorator Pattern> Intent: Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending…
