How so? .Net can't magically discover the types of values or prevent developers from abusing the format.
you don't have to be
zealous and put every small piece
of data in a separate element.
But then you're layering a complex format with a custom application-specific parser, with an unknown syntax (e.g. spaces vs commas, are ranges supported, etc). It obviously can be done, but it's a mess.
How so? .Net can't magically discover the types of values or prevent developers from abusing the format.
you don't have to be zealous and put every small piece of data in a separate element.
But then you're layering a complex format with a custom application-specific parser, with an unknown syntax (e.g. spaces vs commas, are ranges supported, etc). It obviously can be done, but it's a mess.