Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.06 KB

College Management

  • In this Project Project you will create a c# complete application of college management.
  • The Application starts with a nice looking splash form which leads to a login form.
  • If the user id and password match the database entries, the user will login to the main form.
  • From the Main form, the user can go to the Students form.
  • User can Add, Edit, Delete and View Students List.
  • The User can manage the different Students.
  • The User can manage the different Departments and Teachers by Adding, Editing and Deleting them.
  • The Application allows to collect The Fees from Students, and allow to display all the students how have paid and those who have not.
  • Finally, The fees of particular student can be printed.

Tools Used

To devlop this project, the following tools were used.

  • Microsoft Visual Studio 2019 Community Edition.
  • Microsoft SQL Server 2014 Express.

Admin login Credential

 username : admin
 password : 12345

Using the username and password you will able to access full freature of this software.