Is the Provider Model really just the Factory pattern?
Asked
Active
Viewed 2,315 times
2
-
do you mean this "provider model"? http://msdn.microsoft.com/en-us/library/ms972319.aspx – Blair Conrad Dec 30 '08 at 14:02
1 Answers
1
According to this,
Providers are a subclass of the ProviderBase class and typically instantiated using a factory method.
So I would say no, they're not same thing, but a factory is used in implementing a Provider.
You can also follow this link and Ctrl-F for "factory" to see how the pattern is used in the provider model.

Bill the Lizard
- 398,270
- 210
- 566
- 880