ASP.NET 2.0 Personal Website Starter Kit: Storing Pictures on Filesystem Instead of Database
I have started work on a new personal project, ResumeSpammer. ResumeSpammer will do just what its name implies, spam my resume. Contact info of potential employers will be stored in a SQL Express database. For each employer, the application will populate my resume document (.doc) with their contact information and email it to them. There's a bit more to the project than that, but that's the just of it. Today I wrote HacheyORG.ResumeSpammer.Log... a class to handle populating and saving my...