
Import data into the new database using the table data import wizard with a CSV export file, mapping columns, and importing seven records for development.
learn to create the first stored procedure bc_get_all, return all records with select star from the table, and understand how stored procedures decouple code and enhance security.
Learn how to configure a MySQL database connection in a C# Windows Forms app using app.config, define a connection string, fetch it with ConfigurationManager, and open and close the connection.
Demonstrate deleting a record via a stored procedure in a crud app built with C#, MySQL Server, and Windows Forms, including user confirmation and data grid refresh.
Explore helper methods to tidy a crud app in C#, MySQL server, and Windows Forms, including update, delete, and clearing textboxes with user messages, planning a stored procedure for search.
Implement a graceful quit with a quit button and a yes/no message box in Windows Forms. Initialize button states and handle the dialog result to exit on yes.
This course (part 1) will have in total 11 sections.
The course will give you the knowledge of how to use C# to build a full CRUD application using Windows Forms. We will be using Visual Studio 2019 Community edition and create this CRUD application with MySQL Server as the database. We will also be using Stored Procedures that will be executed by a specially defined user.
The course will expand to three parts where we will add another database in part 2. In part 3 we will add capability to use images/photos/logos that we will stored in the database itself. When all parts are complete it’ll extend to another approx. 10-12 sections.
You will find a number of downloads in some of the section /lectures that will help you with some details and definitions. At the end of the course you will also find the source code itself for download.
Tools and development environment can be downloaded for free – full instructions inside this course regards to installation and configuration. You can find more detailed information on my BLOG. See my instructor page for the link.
At the end of this course, you will be confident of writing your own CRUD applications using C# and MySQL Server.
You can also contact me in different ways to have some support, if needed.