Friday, October 2, 2009

Week 4 Reading

Chapter 2 of The C# Programming Language: Third Edition

A Laboratory For Teaching Object Oriented Thinking - This method of writing out classes is something I haven't practiced in the past. The MVC portions of my early CS classes were benched because the program I was in was experimental.

UserControl - A glut of methods, properties, etc. The remarks and examples are really non-descript. I will probably reference the members later, but this is not a good introduction to it.

The great tutorial to using WPF - Since I used Forms on the last GUI assignment, I have put myself behind on my WPF knowledge. This is a great extension to the lectures that really explain the design behind WPF and how to use things like UserControl.

yield - I checked this out after class. I had no idea such a thing existed, but anywhere I find a use for it, I'm for it.

Exploring the Observer Design Pattern - This is definitely a goto for understanding the Observer design.


Getting Started With Windows Presentation Foundation - Offered a good way to see XAML code and how it adjusts the window as a result.

No comments:

Post a Comment