Swapping the DAL Abstractly
Last Thursday, we looked at how to replace the TableAdapter with our own TableAdapter as a way or eliminating our dependence on Microsoft SQL. The problem with this implementation is that every time you want to switch databases, you’ll need to switch what TableAdapter the code is using.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Wednesday, March 12th, 2008
