November 2003 - Posts
Ok this will have to be my last post on this topic for awhile, otherwise even I might get bored with it. I received one more comment about my latest post that suggested the test scores were probably farther apart because I was using my local machine as
Read More...
Ok so I've gotten some feedback on my deserializing post, but I also received a suggestion. It was suggested that instead of making the separate SQL call to load the image I should just encode the image as Base64 data and return it with the XML (this
Read More...
BTW - I am back from the PDC. If you're one of the three people that actually reads my blog you might have been under the impression that aliens abducted me from the PDC and that I would never be seen again. But alas I have just been too lazy busy to
Read More...
Ok so I admit it, I like serialization. In fact, I've started to use it alot. I know, I know, I lose some performance, but hey who wants to write: private static MyObject LoadMyObject(IDataReader reader) { MyObject obj = new MyObject(); obj.ObjID = (int)reader["ObjID"];
Read More...