Provider Model vs. Proxy Pattern
Rob introduced us recently to the provider model being implemented in V2; the similaraties of this description really reminded of the proxy design pattern.
Obviusly the asp.net implementation includes some special code to deal with configuration files, but other than that - is the “Provider Model” just a new name on the proxy pattern...?