This is for VB.NET really but i guess it applys to all languages
How do you create global enumerations, i want to create "types" for RSS fields containing 3 bits of data ("all strings"), whats the best way to do this, or is it better to create global classes with the data etc?
The program just basically basses an XPathNavigator to something that will figure out what type it is (by looking at the nodes, uri etc)
How do you create global enumerations, i want to create "types" for RSS fields containing 3 bits of data ("all strings"), whats the best way to do this, or is it better to create global classes with the data etc?
The program just basically basses an XPathNavigator to something that will figure out what type it is (by looking at the nodes, uri etc)