C# - Learners Database Project: Selecting learners from the database

Опубликовано: 04 Март 2026
на канале: Sandra Hawkins Programming Tutorials
470
5

This video series shows you how to read from and write to a SQL Server database from a C# project in Visual Studio. All database code is written from scratch without the use of drag and drop database controls.

This video explains the code files that will be written using the Model View Controller Framework and selects the learners from the database. The learner objects are printed to the output window in this example, please see the next view on how to populate the form with the learner objects/ details.