Creating a strongly typed collection from an XML file

  • Thread starter Thread starter craigkenisston
  • Start date Start date
C

craigkenisston

Is that possible ? Can I create a strongly typed collection from an XML
file?
Sorry, if this is too dumb, but since .net does it when you use certain
data objects, I was wondering whether I could create a strongly typed
collection reading from an XML file.

The reason I need this, is because I'm implementing a custom solution
for a multilingual website and I was thinking in use this so that, I
can do something like :

txtboxUsername.Text = LocalizationManager.Resources.Username;

I'd appreciate any comment.
 
Back
Top