Presentation of project on e auction with dotnet

Post on 11-Jan-2017

1,372 views 1 download

transcript

Online-Auction This online auction project

Directed by: Mr. Alankar Sooraj(GLOBSYN)

Submitted by: Sreeparna Chakraborty Sunanda Chakraborty

Humayun Kabir Jayanta Bhowmick

Agenda AbstractGoalsArchitecture and PatternsDesignDemo

Why online auction• Auction is One of

the ancient and popular market way.

• Always, auction was very loud place, the travelling to auction places took a lot of participants time and were dangerous.

ONLINE-AUCTIONBut now!...You only need to

turn on your computer and enter the web-site

NET-AUCTION

What is online auction An implementation of web

auction with it’s own design and bid politics.

have an intuitive interface and unique visual objects

Common client operations were implemented in this application. In addition, there were used some original marketing solutions.

TYPE OF AUCTION

One seller & one buyer

One seller & many buyers

Many sellers & one buyer

Many sellers & many buyers

Our goals The main goal is to provide

easy way for buying and selling over the web

Studying ASP.NET 2, Microsoft SQL Server, C# and an interaction of all above .

Throwing over an engineering

process from planning of project to it’s implementation

Architecture and PatternsFeatures:Guests Searching for items by tags and categories Studying available tenders and items Web registrationRegistered users Proposing items for tender Participating in active tenders Account management Commenting and rating other users

FRAMEWORK,SOFTWARE &LANGUAGE

• Dynamic web-applications• ASPX file format• Rendering technique • Microsoft .NET languages (C#)• HTML • Database Concept• Form authentication• Ajax & CSS visual Design

SERVER SIDE REQUIREMENT• Hardware specificationHard disk – 320 GBProcessor-- dual core or aboveMemory -- 2 GB• Software specificationASP.NETSQL Server 2010

CLIENT SIDE REQUIREMENT• Hardware specificationHard disk – 200 MBProcessor– Pentium 4 or aboveMemory -- 512 MB• Software specificationAny standard browser Client side mark up/scripting language

HTML

DESIGN• Three layer design pattern *Presentation Layer -Web pages (GUI). *Business Logic Layer - Project’s logic. - Classes & algorithms *Data Access Layer - Ordered DB access.

Related tables.

RELATED DATABASE TABLE

APLICATION FLOW

DEMONSTRATION OF THE PROJECT

AuctionHome Page About us Page

Auction

Home Page

Auction

Auction

Auction

Auction

ADVANTAGESPreferred bidders are all contained

within a single database.Easy comparison of bids.Better efficiencyWe can add multiple photos in

different rows.

LIMITATIONS• Limitation of online auction

Internet connection may be slow

which can effect site efficiency

Lack of computer knowledge

Server problem

FUTURE SCOPES

• Admin monitoring

• Several payment options

• email verification

• Update other information of users

• To make an application using the concept of

this project

CONCLUSION