المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Designing hardware inventory



C# Programming
06-17-2009, 09:22 PM
I am looking to create a app that will inventory hardware.


Program details.
1. Create a GUI to: Allow the user to select a list of hardware properties (i.e Processor Speed)from a list of all properties of the selected hardware (i.e Processor) Save these settings to XML file


2. create console app to read XML file scan the hardware then write it to a DB.


I would like to use the GUI in step 1 as a front end to configure the console app in step 2. Should i save the setting in a XML file or some other place/document? What is the correct way of doing this sort of thing and by correct I mean best method from a programming stand point.