Project Guide on my Blog: - https://virendra.tech.blog/2019/01/27/my-c-projects/
- This System is a simplified version of the Student Management System in Three-tier Architecture (Multi-tier).
- This System is in very Understandable format, in which anyone can understand how this system works.
- There are main two entities in this System Student and Tutor.
- This System is very useful to those people who are newbies with C# language.
- I describe all the information in this article with images.
- Visual Studio 2012 or above
- MS SQL Server 2012 or above
- ASP.NET Framework 4.5 or above
**List of Forms & Classes I made in this System**
1. Table Data (Students)
2. Table Data (Tutors)
3. UserLogin.aspx
4. Logout.aspx
5. StudentDetails.aspx
6. TutorDetails.aspx
7. StudentAccount.aspx
8. TutorAccount.aspx
9. StudentRegistration.aspx
10. UpdatePassword.aspx
11. UpdateTutorCourse.aspx
#1. Table Data (Students)
- This table above Shows the data already in this project.
- The highlighted area shows students in the database.
#2. Table Data (Tutor)
- In this table, the highlighted area shows tutors in the database.
#3. UserLogin.aspx
- This above login form contains student credentials.
- In this form, the user can log in as a student or tutor.
#4. Logout.aspx
- This above logout form asks the user to they sure want to log out.
#5. StudentDetails.aspx
- This student details form only seen by the user who logs in as a student.
- This form gives information about student course, tutor on the course and modules covers in the course.
#6. TutorDetails.aspx
- These tutor details form only seen by the user who logs in as a tutor.
- This form gives information of course, which course they taught and the list of students in that course.
#7. StudentAccount.aspx
- This screen comes up when user login as a student.
- If user login as a student they can see their details and update their password.
#8. TutorAccount.aspx
- This screen comes up when user login as a tutor.
- If user login as a tutor they can see their details, update their password and update their course as well.
#9. StudentRegistration.aspx
- This registration form allows the user to register as a student by default as per given requirment.
#10. UpdatePassword.aspx
- This form allows the user to update their password from their database.
#11. UpdateTutorCourse.aspx
- This form allows the tutor to update their course directly from their account.
This Project is licensed under MIT License
Copyright (c) [2019] [Virendr Vyas]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- LinkedIn - virendra-vyas
- Website - Virendra's Tech