$BlogRSDURL$>
This blog will describe some of the learning experiences that I have with .NET, some personal projects that I'm working on, and whatever other topics tickle my fancy.
My Blog LinksSite Links
Currently ReadingBlogroll
Archives
Tools |
Friday, May 14, 2004.NET: Auto-Incrementing Unique IDs in XML.
Here is a good discussion by Sonu Kapoor on how to create auto-generated unique ids for XML files. There are lots of times when you're creating data files that you may run across this need to provide a unique id. This post has the C# code on how to do just that.
Comments:
Post a Comment
|