- Posted by justin on March 17, 2006
Ran across a post that talks about how SqlHelper and Enterprise Library 2.0 DAAB Weren't Intended to be Your Data Access Layer were not intended to be your data access layer. It really got me thinking that most of the I have seen calls directly to SqlHelper and Ent Lib instead of a helper class. If I would have followed a similar idea when I have coded it would have been extremely easy for me to switch from SqlHelper to Ent Lib. Instead since I called directly to SqlHelper, it is a huge undertaking to switch to Ent Lib.
http://codebetter.com/blogs/david.hayden/archive/2006/03/16/141105.aspx (external)