Overview Of C# Database Objects
Connection String Overview
Connection String Example
Command And Data Adapter Overview
Using Wizard to connect to DB and bind form objects
EXERCISE - USING C# DATABASE OBJECTS (NorthWind Database) - INSTRUCTIONS
EXERCISE - NorthWind - Creating the Form
EXERCISE - NorthWind - Adding Database Objects
EXERCISE - NorthWind - Data Binding
EXERCISE - NorthWind - Currency Manager
Authors - Creating the Form
Authors - Adding Database Objects
Authors - Navigating Between Records
Authors - Setting up Save and Delete Events
Authors - Application States Intro
Authors - Coding Application States
Authors - Working with Application States
Authors - Validating Input
Authors - More Input Validation
EXERCISE - PUBLISHERS - INSTRUCTIONS
EXERCISE - Publishers - Creating the Form
EXERCISE - Publishers - Adding Database Objects
EXERCISE - Publishers - Data Binding and CurrencyManager
EXERCISE - Publishers - Application States
EXERCISE - Publishers - Input Validation
EXERCISE - Publishers - Navigating Through Records
Authors - Bug Fix - Saving Record
Authors - Deleting Records
Authors - Adding New Records
Authors - Adding New Records - Changing Application State
Authors - Adding New Records - Record Position
Authors - Final Adjustments
EXERCISE - PUBLISHERS - CRUD OPERATIONS - INSTRUCTIONS
EXERCISE - Publishers - Adding Record Navigation
EXERCISE - Publishers - Saving Records
EXERCISE - Publishers - Saving Records (testing)
EXERCISE - Publishers - Adding and Deleting Records
EXERCISE - Publishers - Changing Application States
Publishers - Adding Search Functionality to the Form
Publishers - Coding Search Functionality
EXERCISE - AUTHORS - ADDING SEARCH FUNCTIONALITY - INSTRUCTIONS
EXERCISE - Authors - Adding Seach To The Form
EXERCISE - Authors - Coding Search Functionality
Authors - Bug Fix - Edit and Cancel Events
Authors - Bug Fix - Add New Record
Publishers - Bug Fix - Cancel Adding New Record
Titles - Creating the Form
Titles - Adding C# Database Objects
Titles - Navigating Between Records
Titles - Application State
Titles - Input Validation
Titles - Application State For Edit and Add New Record
Titles - Saving Edited Record
Titles - Deleting Records
Titles - Cancelling CRUD operation
Titles - Bug Fix - Not Allowing Letters for Year Published Field
Titles - Adding Authors and Publishers to the Form
Titles - Authors Database Objects
Titles - Loading Authors Database Objects
Titles - Getting Authors for Specific ISBN - Part 1
Titles - Getting Authors for Specific ISBN - Part 2
Titles - Removing Authors From ComboBox
Titles - Application State for Authors
Titles - Saving Authors And ISBN
Titles - Updating Authors Search Functionality
EXERCISE - TITLES - ADD PUBLISHERS TO THE FORM - INSTRUCTIONS
EXERCISE - Titles - Adding Publishers Database Objects
Titles - Adding Connection to Authors Form
EXERCISE - TITLES - ADDING CONNECTION TO PUBLISHERS FORM - INSTRUCTIONS
EXERCISE - Titles - Adding Connection to Publishers Form
Titles - Testing Adding New Records
Passing Data Between Two Forms - Improving Search
Passing Data Between Two Forms - Improving Search for Titles
Passing Data Between Two Forms - Improving Search For Authors and Publishers
Checking If Plane is Full
Checking if Seat is Taken
Outline of Methods and Events We Need
Populating DropDown Rows From the Database
Testing Adding a Passenger
Show All Passengers SQL Command
Search For a Passenger SQL Command
Pass And Load Data Between Forms
Edit and Delete Passenger - Outline of Things To Do
Validating Waiting List and Seat Information
Updating Passenger and Seat Records
Testing Edit Functionality
Delete Passenger and Final Test