Description
Here is the XML for a business card
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <!--this xml keeps information for individual business cards--> <businesscard datemodified="5/8/2008"> <name>Steve Conger</name> <position>Instructor</position> <institution>Seattle Central Community College</institution> <program>Information Technology</program> <address>1701 Broadway</address> <city>Seattle</city> <state>WA</state> <phone>206.587.5458</phone> <email>sconge@sccd.ctc.edu</email> </businesscard>
Based on the code samples we did in class, create a wndows program that allows you to create new xml for business cards.
For extra you can add editing functionality
To turn in
email me the c sharp code for the program or zip the program folder, change the extenstion to ".piz" and email me the application.