Course Information
Course Overview
Learn how to program mid-size project with Create, Read, Update and Delete functionality with C#, Windows Forms, and SQL
So what is the course all about? It’s about showing you how to set up mid-size project with Create, Read, Update and Delete functionality, C#, Windows Forms, and SQL. I don’t go over any theory, so it is advised you have a at least few months of experience with C# and Windows Forms.
The project itself is perfect for showing how to work with multiple forms, set up C# classes, connect to the database, code basic SQL statements, pass data between forms and form objects, work with Windows Form events, and perform CRUD operations. We won’t be working with in-memory data and each operation will be performed directly against the database.
Of course, this is not a full production ready project. However, it demonstrates how to build a mid-size Windows Forms application, and prepares you towards more advanced concepts. The goal is to show you step by step how each piece of application is coded, so that you can easily follow. This is a perfect course for people who prefer hands on programming, and who like to code everything in a single project, rather than lots of small examples. You can easily finish the project in one weekend, but don’t let that fool you - there is a lot packed into it, and once you understand the code and principles used in this project, you can definitely consider yourself an intermediate programmer. Not bad for 3 hours of your time, right?
So, I’ll see you in the course. Let’s code.
Course Content
- 10 section(s)
- 38 lecture(s)
- Section 1 Introduction
- Section 2 Setting up the project
- Section 3 Repair Type Class
- Section 4 Customer Class
- Section 5 Appointment Class
- Section 6 Main Form
- Section 7 Customers Forms
- Section 8 Appointments Form
- Section 9 Testing and Final Fixes
- Section 10 Conclusion
What You’ll Learn
- Working with multiple forms
- CRUD operation
- OOP C#
- Passing data between forms
- Connecting Windows Forms to database
- Windows Forms
- Working with Windows Forms Events
- SQL
Reviews
-
HHerby Dorcely
Well explained, very practical
-
JJohn Bidwell
Well presented making complex concepts understandable.
-
JJoseph Echel
It was good but had to stop and start a lot because I was trying to key the code and it does not stay on the screen long enough and I type pretty fast. Would love to learn more about C# and WinForms if you know of any more courses like yours. I am pretty good as far as SQL is concerned but would like to learn more about using C# to write my own small CRUD forms with our in house data. I will watch the videos a few more times when time permits. Thanks
-
JJeff Scott
Excellent intro to C# and databases.