FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Database Blog: The Provider Model
DATABASE
EXCEPTION::QUERY

A Blog About Database Products and Technology.

by Kevin Carlson
SELECT * FROM [Musings]

Database matters.

by Niklas Hemdal
May 04, 2006

The Provider Model

One of the cool things added to .NET 2.0 (especially ASP.NET 2.0) is the concept of a well supported provider model. Johan Danforth points to a couple of blog posts on the topic, specifically referring to an SQL Image Provider. The provider model helps you isolate yourself from the implementation details, something that is critical these days, as you never know what is coming next. This is especially true for database developers.

Posted by Douglas Reilly at 10:31 AM  Permalink




 
INFO-LINK