well wisher

well wisher

  • NA
  • 1
  • 0

Mapping XML data to C# classes

Jun 22 2006 8:59 AM
Hi, I'm trying to develop an application wherein I have an XML file. The contents of this XML file should be dynamically converted into a C# class(with properties). I learnt when the contents of a C# file ie properties are given to Microsoft property grid in .NET, all the fields in the grid are populated with the C# class properties. Could the classes that you have mentioned be of any use to my application. I was exploring the idea of developing a wizard in VC8 that should address this situation. I have many xml files and the point here is that I want a generic application to do this job. The whole idea behind the above design is to show xml data to the user and when the user edits the data from the grid the xml file gets updated. Any comments are highly appreciated. Thanks

Answers (1)