SlideShare a Scribd company logo
BY:- PRAGATI KUMAR SINGH
VIKAS MISHRA
ANIL KUMAR
 I want to do my summer training in any useful and new technology.
 So I choose technology “ASP.NET with C# ”.
 ABOUT THE COMPANY AND COURSE
 TECHNOLOGIES USED IN THE PROJECT DEVELOPMENT
 PROJECT DETAIL WITH SNAPSHOTS
I had done my industrial training from HP ENTERPRISE
CENTRE LUCKNOW which is one of the training arm of
Hewlett Packard (Hewlett Packard Enterprise is in Education
sector for 30 years.) It offers a complete spectrum of quality
training programs on software, hardware, networking,
industrial /project training and various other new-age courses
as per the trends & demands of the industry., under the
guidance of MR. SARFARAZ AHMED, SOFTWARE TRAINER AT
HPES, LUCKNOW. The company has conducted a summer
training program.
TOPICS OF THE COURSE
 This project deals with developing an e-commerce website for Online
Jewellery Sale. It provides the user with a catalog of different products
available for purchase in the store. In order to facilitate online
purchase a shopping cart is provided to the user. The system is
implemented using a 3-tier approach, with a backend database, a
middle tier of Microsoft Internet Information Services (IIS) and ASP.NET,
and a web browser as the front end client.
 The objective of this project is to develop a general purpose e-
commerce store where any jewellery product (such as Earring, Hatpin,
Hairpins, necklace, pendant etc.) can be bought from the comfort of
home through the Internet.
 ddjewellers.in is an Indian e-commerce company, providing
consumer-to-consumer and business-to-consumer sales services via
the Internet.
This “ddjewellers.in” project is developed using ASP.NET( with
HTML) as front-end and SQL SERVER as back-end.
FRONT END TOOL: HTML5, ASP.NET,C#.
BACK END TOOL: SQL SERVER,ADO.NET.
An online store is a virtual store on the Internet where customers
can browse the catalog and select products of interest. The
selected items may be collected in a shopping cart. At checkout
time, the items in the shopping cart will be presented as an order.
At that time, more information will be needed to complete the
transaction. Usually, the customer will be asked to fill or select a
billing address, a shipping address, a shipping option, and
payment information such as credit card number. An e- mail
notification is sent to the customer as soon as the order is placed.
 ASP.NET is an open source server-side web application framework
designed for web development to produce dynamic web pages. It was
developed by Microsoft to allow programmers to build dynamic
websites, web applications and web services.
 ASP.NET is a new ASP (Active Server Pages) generation. It is not
compatible with Classic ASP, but ASP.NET may include Classic ASP.
 ASP.NET pages are compiled, which makes them faster than Classic
ASP.
 ASP.NET has better language support, a large set of user controls,
XML-based components, and integrated user authentication.
 ASP.NET pages have the extension .aspx, and are normally written in
VB (Visual Basic) or C# (C sharp).
 User controls in ASP.NET can be written in different languages,
including C++ and Java.
 When a browser requests an ASP.NET file, the ASP.NET engine reads
the file, compiles and executes the scripts in the file, and returns the
result to the browser as plain HTML.
 ASP.NET is built on the Common Language Runtime (CLR), allowing
programmers to write ASP.NET code using any supported .NET language.
 ASP.NET has many advantages – both for programmers and for the end
users because it is compatible with the .NET Framework. This
compatibility allows the users to use the following features through
ASP.NET:
a) Powerful database-driven functionality
b) Faster web applications
c) Memory leak and crash protection
 C# is pronounced “see sharp”.
 C# is an object-oriented programming language and part
of the .NET family from Microsoft. The most recent version
is C# 6.0 and it is part of Visual Studio 2015.
 C# is very similar to C++ and Java.
 C# is developed by Microsoft and works only on the
Windows platform.
 Features of C# includes Portability, Interfaces, Meta
programming, Methods and functions, Property,
Namespace, Memory access, Exception handling,
Polymorphism, Functional programming, Delegates and
Event Handler.
 Object-oriented programming (OOP) is a programming
language model organized around "objects" rather than
"actions" and data rather than logic.
 Important features with OOP are:
Classes and Objects
Inheritance
Polymorphism
Encapsulation
 Simula was the first object-oriented programming
language. Simula was developed in the 1960s by Kristen
Nygaard from Norway.
 Java, Python, C++, Visual Basic .NET and C# are popular
OOP languages today.
 Microsoft Visual Studio is an integrated development
environment (IDE) from Microsoft. It can be used to
develop console and graphical user interface
applications along with Windows Forms applications,
web sites, web applications, and web services in both
native code together with managed code for all
platforms supported by Microsoft Windows, Windows
Phone, Windows CE, .NET Framework, .NET Compact
Framework and Microsoft Silverlight.
 The latest version of Visual Studio is Visual Studio
2015.
In e-commerce applications it is very typical for the Web server to
contact the database to get information as needed. ASP.NET uses a
technology called ActiveX Data Objects.NET (ADO.NET) to connect to the
database.
ADO.NET
Classic ASP pages used ActiveX Data Objects (ADO) to access and modify
databases. ADO is a programming interface used to access data. This
method was efficient and fairly easy for developers to learn and
implement. However, ADO suffered from a dated model for data access
with many limitations, such as the inability to transmit data so it is easily
and universally accessible. Coupled with the move from standard SQL
databases to more distributed types of data (such as XML), Microsoft
introduced ADO.NET.
 SELLER MODULE
 BUYER MODULE
 ADMIN MODULE
 This module provides functionalities for sellers.
 Seller can post their product for sale with details such as
Description of product, Price and Product quality.
 They can also upload the jewellery photo.
 The Seller can also update their profile details.
 Seller get the mail when a customer is interested in buying
their product.
 This module provides functionalities related to buyer.
 Buyer can easily search the product of their choice available
under different categories and sub-categories.
 For purchasing the product buyer can place the order by
clicking on the buy now button in return ,the buyer will get
the order no.
 Admin verifies the seller details who register on the
ddjewellers.in
 Admin can manage seller and buyer both.
 Admin can add , delete, update product or product category.
 Admin can view the detail of persons who has tried to contact
him.
SYSTEM REQUIREMENTS
Minimum Hardware Requirements:-
Processor type:- Intel Core i3 -4th gen(Any higher
processor)
Processor Speed:- 1.30Ghz & higher(Minimum 1.20
GHz)
RAM:- 2 GB or above (Minimum 1 GB)
HDD Capacity:- 250 GB or above (Minimum 200 GB)
Monitor :- 17’’ Color/Mono(Any Upgraded)
Keyboard:- 104-keyboard (Any Upgraded)
Mouse: -3-button/2-Button
WINDOWS XP, VISTA,WIN 7,WIN 8.1,WIN10 Operating
System
Software Requirement:-
Front end : - web browser, Visual Studio 2013.
Back end : - SQL SERVER, ADO.NET
There are some limitations for the current system to which solutions can
be
provided as a future development:
 The Website is not accessible to everyone. It can be deployed on a web
server so that everybody who is connected to the Internet can use it.
 Online payment option is not done. Third party proprietary software
can be
used for online payment.
 The Administrator of the web site can be given more functionalities,
like
looking at a specific customer’s profile, the product that have to be
reordered, etc.
 At last it can be concluded that working on the project
ddjewellers was a real learning experience. The principles of
software production were well implemented throughout the
project. The whole project undergoes with full of enthusiasm
and with full of joyous moments. The project has been made
as per as the given specification.
 Working on the Project was really a learning experience and
we have come a long way in building our concepts of Software
engineering. The “ddjewellers“ developed by us is purely
based on ASP.NET.
Industrial training project ppt of online  shopping

More Related Content

What's hot

Online Store Modules
Online Store ModulesOnline Store Modules
Online Store ModulesKavita Sharma
 
online-shopping-documentation-srs for TYBSCIT sem 6
 online-shopping-documentation-srs for TYBSCIT sem 6 online-shopping-documentation-srs for TYBSCIT sem 6
online-shopping-documentation-srs for TYBSCIT sem 6
YogeshDhamke2
 
ONLINE SHOPPING SYSTEM -SEPM
ONLINE SHOPPING SYSTEM -SEPMONLINE SHOPPING SYSTEM -SEPM
ONLINE SHOPPING SYSTEM -SEPM
Aantariksh Developers
 
Online shopping report-6 month project
Online shopping report-6 month projectOnline shopping report-6 month project
Online shopping report-6 month project
Ginne yoffe
 
Online shopping portal: Software Project Plan
Online shopping portal: Software Project PlanOnline shopping portal: Software Project Plan
Online shopping portal: Software Project Plan
piyushree nagrale
 
Online shopping project synopsis
Online shopping project synopsisOnline shopping project synopsis
Online shopping project synopsis
Student Project Guide
 
E commerce
E commerceE commerce
E commerce
Arman Ahmed
 
Srs online shoping
Srs online shopingSrs online shoping
Srs online shoping
Abdul Saboor
 
E-commerce project presentation by manoar
E-commerce project presentation by manoarE-commerce project presentation by manoar
E-commerce project presentation by manoar
Tarik Manoar
 
[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC IT[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC IT
YogeshDhamke2
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)
Nazmul Hyder
 
Onlinemovieticketbooking 120215060739-phpapp02
Onlinemovieticketbooking 120215060739-phpapp02Onlinemovieticketbooking 120215060739-phpapp02
Onlinemovieticketbooking 120215060739-phpapp02
ISHA AHUJA
 
Mini Project presentation for MCA
Mini Project presentation for MCAMini Project presentation for MCA
Mini Project presentation for MCA
Abishek Purushothaman
 
E commerce use case documentation.
E commerce use case documentation.E commerce use case documentation.
E commerce use case documentation.
Yaswanth Babu Gummadivelli
 
online shopping
online shopping online shopping
online shopping
Ankuj Kumar
 
An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)
Jubayer Al Mahmud
 
Online shopping Report
Online shopping ReportOnline shopping Report
Online shopping Report
Pragnya Dash
 
Ecommerce(online Shopping)
Ecommerce(online Shopping)Ecommerce(online Shopping)
Ecommerce(online Shopping)
Umme habiba
 
Full Documentation.docx
Full Documentation.docxFull Documentation.docx
Full Documentation.docx
MilanKarki18
 

What's hot (20)

Online Store Modules
Online Store ModulesOnline Store Modules
Online Store Modules
 
online-shopping-documentation-srs for TYBSCIT sem 6
 online-shopping-documentation-srs for TYBSCIT sem 6 online-shopping-documentation-srs for TYBSCIT sem 6
online-shopping-documentation-srs for TYBSCIT sem 6
 
ONLINE SHOPPING SYSTEM -SEPM
ONLINE SHOPPING SYSTEM -SEPMONLINE SHOPPING SYSTEM -SEPM
ONLINE SHOPPING SYSTEM -SEPM
 
Online shopping report-6 month project
Online shopping report-6 month projectOnline shopping report-6 month project
Online shopping report-6 month project
 
Online shopping portal: Software Project Plan
Online shopping portal: Software Project PlanOnline shopping portal: Software Project Plan
Online shopping portal: Software Project Plan
 
Online shopping project synopsis
Online shopping project synopsisOnline shopping project synopsis
Online shopping project synopsis
 
E commerce
E commerceE commerce
E commerce
 
Srs online shoping
Srs online shopingSrs online shoping
Srs online shoping
 
E-commerce project presentation by manoar
E-commerce project presentation by manoarE-commerce project presentation by manoar
E-commerce project presentation by manoar
 
[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC IT[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC IT
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)
 
Onlinemovieticketbooking 120215060739-phpapp02
Onlinemovieticketbooking 120215060739-phpapp02Onlinemovieticketbooking 120215060739-phpapp02
Onlinemovieticketbooking 120215060739-phpapp02
 
Mini Project presentation for MCA
Mini Project presentation for MCAMini Project presentation for MCA
Mini Project presentation for MCA
 
E commerce use case documentation.
E commerce use case documentation.E commerce use case documentation.
E commerce use case documentation.
 
online shopping
online shopping online shopping
online shopping
 
An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)
 
Online shopping
Online shoppingOnline shopping
Online shopping
 
Online shopping Report
Online shopping ReportOnline shopping Report
Online shopping Report
 
Ecommerce(online Shopping)
Ecommerce(online Shopping)Ecommerce(online Shopping)
Ecommerce(online Shopping)
 
Full Documentation.docx
Full Documentation.docxFull Documentation.docx
Full Documentation.docx
 

Viewers also liked

S4 tarea4 agnai
S4 tarea4 agnaiS4 tarea4 agnai
S4 tarea4 agnai
Ibeth Aguilera
 
Vishwas international
Vishwas internationalVishwas international
Vishwas international
Vishwas International
 
Luque romero microsoft_power_point
Luque romero microsoft_power_pointLuque romero microsoft_power_point
Luque romero microsoft_power_point
valentina luque romero
 
Fortner_OSCARPresentation
Fortner_OSCARPresentationFortner_OSCARPresentation
Fortner_OSCARPresentationAshley Fortner
 
Herramientas tic para la capacitación (1)
Herramientas tic para la capacitación (1)Herramientas tic para la capacitación (1)
Herramientas tic para la capacitación (1)
sara isabel
 
Diseño de una situación de aprendizaje
Diseño de una situación de aprendizajeDiseño de una situación de aprendizaje
Diseño de una situación de aprendizaje
Estela Magdalena Camacho Martinez
 
Diseño de una situación de aprendizaje
Diseño de una situación de aprendizajeDiseño de una situación de aprendizaje
Diseño de una situación de aprendizaje
Estela Magdalena Camacho Martinez
 
S4 tarea4 hechd
S4 tarea4 hechdS4 tarea4 hechd
S4 tarea4 hechd
Diana Chàvez
 
tics en la informacion
tics en la informaciontics en la informacion
tics en la informacion
alan arizmendi
 
Kannan_ResumeNE3
Kannan_ResumeNE3Kannan_ResumeNE3
Kannan_ResumeNE3KANNAN N
 
Socio religious movements in india (2)
Socio religious movements in india (2)Socio religious movements in india (2)
Socio religious movements in india (2)
Komal Kashish Thakur
 
Panamá La Ruta Por Descubrir
Panamá La Ruta Por DescubrirPanamá La Ruta Por Descubrir
Panamá La Ruta Por Descubrir
Jancker507
 

Viewers also liked (12)

S4 tarea4 agnai
S4 tarea4 agnaiS4 tarea4 agnai
S4 tarea4 agnai
 
Vishwas international
Vishwas internationalVishwas international
Vishwas international
 
Luque romero microsoft_power_point
Luque romero microsoft_power_pointLuque romero microsoft_power_point
Luque romero microsoft_power_point
 
Fortner_OSCARPresentation
Fortner_OSCARPresentationFortner_OSCARPresentation
Fortner_OSCARPresentation
 
Herramientas tic para la capacitación (1)
Herramientas tic para la capacitación (1)Herramientas tic para la capacitación (1)
Herramientas tic para la capacitación (1)
 
Diseño de una situación de aprendizaje
Diseño de una situación de aprendizajeDiseño de una situación de aprendizaje
Diseño de una situación de aprendizaje
 
Diseño de una situación de aprendizaje
Diseño de una situación de aprendizajeDiseño de una situación de aprendizaje
Diseño de una situación de aprendizaje
 
S4 tarea4 hechd
S4 tarea4 hechdS4 tarea4 hechd
S4 tarea4 hechd
 
tics en la informacion
tics en la informaciontics en la informacion
tics en la informacion
 
Kannan_ResumeNE3
Kannan_ResumeNE3Kannan_ResumeNE3
Kannan_ResumeNE3
 
Socio religious movements in india (2)
Socio religious movements in india (2)Socio religious movements in india (2)
Socio religious movements in india (2)
 
Panamá La Ruta Por Descubrir
Panamá La Ruta Por DescubrirPanamá La Ruta Por Descubrir
Panamá La Ruta Por Descubrir
 

Similar to Industrial training project ppt of online shopping

Industrial training seminar ppt on asp.net
Industrial training seminar ppt on asp.netIndustrial training seminar ppt on asp.net
Industrial training seminar ppt on asp.net
Pankaj Kushwaha
 
Bn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netBn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot net
conline training
 
Aspnet2.0 Introduction
Aspnet2.0 IntroductionAspnet2.0 Introduction
Aspnet2.0 IntroductionChanHan Hy
 
Benefits of Using ASP.NET For Web Development for Businesses In 2023
Benefits of Using ASP.NET For Web Development for Businesses In 2023Benefits of Using ASP.NET For Web Development for Businesses In 2023
Benefits of Using ASP.NET For Web Development for Businesses In 2023
CMARIX TechnoLabs
 
Online furniture management system
Online furniture management systemOnline furniture management system
Online furniture management system
Yesu Raj
 
Dairy management system project report..pdf
Dairy management system project report..pdfDairy management system project report..pdf
Dairy management system project report..pdf
Kamal Acharya
 
Web development concepts using microsoft technologies
Web development concepts using microsoft technologiesWeb development concepts using microsoft technologies
Web development concepts using microsoft technologies
Hosam Kamel
 
Food borne human diseases
Food borne human diseasesFood borne human diseases
Food borne human diseases
AmalMohammedNasserSa
 
0nline shopping
0nline shopping0nline shopping
0nline shopping
ankit dubey
 
Portfolio - PROGmaatic Developer Network
Portfolio - PROGmaatic Developer NetworkPortfolio - PROGmaatic Developer Network
Portfolio - PROGmaatic Developer NetworkHabib Ullah Bahar
 
Making Of PHP Based Web Application
Making Of PHP Based Web ApplicationMaking Of PHP Based Web Application
Making Of PHP Based Web Application
Sachin Walvekar
 
Online advertising management system
Online advertising management systemOnline advertising management system
Online advertising management system
Yesu Raj
 
Online advertising management system
Online advertising management systemOnline advertising management system
Online advertising management system
Yesu Raj
 
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
 How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi... How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
Aimore Technologies
 
A Deep Dive into Android App Development 2.0.pdf
A Deep Dive into Android App Development 2.0.pdfA Deep Dive into Android App Development 2.0.pdf
A Deep Dive into Android App Development 2.0.pdf
lubnayasminsebl
 
Asp.net Web Development.pdf
Asp.net Web Development.pdfAsp.net Web Development.pdf
Asp.net Web Development.pdf
Sonia Simi
 
COMPRO- WEB ALBUM & MOTION ANALYZER
COMPRO- WEB ALBUM  & MOTION ANALYZERCOMPRO- WEB ALBUM  & MOTION ANALYZER
COMPRO- WEB ALBUM & MOTION ANALYZERAshish Tanwer
 
Online bus pass registration
Online bus pass registrationOnline bus pass registration
Online bus pass registration
Yesu Raj
 
Over view of Technologies
Over view of TechnologiesOver view of Technologies
Over view of Technologies
Chris Mitchell
 

Similar to Industrial training project ppt of online shopping (20)

Industrial training seminar ppt on asp.net
Industrial training seminar ppt on asp.netIndustrial training seminar ppt on asp.net
Industrial training seminar ppt on asp.net
 
Bn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netBn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot net
 
Aspnet2.0 Introduction
Aspnet2.0 IntroductionAspnet2.0 Introduction
Aspnet2.0 Introduction
 
Benefits of Using ASP.NET For Web Development for Businesses In 2023
Benefits of Using ASP.NET For Web Development for Businesses In 2023Benefits of Using ASP.NET For Web Development for Businesses In 2023
Benefits of Using ASP.NET For Web Development for Businesses In 2023
 
Online furniture management system
Online furniture management systemOnline furniture management system
Online furniture management system
 
Dairy management system project report..pdf
Dairy management system project report..pdfDairy management system project report..pdf
Dairy management system project report..pdf
 
Web development concepts using microsoft technologies
Web development concepts using microsoft technologiesWeb development concepts using microsoft technologies
Web development concepts using microsoft technologies
 
Food borne human diseases
Food borne human diseasesFood borne human diseases
Food borne human diseases
 
0nline shopping
0nline shopping0nline shopping
0nline shopping
 
Portfolio - PROGmaatic Developer Network
Portfolio - PROGmaatic Developer NetworkPortfolio - PROGmaatic Developer Network
Portfolio - PROGmaatic Developer Network
 
Making Of PHP Based Web Application
Making Of PHP Based Web ApplicationMaking Of PHP Based Web Application
Making Of PHP Based Web Application
 
AHSAN_Mosaddek0312
AHSAN_Mosaddek0312AHSAN_Mosaddek0312
AHSAN_Mosaddek0312
 
Online advertising management system
Online advertising management systemOnline advertising management system
Online advertising management system
 
Online advertising management system
Online advertising management systemOnline advertising management system
Online advertising management system
 
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
 How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi... How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
 
A Deep Dive into Android App Development 2.0.pdf
A Deep Dive into Android App Development 2.0.pdfA Deep Dive into Android App Development 2.0.pdf
A Deep Dive into Android App Development 2.0.pdf
 
Asp.net Web Development.pdf
Asp.net Web Development.pdfAsp.net Web Development.pdf
Asp.net Web Development.pdf
 
COMPRO- WEB ALBUM & MOTION ANALYZER
COMPRO- WEB ALBUM  & MOTION ANALYZERCOMPRO- WEB ALBUM  & MOTION ANALYZER
COMPRO- WEB ALBUM & MOTION ANALYZER
 
Online bus pass registration
Online bus pass registrationOnline bus pass registration
Online bus pass registration
 
Over view of Technologies
Over view of TechnologiesOver view of Technologies
Over view of Technologies
 

Recently uploaded

Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 

Recently uploaded (20)

Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 

Industrial training project ppt of online shopping

  • 1. BY:- PRAGATI KUMAR SINGH VIKAS MISHRA ANIL KUMAR
  • 2.  I want to do my summer training in any useful and new technology.  So I choose technology “ASP.NET with C# ”.
  • 3.  ABOUT THE COMPANY AND COURSE  TECHNOLOGIES USED IN THE PROJECT DEVELOPMENT  PROJECT DETAIL WITH SNAPSHOTS
  • 4. I had done my industrial training from HP ENTERPRISE CENTRE LUCKNOW which is one of the training arm of Hewlett Packard (Hewlett Packard Enterprise is in Education sector for 30 years.) It offers a complete spectrum of quality training programs on software, hardware, networking, industrial /project training and various other new-age courses as per the trends & demands of the industry., under the guidance of MR. SARFARAZ AHMED, SOFTWARE TRAINER AT HPES, LUCKNOW. The company has conducted a summer training program.
  • 5. TOPICS OF THE COURSE
  • 6.  This project deals with developing an e-commerce website for Online Jewellery Sale. It provides the user with a catalog of different products available for purchase in the store. In order to facilitate online purchase a shopping cart is provided to the user. The system is implemented using a 3-tier approach, with a backend database, a middle tier of Microsoft Internet Information Services (IIS) and ASP.NET, and a web browser as the front end client.  The objective of this project is to develop a general purpose e- commerce store where any jewellery product (such as Earring, Hatpin, Hairpins, necklace, pendant etc.) can be bought from the comfort of home through the Internet.  ddjewellers.in is an Indian e-commerce company, providing consumer-to-consumer and business-to-consumer sales services via the Internet.
  • 7. This “ddjewellers.in” project is developed using ASP.NET( with HTML) as front-end and SQL SERVER as back-end. FRONT END TOOL: HTML5, ASP.NET,C#. BACK END TOOL: SQL SERVER,ADO.NET. An online store is a virtual store on the Internet where customers can browse the catalog and select products of interest. The selected items may be collected in a shopping cart. At checkout time, the items in the shopping cart will be presented as an order. At that time, more information will be needed to complete the transaction. Usually, the customer will be asked to fill or select a billing address, a shipping address, a shipping option, and payment information such as credit card number. An e- mail notification is sent to the customer as soon as the order is placed.
  • 8.  ASP.NET is an open source server-side web application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic websites, web applications and web services.  ASP.NET is a new ASP (Active Server Pages) generation. It is not compatible with Classic ASP, but ASP.NET may include Classic ASP.  ASP.NET pages are compiled, which makes them faster than Classic ASP.  ASP.NET has better language support, a large set of user controls, XML-based components, and integrated user authentication.  ASP.NET pages have the extension .aspx, and are normally written in VB (Visual Basic) or C# (C sharp).  User controls in ASP.NET can be written in different languages, including C++ and Java.
  • 9.  When a browser requests an ASP.NET file, the ASP.NET engine reads the file, compiles and executes the scripts in the file, and returns the result to the browser as plain HTML.  ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language.  ASP.NET has many advantages – both for programmers and for the end users because it is compatible with the .NET Framework. This compatibility allows the users to use the following features through ASP.NET: a) Powerful database-driven functionality b) Faster web applications c) Memory leak and crash protection
  • 10.  C# is pronounced “see sharp”.  C# is an object-oriented programming language and part of the .NET family from Microsoft. The most recent version is C# 6.0 and it is part of Visual Studio 2015.  C# is very similar to C++ and Java.  C# is developed by Microsoft and works only on the Windows platform.  Features of C# includes Portability, Interfaces, Meta programming, Methods and functions, Property, Namespace, Memory access, Exception handling, Polymorphism, Functional programming, Delegates and Event Handler.
  • 11.  Object-oriented programming (OOP) is a programming language model organized around "objects" rather than "actions" and data rather than logic.  Important features with OOP are: Classes and Objects Inheritance Polymorphism Encapsulation  Simula was the first object-oriented programming language. Simula was developed in the 1960s by Kristen Nygaard from Norway.  Java, Python, C++, Visual Basic .NET and C# are popular OOP languages today.
  • 12.  Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It can be used to develop console and graphical user interface applications along with Windows Forms applications, web sites, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Phone, Windows CE, .NET Framework, .NET Compact Framework and Microsoft Silverlight.  The latest version of Visual Studio is Visual Studio 2015.
  • 13. In e-commerce applications it is very typical for the Web server to contact the database to get information as needed. ASP.NET uses a technology called ActiveX Data Objects.NET (ADO.NET) to connect to the database. ADO.NET Classic ASP pages used ActiveX Data Objects (ADO) to access and modify databases. ADO is a programming interface used to access data. This method was efficient and fairly easy for developers to learn and implement. However, ADO suffered from a dated model for data access with many limitations, such as the inability to transmit data so it is easily and universally accessible. Coupled with the move from standard SQL databases to more distributed types of data (such as XML), Microsoft introduced ADO.NET.
  • 14.  SELLER MODULE  BUYER MODULE  ADMIN MODULE
  • 15.  This module provides functionalities for sellers.  Seller can post their product for sale with details such as Description of product, Price and Product quality.  They can also upload the jewellery photo.  The Seller can also update their profile details.  Seller get the mail when a customer is interested in buying their product.
  • 16.  This module provides functionalities related to buyer.  Buyer can easily search the product of their choice available under different categories and sub-categories.  For purchasing the product buyer can place the order by clicking on the buy now button in return ,the buyer will get the order no.
  • 17.  Admin verifies the seller details who register on the ddjewellers.in  Admin can manage seller and buyer both.  Admin can add , delete, update product or product category.  Admin can view the detail of persons who has tried to contact him.
  • 19. Minimum Hardware Requirements:- Processor type:- Intel Core i3 -4th gen(Any higher processor) Processor Speed:- 1.30Ghz & higher(Minimum 1.20 GHz) RAM:- 2 GB or above (Minimum 1 GB) HDD Capacity:- 250 GB or above (Minimum 200 GB) Monitor :- 17’’ Color/Mono(Any Upgraded) Keyboard:- 104-keyboard (Any Upgraded) Mouse: -3-button/2-Button WINDOWS XP, VISTA,WIN 7,WIN 8.1,WIN10 Operating System Software Requirement:- Front end : - web browser, Visual Studio 2013. Back end : - SQL SERVER, ADO.NET
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32. There are some limitations for the current system to which solutions can be provided as a future development:  The Website is not accessible to everyone. It can be deployed on a web server so that everybody who is connected to the Internet can use it.  Online payment option is not done. Third party proprietary software can be used for online payment.  The Administrator of the web site can be given more functionalities, like looking at a specific customer’s profile, the product that have to be reordered, etc.
  • 33.  At last it can be concluded that working on the project ddjewellers was a real learning experience. The principles of software production were well implemented throughout the project. The whole project undergoes with full of enthusiasm and with full of joyous moments. The project has been made as per as the given specification.  Working on the Project was really a learning experience and we have come a long way in building our concepts of Software engineering. The “ddjewellers“ developed by us is purely based on ASP.NET.