Review Topics for the Final Exam
Class Page Links
-
All the ones that have been marked
like this.
Previous Exams
In addition to the material for the previous exams, you must know the
new material that has been covered since the second exam.
Text: Windows Forms 2.0 Programming
-
Chapter 2 - Forms
-
Multiple Document Interface Applications
-
Chapter 14 - Applications
-
Chapter 16 - Data Binding Basics
-
The Land Before Data Binding
-
BindingList<T>
-
The BindingSource Component
-
Design-Time Data Sources
-
Objects
-
Configuring the BindingSource
-
Data Source Persistence
-
Binding UI Elements in the Designer
-
Chapter 17 - Applied Data Binding
-
Drag-and-Drop Data Binding
-
Fundamentals of Data-Bound UIs
-
Item UIs -just the intro section.
-
List UIs - just the into section.
-
Data Grids
-
Chapter 18 - Multithreaded User Interfaces
-
Long-Running Operations
-
Progress Indication
-
Simplified Multithreading
-
Reporting Progress
-
Shared Data
Additional Topics
-
Type Conversions, Operators and Object Types
-
IDisposable Pattern
-
Gargabe Collection
-
Dispose Method
-
MemberWise Cloning
-
Copying, Cloning and Marshalling