For those of you at my C# session the sample console application contains all of the Generics, Iterator and Property Accessor code. I recommend going through the code and changing things around to get a better feel for how the technology works. The WinForms application I showed with the Anonymous methods is also included.
Introduction to C# Slides and Demo Code
For those of you in my WinForms session I have included the sample code for everything we talked about. The object based application we went over in detail is the OrderEntryDemo application. This application is a great one to add more and more functionality to. One of the attendees was asking about editing a collection of data in a grid. Connecting the Order class to a grid, since it’s based on BindingList would be an excellent project to take on.