In this video we will cover how to create a list of objects, add them to a gridview, and toggle object data from the gridview.
Basic Steps:
Trim down book Class
Add two new classes: LibraryBook and BookManager
C# .NET
Windows Form Application
Visual Studio
Class Methods and Properties
Object Oriented Programming
DataGridView
DataSource
Refresh
DataBoundItem
CurrentRow
Model View Controller