LINQ to XML
Hi, Just few thoughts. This might help you also. If you are using query from database you can do the following: 1. Drag table to the .dbml file2. In your class write a function or method similar to...
View ArticleLINQ to XML
Hi Rick,Those are some good links, I will study that info over.I do not think the xml data in this app could be called dynamic. The user willjust type in info, save the file, and then use that file in...
View ArticleLINQ to XML
Hi Jeff,If the XML has a static structure, I think I would go for (de)serialization of objects. This way you have objects that represent the data you use (which are easy to use in code and bind...
View ArticleLINQ to XML
Hi,I am starting an app that will allow a user to enter data via a windows form. This data will be stored in an xml file format. The user will be able to open files, change or add data, and save. The...
View Article