Naming Conventions - Properties - Most discussions about naming conventions for properties rarely mention developer productivity or property accessibility.
Lazy Loading is a design pattern to defer initialization of objects until needed.
Event Handler shows how to extend event handlers to use custom arguments.
Nullable allows for numbers, dates, booleans to contain null data values to match the capabilities of databases.