Welcome to DetlefGrohs.com Sign in | Join | Help

November 2008 - Posts

New Version of Live Writer

Just installed the new version of Windows Live Writer.
posted by detlef | 0 Comments
Filed Under:

Serialization Explorations

Was playing around with the Serialization of objects to XML and wanted to find out the difference between using the XmlSerializer and the NetDataContractSerializer so I wrote the following command line application to create an object that contains and
posted by detlef | 0 Comments
Filed Under:

Omron Pocket Pedometer

Picked up the Omron HJ-720ITC Pocket Pedometer with Advanced Omron Health Management Software from Amazon a while back and I really like it. Omron Health Management Software Will do an updated post with more details of my results through a couple
posted by detlef | 0 Comments
Filed Under:

Microsoft Arc Mouse

Picked up the new Microsoft Arc Mouse from Best Buy last Thursday (9/x/2008) and I am really liking it. I was considering getting the new Microsoft Blue Mouse (is that the name?), but considering that I wanted a new mouse for my laptop and for my travels,
posted by detlef | 0 Comments
Filed Under:

XmlNamespaceManager Explorations

I had done some work before around the XmlNamespaceManager before, but had to recreate my work, so now I am posting this somewhere where I can find it later (I hope). Problem is for an Xml document that appears like this: 1: <?xml version="1.0"
posted by detlef | 0 Comments
Filed Under:

Progress Update from a Threaded ASP.NET Application

I had to create a page that would add a large number of items to the cache of a ASP.NET application and I wanted to update the progress. I found an interesting example on the web that I adapted (I will post a link when I find it again) and reduced to
posted by detlef | 0 Comments
Filed Under: