School Management System In C# With Source Code

Project: School Management System In C#

– To download School Management System Project for free (scroll down)

About School Management System:

School Management System project is developed using C# Language. The Project is based on a concept to maintain and generate school’s administration easily. Talking about the system, Before entering the main menu, the user should pass through the login system to get access. From, there a user can either log in or Register as a new user by providing their own details and after logging into the system, he/she can make new admissions of the students, upgrade standards, manage fees, search students, view individual student’s detail, delete student’s record. While entering an admission of the new student, the user has to provide Fullname, Mother’s name, Gender, SurName, Mobile Number, Email ID, Date of Birth, Standard, Medium, Previous School name, Year and Address then the system stores the given data into the database.

Student’s Information stored on the database is retrieved easily with each and every detail and the user can also upgrade student’s standard which also gets updated automatically in student’s database. All the student’s fees are to be managed with the help of Registration number of the students. There are two search categories for the users, Individual and Group. Whenever a student drops out or leaves the school, his/her record can be removed from the database. Pieces of information about the school and contact detail are provided inside School Information tab.

School Management System project helps in student management and fees management of a school within a short period of time. This project is easy to operate and understood by the users. To run this project you must have installed Visual Studio IDE on your PC. This School Management System in C# is free to download with source code. For the project demo, have a look at the image slider below.

[metaslider id=9338]

Features:

  1. Login/Register System
  2. New Admissions
  3. Upgrade Standard
  4. Fees
  5. Search Students
  6. Individual Student Details
  7. Remove Students
LOGIN DETAILS ARE PROVIDED IN “Readme.txt” FILE INSIDE PROJECT FOLDER

DOWNLOAD SCHOOL MANAGEMENT SYSTEM IN C# WITH SOURCE CODE: CLICK THE BUTTON BELOW

[quads id=1]


5 1 vote
Article Rating
Subscribe
Notify of
guest
27 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
vaibhav
vaibhav
5 years ago

how can i change the database directory

Harriet
Harriet
5 years ago

I can’t use the Fees tab. Why is that?

yasir
yasir
5 years ago

video tutorial is available or not ?

craftmon
craftmon
5 years ago

I have changed the database directory as instructed still I’m having an error.

“A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 – Error Locating Server/Instance Specified)”

Am I missing something?

sabir
sabir
4 years ago

I need Documentation Of this Project Can You Help me !

Ahmad
Ahmad
4 years ago

hello sir
how to fix this error
“The attempt to attach to the database failed with the following information:
Login failed for user ‘DESKTOP-IVUMQFCijazb’.”

Shehry
4 years ago

Plz help me in database connectivity, where to change the directory and how ?

James
James
4 years ago

Hello, thank you for sharing the project. However there so many connection strings initiated for each activity. i would suggest you edit the connection to one console the do a reference for a objects. Thank you. Otherwise the integration is good. Those who are unable to connect to database kindly. connect in the server explorer as a new sql database file, upgrade, then on the properties copy the new connection an replace with the existing.. Enjoy

James
James
4 years ago
Reply to  James

An example my connection class I created Data.cs with the connection using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; namespace SchoolManagementSystem { class Data { public string connection = “Data Source=(LocalDB)\\MSSQLLocalDB;AttachDbFilename=C:\\Users\\admin\\Documents\\Visual Studio 2015\\Projects\\School Management System C#\\SchoolManagementSystem\\SchoolManagementSystem\\school.mdf;Integrated Security=True”; } } Then here is my log in code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; using System.Configuration; namespace SchoolManagementSystem { public partial class Form1 : Form { Data ds = new Data(); SqlConnection con = default(SqlConnection); public Form1() { InitializeComponent(); } public void SqlConn() { SqlConnection connection = default(SqlConnection);… Read more »

M.Muddasir
M.Muddasir
3 years ago

How to change Database directory?

aditya varshney
aditya varshney
3 years ago

hi harry sir !!! i have a problem that how to make the database of this project…………………….

Mohsin
Mohsin
3 years ago

I have changed the database directory as instructed still I’m having an error.
“A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.

wasiullah
3 years ago

anyOne need school managment then email

Email:[email protected]

cyrus
cyrus
3 years ago

PLS can you send me video on how to to connect the database ..pls or anything today..

nouman
nouman
2 years ago

help me in database connectivity

Ngabu Alex
Ngabu Alex
2 years ago

ohh I like every thing with your website.
I get to learn so fast with coding projects when I bench mark with your smart work, thanks for the work!

Wilma
Wilma
1 year ago

Hi i cant download the zip file can you email it to me ?

Wilma
Wilma
1 year ago

Hi i cant download the zip file can you email it to me ? [email protected]

27
0
Would love your thoughts, please comment.x
()
x