Top Banner
ONLINE VOTING SYSTEM USING ASP.NET
23
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Online  Voting System.pptx

ONLINE VOTING SYSTEMUSING ASP.NET

Page 2: Online  Voting System.pptx

CONTENTS

OBJECTIVE

FEATURES OF THE PROJECT

E-R DIAGRAM

TECHNICAL REQUIREMENTS

SYSTEM ANALYSIS

INTRODUCTION TO ASP.NET

SNAPSOTS

Page 3: Online  Voting System.pptx

OBJECTIVETraditional voting system Inefficient

Takes time and human resources.

Does not give an instant poll result.

Hard to track who voted and who don’t

Online Voting System Instant Poll result

Easy to keep track of voters

Use of Internet

Page 4: Online  Voting System.pptx

CONTD…

Online Voting System is web based application

OVS is the voting software

Its consists of four groups: General voter

Candidate/nominee

Inspector

Administrator

Page 5: Online  Voting System.pptx

FEATURES OF THE PROJECT

Secured login procedure

Knowing nominees of respective wards

Profiles can be modified

nominees can post their vision

Casting vote is possible only with authentication of voter

Inspection is performed on both voter and nominees

Suspected user can be reported against

Abused user can be verified and blocked if necessary

Page 6: Online  Voting System.pptx

E-R DIAGRAM

Page 7: Online  Voting System.pptx

TECHNOLOGICAL REQUIREMENTS

Page 8: Online  Voting System.pptx

SYSTEM ANALYSIS

MODEL VIEW CONTROLLER (MVC)

MODEL(SQL-SERVER)

CONTROLLER(ADO.NET)

VIEW(ASP.NET)

BACK END

MIDDLE TIER

FRONT END

Page 9: Online  Voting System.pptx

INTRODUCTION TO ASP.NET

ASP.NET is a part of the Microsoft .NET framework, developed by Microsoft, and is a powerful tool for creating dynamic and interactive web pages

ASP.NET is a successor of Microsoft’s ASP technology

ASP.NET is built on the Common Language Runtime(CLR), allowing programmers to write ASP.NET code using any supported .NET language

Page 10: Online  Voting System.pptx

.NET FRAME WORK

Page 11: Online  Voting System.pptx

MULTIPLE LANGUAGE SUPPORT

Can support theoretically infinite no. of languages

Microsoft provides Visual Basic.NET, Visual C#, Visual J# & Visual C++

Benefits of Multiple Language Support:

• Use of preferred language

• Use of multiple language in single application

• Code Modules are reusable

• Class Library Access is same for all languages

Page 12: Online  Voting System.pptx

.NET PROGRAMMING LANGUAGE VB.Net

C#

APL

Fortran

Pascal

C++

Haskell

Perl

Java Language

Python

COBOL

Microsoft Jscript

RPG

Component Pascal

Mercury

Scheme

Curriculum

Mondrian

Small Talk

Eiffel

Oberon

Standard ML

Forth

Oz

Etc……..

Page 13: Online  Voting System.pptx

USER INTERFACEUs e r

L o g in R e g is te r

En te r Log i nan d Pas s word

En te r Log i nan d Pas s word

C on fi rm e dfa ls e

V O TE

Page 14: Online  Voting System.pptx
Page 15: Online  Voting System.pptx
Page 16: Online  Voting System.pptx
Page 17: Online  Voting System.pptx
Page 18: Online  Voting System.pptx
Page 19: Online  Voting System.pptx
Page 20: Online  Voting System.pptx
Page 21: Online  Voting System.pptx
Page 22: Online  Voting System.pptx
Page 23: Online  Voting System.pptx

THANK YOU