Developing and Testing Data Access of SQLCEPad tool using Self-Shunt and Stub tetsing patterns
Saturday, February 28th, 2009Sometimes ago I developed a simple tool for creating and executing SQL statements against SQL CE 3.5 database. Yesterday, I’ve decided to re-develop and improve it in a new version. I’ve started with implementation of data access part of it. The data access is very simple; it retrieves all needed DB schema meta-data that the [...]