HDC Omaha 2008 - Code and Slides

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

 

Attachment: HDC.Demo.zip
Published Friday, October 17, 2008 10:12 AM by Freakyuno
Filed under: , , , ,

Comments

# re: HDC Omaha 2008 - Code and Slides

Thursday, October 23, 2008 8:38 PM by Bill Gates

I don't see the slide deck.

# re: HDC Omaha 2008 - Code and Slides

Thursday, November 13, 2008 12:05 PM by Leblanc Meneses

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.

# re: HDC Omaha 2008 - Code and Slides

Thursday, November 13, 2008 5:04 PM by Freakyuno

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!