Hello viewers, in this video you are going to learn how to create school management system using C#
Don't forget to connect with sql server, and create tables. If you face any error please let me know in the comment section. Thank you for watching :)
Don't forget to Like & Subscribe
Source Code
https://github.com/techpro66/source-code
Suppose, i own a school and i have students, teachers, courses. I can admit new students to the system, i can assign courses to students, i can admit teachers to the system. Finally i can keep records of course fees in the system.
Student
Here in this part, i can add new students, update and delete. I can perform crud operations. So all student's information such as id, name, roll, email, phone will be kept as records.
Course
Here in this part, i can decide which course a student is assigned to. So in the system, i can keep records of student name, course and credit. I can also perform crud operations.
Teacher
Here in this part, i can admit teachers to the system. I can perform crud operations.
Fee
Here in this part, i decided to change the roll to course, so that i can see the course. In this fee part, i have decided to keep records of course fees. Also i can perform crud operations. I could have managed the school fees, but i decided to manage only course fee. You can watch my video of student management system where i have managed school fees.
Login Form Using C# Without Database
https://studio.youtube.com/video/5ySw...
Thank you for watching :)
Don't forget to Like & Subscribe