Using a generic data abstraction layer for database access in .NET






3.90/5 (18 votes)
Oct 23, 2003
7 min read

161724

974
The proposed solution removes the hard coding of SQL statements in the application, therefore maximizing the portability of the program, while minimizing the risk of introducing new bugs.