vote up -1 vote down star

Hi,

Is the provider model really just the factory pattern?

flag

22% accept rate
do you mean this "provider model"? msdn.microsoft.com/en-us/library/… – Blair Conrad Dec 30 '08 at 14:02

1 Answer

vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.