Working on my TimeSheet Program
Back when I was working on my book, I wrote some code to be a timetracker / timesheet asp.net program. I wanted to use that as the basis for the code examples in my book, but with consulting, I just flat out ran out of time and was not able to finish it and make it a real live running application. I have had an opportunity to sit down over the last few weeks and actually turn this into a running asp.net program now and we are planning on using this with a customer. The application is mostly an asp.net application. I am planning on putting using webservices to allow customers to access some information so that they may read their information. First, I need to finish up the admin side so that an admin user can create bills for customers and their projects.
Wally