87) Fun With Classes

Опубликовано: 14 Март 2026
на канале: Joseph Bolen
260
3

Visual Basic .NET - How To Video Tutorials by Joe Bolen.
Learn about using a simple Class and DataGridView.

Simple demo to show a simple class using auto-implemented properties; the use of a List(Of T) collection that is loaded with an initialization list; the use of LINQ to sort the collection; and, assigning the sorted collection to a DataGridView for display.