Projects that exemplify patterns
What projects should I read the source code of to learn great patterns?
- Highway Framework : Repository / Unit of Work / Query Object
 - Castle.Windsor : Abstract Factory / Dependency Injection / Singleton
 - Reactive Extensions : Callback
 - Entity Framework : Memento
 - Antlr : Memento, Visitor, Decorator