Sorry but i am not getting through ,
asp.net provides 4 factories
Odbc, OleDb ,Oracle and Sql.
So with one "generic" implementation I deal with those 4 databases, right?
(instead of SqlArticlesProvider.cs for sql only I can create generic implementation for 4 dbs)
So my initial question was why to reinvent the wheel ?
And thanks for your patience
