This project is was my spare time project apart from college. It is a windows application originally was writtern in VB and now i have taken time and migrated it to c#. You can have a look at vb projet here.
- .Net framework 4.0
- SQL server 2008 R2
- User Login
- Student Management
- Staff Management
- Fees Management and Receipt printing
- Attendance for Staff and Students
- Students Monthly Marks Update and Statistics
- Install SQL Server 2008 R2 (Or the versions you want if you can handle the compatibility issues).
- Install SQL Server Management Studio.
- Create a database.
- Run the database-script.sql file this will create all the stored procedures, functions and tables.
- Open App.config file and change the database connectionString parameter to for your database.
- Open the solution file in visual studio an run the application. Default uername is admin and password admin123.
This project is licensed under MIT License