Develop the Data Access Tier
The data access tier is the second step in the process of developing a service.
We'll cover the following
Next, we will look at the data access tier. We will start with the test case for the “find all records” operation. Since this is the first function that is being developed as part of the test-driven development, we let it return zero for the find all records operation. In the following functions, we will build the CRUD operations in sequence.
Find all records operation
Get hands-on with 1400+ tech skills courses.