I'm working on a computer science exercise and need a sample draft to help me learn.
Assignment
The objectives of this assignment are as follows:
Create a fully functioning Windows Forms desktop application.
The application's forms will allow a user to interact with the Movies table from a SQL Server database.
This application retrieves data from the database while also demonstrating the ability to handle the typical CRUD operations (Create, Read, Update, and Delete).
Skills Required
To properly complete this assignment, you will need to apply the following skills:
Construct Windows desktop GUI application using Windows Forms. This application will use all the following controls:
DataGridView to display all the movies available in the database. In your code-behind, you will populate the data grid control with a list of movies using a class object for each movie retrieved from the database.
ComboBox to display nine different genre selections to associate with a given movie.