system.configuration.provider

P

Peter Kirk

Hi

I was wondering if anyone had experience of using the "provider model" in
..net. I have only just stumbled across this pattern/model and am trying to
evaluate if it is worth while learning and using it.

Basically all the projects I work on have a data persistence layer (which
seems to be what the .net provider model is about?), and we generally build
our systems up in "pluggable modules" which theoretically means we could
swap out an sql-data-provider with an oracle-data-provider (although I have
_never_ worked on a project where this sort of thing has actually happened).

Is that idea basically what the provider model strives to achieve: a
consistent data-persistence interface?

I have used the Spring Framework before for class instantiation and
configuration, and the provider model also provides for this (runtime
configuration and instantiation of objects). Are there benefits with the
..net provider model over the spring framework's object instantiation and
configuration model?

Thanks for any advice,
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top