27
Online-Auction This online auction project Directed by: Mr. Alankar Sooraj (GLOBSYN) Submitted by: Sreeparna Chakraborty Sunanda Chakraborty Humayun Kabir Jayanta Bhowmick

Presentation of project on e auction with dotnet

Embed Size (px)

Citation preview

Page 1: Presentation of project on e auction with dotnet

Online-Auction This online auction project

Directed by: Mr. Alankar Sooraj(GLOBSYN)

Submitted by: Sreeparna Chakraborty Sunanda Chakraborty

Humayun Kabir Jayanta Bhowmick

Page 2: Presentation of project on e auction with dotnet

Agenda AbstractGoalsArchitecture and PatternsDesignDemo

Page 3: Presentation of project on e auction with dotnet

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.

Page 4: Presentation of project on e auction with dotnet

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

turn on your computer and enter the web-site

NET-AUCTION

Page 5: Presentation of project on e auction with dotnet

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.

Page 6: Presentation of project on e auction with dotnet

TYPE OF AUCTION

One seller & one buyer

One seller & many buyers

Many sellers & one buyer

Many sellers & many buyers

Page 7: Presentation of project on e auction with dotnet

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

Page 8: Presentation of project on e auction with dotnet

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

Page 9: Presentation of project on e auction with dotnet

FRAMEWORK,SOFTWARE &LANGUAGE

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

Page 10: Presentation of project on e auction with dotnet

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

Page 11: Presentation of project on e auction with dotnet

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

Page 12: Presentation of project on e auction with dotnet

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.

Page 13: Presentation of project on e auction with dotnet

RELATED DATABASE TABLE

Page 14: Presentation of project on e auction with dotnet

APLICATION FLOW

Page 15: Presentation of project on e auction with dotnet

DEMONSTRATION OF THE PROJECT

Page 16: Presentation of project on e auction with dotnet

AuctionHome Page About us Page

Page 17: Presentation of project on e auction with dotnet

Auction

Home Page

Page 18: Presentation of project on e auction with dotnet

Auction

Page 19: Presentation of project on e auction with dotnet

Auction

Page 20: Presentation of project on e auction with dotnet

Auction

Page 21: Presentation of project on e auction with dotnet

Auction

Page 22: Presentation of project on e auction with dotnet
Page 23: Presentation of project on e auction with dotnet

ADVANTAGESPreferred bidders are all contained

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

different rows.

Page 24: Presentation of project on e auction with dotnet

LIMITATIONS• Limitation of online auction

Internet connection may be slow

which can effect site efficiency

Lack of computer knowledge

Server problem

Page 25: Presentation of project on e auction with dotnet

FUTURE SCOPES

• Admin monitoring

• Several payment options

• email verification

• Update other information of users

• To make an application using the concept of

this project

Page 26: Presentation of project on e auction with dotnet

CONCLUSION

Page 27: Presentation of project on e auction with dotnet