The .NET ProviderBase pattern

Posted by Daniel Schaffer on Stack Overflow See other posts from Stack Overflow or by Daniel Schaffer
Published on 2010-02-27T21:59:58Z Indexed on 2010/03/29 4:03 UTC
Read the original article Hit count: 319

Filed under:
|

.NET's ProviderBase was established in the 2.0 release of the .NET Framework. Have there been any new features since then that supercede or improve on this pattern that should be used as an alternative?

© Stack Overflow or respective owner

Related posts about providerbase

Related posts about .NET