Online Mobile Phone Shop
#1

PRESENTED BY:
Ashwani Aggarwal

[attachment=12338][attachment=13478]

INTRODUCTION
About Project:

The project ONLINE MOBILE PHONE SHOP is to develop an Internet based sale and purchase system for mobile. As mobile market is increasing very sharply and will increase with boom in near future. Visualizing the huge opportunity this is an effort to internationalize the business through Internet. By developing of this portal and keeping the site searchable on Google hence increasing the customer base from a local market to all around the globe.
My ongoing project is a web application because nowadays Internet is a prominent tool of marketing mantra. With the advent of the Internet technologies, world has become a global village. Every year, millions of people around the world use the Internet to interact in more ways then ever before till date. People, who surf on Internet, are thinking about the online purchase because it is very easy and comfortable to order online than going to market and purchase their required goods. So considering a big hike in the revenue in this booming sector and one of the successful businesses through Internet one should be proud to have such a technical deal.
With the fast growing of communications network like optical fiber, making way to broadband it will be now easy and economical also to access the Internet, whether in monetary or information retrieval term.
The mere existence of the web has been enriching, as it provides a huge diversity of views, take web logs, or blogs, which can assume the form of online diary or message board. The gist of all these is that if the data access retrieval and the goal are placed in a well order on the net by using its technologies, we are not going to loose in any way whether it is the user or the service provider. So a computer has now become helpful in many other cases too:
 Fast retrieval of information around the globe by browsing the net.
 Easy access by seating at home to most of the work places
 Easy database access with the invaluable functions of online entertainment and jobs and placement.
These are the modules that I am going to develop in my proposed project.
Total no. of modules:- 10
1. LOGIN SYSTEM
2. REGISTRATION MASTER
3. THE SEARCH MASTER
4. ITEM MASTER
5. ORDER MASTER
6. THE SITE MASTER (CONTROL PANEL)
7. SHOPPING CART
8. THE VALIDATION MASTER
9. PRODUCT SALE PURCHASE MAILER
10. ADVERTISEMENT HANDLER
OBJECTIVES
Project Objectives:

The objective of the project “ONLINE MOBILE PHONE SHOP” is to develop a viable e-marketing system for the purchase and sale of mobile phones.
The major objectives of this project are as follows: -
• Providing an interactive interface for the customer for online sale and purchase of Mobiles, purchase details input, sales details input, search of the MOBILE type available on the given criteria, online booking of the MOBILE to be purchased, with the facility of the shopping cart using the flavors of H.T.M.L, X.M.L. blended with the power of V.B.NET under the framework of A.S.P.NET. After all interface has a lot to do when proper interaction and attraction is necessary.
• Helping the customer to search his specific MOBILE with a robust search tool.
• Online booking of Mobiles with the delivery status notification system.
• Providing Secured Environment for secured data access wherever necessary.
• Retrieval of data from database using easy buttons, links and interfaces in a very fast and efficient manner.
• On-line updating of all types of data. Updating Data using web based interfaces and with the help of buttons & links in an easy & convenient way.
Developing a viable candidate system that fulfills the following requirements: -
 Faster and accurate information retrieval.
 Easy registration.
 Login dependent information retrieval and updating.
 Correct and consistent maintenance of data and its
quick retrieval.
• Minimizing the page download time and hence less Investment.
• Improving the switches button and hyperlink so that the candidate shall find all the queries they need at first sight.
• Maintaining the fast download of the page by using the flavors of cookies.
• Smooth transition and easy access to the pages not requiring much training to the end user.
The overall objective of the system is to bring the MOBILE sellers and purchasers round the globe closer to each other so that one can have the perfect buy.
PROJECT CATEGORY
The undergoing project falls under INTERNET TECHNOLOGIES & RDBMS (Relational Database Management System) category. Since the project is mainly responsible for creation of the portal with the online database at backend. As we know that, the Internet is huge client server architecture. The client is the web browser, it is requesting a web based data, a file, or whatever, from some computer somewhere – anywhere – in the world. The server is that computer that holds the information you want.ASP.NET is a rich programming framework for building web-based applications. It offers outstanding support for both developers and administrators, providing improved ease-of-use, tool support, reliability, scalability, administration and security.
How it works?
ASP.NET is a programming framework built on the common language runtime that can be used on a server to build powerful Web applications. ASP.NET offers several important advantages over previous Web development models:
ENHANCED PERFORMANCE: - ASP.NET is compiled common language runtime code running on the server. Unlike its interpreted predecessors, ASP.NET can take advantage of early binding, just-in-time compilation, native optimization, and caching services right out of the box. This amounts to dramatically better performance before you ever write a line of code.
WORLD-CLASS TOOL SUPPORT: - The ASP.NET framework is complemented by a rich toolbox and designer in the Visual Studio integrated development environment. WYSIWYG editing, drag-and-drop server controls, and automatic deployment are just a few of the features this powerful tool provides.
POWER AND FLEXIBILITY: - Because ASP.NET is based on the common language runtime, the power and flexibility of that entire platform is available to Web application developers. The .NET Framework class library, Messaging, and Data Access solutions are all seamlessly accessible from the Web. ASP.NET is also language-independent, so you can choose the language that best applies to your application or partition your application across many languages. Further, common language runtime
Interoperability guarantees that your existing investment in COM-based development is preserved when migrating to ASP.NET.
SIMPLICITY: - ASP.NET makes it easy to perform common tasks, from simple form submission and client authentication to deployment and
Site configuration. For example, the ASP.NET page framework allows you to build user interfaces that cleanly separate application logic from presentation code and to handle events in a simple, Visual Basic- like forms processing model. Additionally, the common language runtime simplifies development, with managed code services such as automatic reference counting and garbage collection.
MANAGEABILITY: - ASP.NET employs a text-based, hierarchical configuration system, which simplifies applying settings to your server environment and Web applications, because configuration information is stored as plain text, new settings may be applied without the aid of local administration tools. This "zero local administration" philosophy extends to deploying ASP.NET applications as well as in ASP.NET application is deployed to a server simply by copying the necessary files to the server. No server restart is required, even to deploy or replace running compiled code.
SCALABILITY AND AVAILABILITY: - ASP.NET has been designed with scalability in mind, with features specifically tailored to improve performance in clustered and multiprocessor environments. Further, processes are closely monitored and managed by the ASP.NET runtime, so that if one misbehaves (leaks, deadlocks), a new process can be created in its place, which helps keep your application constantly available to handle requests.
CUSTOMIZABILITY AND EXTENSIBILITY: - ASP.NET delivers a well-factored architecture that allows developers to "plug-in" their code at the appropriate level. In fact, it is possible to extend or replace any subcomponent of the ASP.NET runtime with your own custom-written component, implementing custom authentication or state services has never been easier.
SECURITY: - With built in Windows authentication and per application configuration, you can be assured that your applications are secure.
The common language runtime provides a complete set of managed data access APIs for data-intensive application development. These APIs help to abstract the data and present it in a consistent way regardless of its actual source (SQL Server, OLEDB, XML, and so on). There are essentially three objects you will work with most often: connections, commands, and datasets.
 A connection represents a physical connection to some data store; such as SQL Server or an XML file Through ADO.NET.
 A command represents a directive to retrieve from (select) or manipulate (insert, update, delete) the data store.
 A dataset represents the actual data an application works with. Note that datasets are always disconnected from their source connection and data model and can be modified independently. However, changes to a dataset can be easily reconciled with the originating data model.
Reply
#2
hi pls send me the codings
Reply
#3
to get information about the topic Online Mobile Phone Shop full report,ppt and related topic refer the page link bellow

http://studentbank.in/report-online-mobile-phone-shop

http://studentbank.in/report-online-banking-project

http://studentbank.in/report-impact-of-m...nviornment

http://studentbank.in/report-online-sale...ent-system

http://studentbank.in/report-mobile-show...ent-system

http://studentbank.in/report-sales-and-p...ode=linear

http://studentbank.in/report-mobile-phone-projector

http://studentbank.in/report-sales-and-p...obile-shop

http://studentbank.in/report-online-shop...1#pid59231

http://studentbank.in/report-online-mobi...7#pid63417
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: er diagram online mobile computer shop, online phone shoping project, shop online clothes, mobile phone shop online, mobile phones shop, online mobile phone shop in asp net, 3 mobile shop,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Online Art Gallery project topics 2 4,974 12-09-2017, 01:27 PM
Last Post: Mohankumari
  Online Training and Placement mechanical engineering crazy 17 13,517 11-05-2017, 01:42 PM
Last Post: Guest
  SPOC: A Secure and Privacy-preserving Opportunistic Computing Framework for Mobile-He 1 877 14-02-2017, 03:49 PM
Last Post: jaseela123d
  online examination full report project report tiger 14 42,735 03-09-2016, 11:20 AM
Last Post: jaseela123d
  Online Ticket Reservation System for Cinema Halls Electrical Fan 16 19,212 04-07-2016, 03:10 PM
Last Post: visalakshik
  Online Dictionary nit_cal 2 2,286 06-04-2016, 12:16 PM
Last Post: dhanabhagya
  Development of an Online Course Portal for a campus seminar topics 5 6,570 19-03-2016, 02:13 PM
Last Post: dhanabhagya
  Online Rental House Web Portal smart paper boy 6 5,393 06-02-2016, 01:00 PM
Last Post: seminar report asees
  ONLINE TICKET BOOKING SYSTEM FOR PVR CINEMAS seminar class 9 14,553 25-01-2016, 01:20 PM
Last Post: Guest
  MOBILE PHONE BASED ATTENDANCE TRACKING SYSTEM seminarsonly 25 20,833 06-03-2015, 07:18 PM
Last Post: unas

Forum Jump: