It has been a while since my last post about Project Sputnik and so a quick progress report is definitely due.
I haven't had much free time to work on the project in this last month due to work activities and personal commitments. Same old same old, right?
That said, I have coded up the DAL layer for each database table in a basic form, and tested each unit. So, essentially, I now have a complete DAL for the project that performs the basic CRUD functionality. As I code up the BL and UI layers I expect that some of the DAL functionality will need to be honed in certain areas to provide extra functionality.
From here on in it is a Business Logic focus for me. For the next few weeks at least ...