Project Name : Student Fee Management system
Language Name : C Sharp ,c#
Database Connectivity : can connect with SQL server/filling
Application Type: console Application
Introduction
Hi friend, welcome to another post of data structure project,today i am going to publish an other data structure based project known as "student fee management system" using Hash table ,the further detailed of this project is mentioned as under.
What is Hash Table?Hash Table is an important data structure concept ,Usually hash table is abbreviated (HT),Hash table can be define as Whenever an item or element is looked up and its key is hashed into a hash value that becomes the index into the bucket. Then as a result , the bucket is searched for the right key-value pair,known as Hash Table.
Function of the project
- Create New Student Record.
- Up Date student Record.
- Delete student Record.
- search student Record.
- Collect Student Fee.
- update student fee.
- Apply Late Charges.
- Set Class Students Fee.
- Set All Students Fee
- Set Late Fee Charges.
- Show All Fee Paid Students.
- Show All Fee Unpaid Students.
- Show Class Students Fee Status.
- Show All Students Fee Status .
Class Name:Program.cs
Class Name:Data Control.cs
Class Name:Student Record.cs
0 comments:
Post a Comment