Pages

Thursday, January 25, 2007

Writing Provider Independent Code in ADO.NET

Writing Provider Independent Code in ADO.NET
All the database related code would be written this way one day. :)

2 comments:

Anonymous said...

Interesting to know.

Alen's Australia said...

Actually, Entity Framework is already written in this way. The connections and commands are already abstracted to DbConnection and DbCommand. Separation makes it easier to maintain code and makes it more modular.
Cheers