Welcome to Neudesic Blogs Sign in | Join | Help

December 2005 - Posts

Although most of the examples that you see in MSDN and elsewhere online assume a hardcoded type for an object being serilized, it's fairly easy to use a generic method that's parameterized for the object to be serialized:void SerializeToXml<T>(T Read More
If you're the type of person that's interested in high-perf multi-threading and you're also open to more academic programming languages1, a great paper on lock-free threading in Haskell is available here (via LtU). I talked to Tim Harris briefly at the Read More