Welcome to SqlXml Blogs Sign in | Join | Help

Bryant Likes's Blog

It's all about WebData

News


  • Windows Live Alerts
    View Bryant Likes's profile on LinkedIn

    Me



    Support Bryant!

    49 percent of goal achieved.

    Goal: $1,000.00
    Achieved: $486.19


    The posts on this weblog are provided "as is" with no warranties and confer no rights. The opinions expressed herin are the personal opinions of the individual authors and do not represent the views of Avanade in any way.

November 2003 - Posts

Still Deserializing
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...
More Fun with Deserializing
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...
Back from the PDC
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...
Fun With Deserializing
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...