C# Object Serialization

Here is a good link I found for C# Object Serialization

http://blog.paranoidferret.com/index.php/2007/04/27/csharp-tutorial-serialize-objects-to-a-file/

How to delete file on reboot in C#

Here is a cool link on how to delete a file on reboot.  This is real nice when you want to automatically clean up after yourself.

CakePHP Cookbook

I am in the process of learning CakePHP.  I have finally setup Cake now I am on to the Cookbook..

Getting CakePHP to work with XAMPP

I found this link today and thought I would share it.

I was able to get CakePHP working.  Very good post.