This is the application I demonstrated during my WPF Line of Business presentation, as well as my slide deck.
Demonstrated:
WPF Commanding
Provider based Data Source Handling
Validation
Collections and Binding (ObservableCollection<T>)
LINQ to XML
I don't see the slide deck.
Hey thanks for the sample. Looks good.
Had problems running this in my environment.
So for everyone else that wants to see this work modify
XMLEmployeeProvider
XDocument.Load(@"C:\Documents and Settings\EmployeeInfo.xml")
to the correct path on your pc
thanks for presenting this at iowa code camp.
Thanks for the comments. :) You're correct, the datasource for the XMLEmployeeProvider is currently hard coded to an XML file - adjusting it for your enviroment is necessary.
Thanks for visiting the Code camp!