Computerized voting system using C# [ I also have a VB.NET / Java Version ] programming language and developed in visual studio 2015
Database : available in MySql, MS Access and MS SQL
features:
Candidates Registration
Voters' Registration
Voters' info can be manual entry or a list of voter's
in excel file and can be loaded on a data gridview
and save to database table
Server Program
- Score Monitoring
-Report of all voters, already voted, not voted yet
-Report of the scores ranking from highest score to lowest
-Report of all winners
Client Program
GUI to view each candidate per position
GUI to select candidate and send vote
Package Content
1. Server Program [ Score and Reports ]
2. Verifier Program [ Verifies voters if not voted yet ]
2. Client Program [ Vote Candidates ]