Final Project
Final Project
Ff
Final Project
Student’s Name
• W.K.Vihanga Nethmini
• S.A.Oshadee Navodya
• A.P.Yohani Darshika
• Y.P.Radeeshana Sankalpa
• W.Pamith Nenuka
Student’s Registration No
• 00195795
• 00202450
• 00195667
• 00202465
• 00202484
Batch
• DIIT 01
1|P age
ACKNOWLEDGMENT
Lastly, I express gratitude to all those who, directly or indirectly, contributed to the
successful completion of this School Management System assignment.
2|P age
Contents
1. Introduction
1.1. What is the Visual Studio ?
1.2. What is the SQL Sever Management Studio ?
1.3.
1.4. What is C# ?
2. Our project
2.1. School Management System
2.2. Start with Visual Studio
6. ER Diagram
7. Class Diagram
3|P age
INTRODUCTION
What is the Visual Studio ?
Visual Studio is an integrated development environment (IDE) created by Microsoft. It provides
a set of tools and features for software development, supporting various programming languages
like C#, C++, and Visual Basic. Developers use Visual Studio for tasks such as coding,
debugging ,and designing graphical user interfaces for their applications.
What is C# ?
C# (pronounced "C-sharp") is a programming language developed by Microsoft. It is part of the
.NET framework and is widely used for building Windows applications, web applications, and
various other types of software. C# is an object-oriented language that combines elements of C
and C++ with features from other modern programming languages. It is known for its simplicity,
type safety, and scalability, making it a popular choice for developing a wide range of
applications across different platforms.
4|P age
OUR PROJECT
School Management System
we have decided to implement a system to manage school details. The proposed system must
have to be secures with a proper login and once user logged into the system, they must be
capable of viewing, entering, deleting, and managing student details ,teachers details ,school
information and classes.
5|P age
2. Click on New Project tab.
3. In the window ,select visual C# and Choose "Windows Forms Application" from the
list of templates.
6|P age
4. Then Give Project Name, give Save Location and Ok Button.
7|P age
Visual Studio 2012 Interface
1. Menu Bar: At the top of the window, you'll see the menu bar
containing various menus such as File, Edit, View, Project, Build,
Debug, etc. These menus provide access to different commands
and features of the IDE.
8|P age
2. Toolbar: Below the menu bar, you'll find the toolbar which
contains icons for commonly used commands like Save, Cut,
Copy, Paste, Build, Debug, etc. You can customize the toolbar to
add or remove icons based on your preferences.
4. Code Editor: The central area of the IDE is the code editor
where you write, edit, and view your code files. It provides
features like syntax highlighting, code completion, IntelliSense,
and debugging capabilities .
9|P age
9. Status Bar: At the bottom of the IDE, you'll find the status bar
which displays information about the current status of the IDE,
such as build progress, line and column numbers, and other
contextual information.
✓ Picture Box
✓ Three Labels
➢ School Management System
➢ User Name
➢ Password
✓ Two Text Box
➢ User Name
➢ Password
10 | P a g e
✓ Three Buttons
➢ Login
➢ Reset
➢ Logout
• element that are listed and change the properties of each object
with suitable values.
11 | P a g e
After designing the login form ,you can use the following methods to
create the next form.
1. First, go file, next go to add and select new project.
2. Then select Windows Form and set a Name and Click ok.
12 | P a g e
Dash Board Design
13 | P a g e
Dashboard Coding
14 | P a g e
School Information Form Design
✓ Two Button
➢ Submit
➢ Exit
15 | P a g e
School Form Coding
16 | P a g e
Teachers Form Design
17 | P a g e
Teachers Form Coding
18 | P a g e
Students Form Design
✓ Four Button
➢ Submit
➢ Update
➢ Delete
➢ Show All
19 | P a g e
Students Form Coding
20 | P a g e
Use Case Diagram
21 | P a g e
ER Diagram
22 | P a g e
Class Diagram
23 | P a g e
How to operate the system
• First click, Click Hear to Login Button.
• After open Login Form.
• Now enter Username and Password, after click Login Button.
• Select the form you want.
• Then move forward.
24 | P a g e
Thank
you………..!
25 | P a g e