E commerce application using asp.net mvc4

24
E-Commerce Application using ASP.net MVC4 P. D. Manusha Dilan 2010/ICT/94 ICT4152

Transcript of E commerce application using asp.net mvc4

Page 1: E commerce application using asp.net mvc4

E-Commerce Application using

ASP.net MVC4P. D. Manusha Dilan

2010/ICT/94ICT4152

Page 2: E commerce application using asp.net mvc4

2

Electronic Commerce

The electronic transmission of buyer/seller transactions and related information between individuals and businesses or between two or more businesses that are trading partners.

Page 3: E commerce application using asp.net mvc4

3

Commercial history of internet

Page 4: E commerce application using asp.net mvc4

4

ASP.NET MVC

The ASP.NET MVC is an almost open source web application framework that implements the model–view–controller (MVC) pattern.

In the latter versions of ASP.NET, ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using only Razor pages) will merge into a unified MVC 6. The project is called "ASP.NET vNext".

Page 5: E commerce application using asp.net mvc4

5

MVC

MVC allows software developers to build a web application as a composition of three roles: Model, View and Controller.

The MVC model defines web applications with 3 logic layers: Model (business layer) View (display layer) Controller (input control)

Page 6: E commerce application using asp.net mvc4

6

MVC

MODEL

VIEW CONTROLLER

Page 7: E commerce application using asp.net mvc4

7

MVC Flow

1. Incoming request directed to Controller2. Controller processes request and forms a data

Model3. Model is passed to View4. View transforms Model into appropriate output

format5. Response is rendered

Page 8: E commerce application using asp.net mvc4

8

E-Commerce ApplicationsOnline shopping and order trackingOnline bankingGroup buyingDomestic and international payment systemsOnline office suitesShopping cart softwareAutomated online assistant

Page 9: E commerce application using asp.net mvc4

9

E-Commerce Applications

Print on demandNewsgroupsEnterprise content managementTeleconferencingElectronic ticketsSocial networking Instant messaging

Page 10: E commerce application using asp.net mvc4

10

Top ASP.NET web sitesCodePlex (http://www .codeplex.com) CodePlex can be the first

website which is using ASP.NET MVC Framework. Codeplex is Microsoft’s open source project hosting website. You can use CodePlex to find open source software or create new projects to share.

Page 11: E commerce application using asp.net mvc4

11

StackOverFlow (http://www.stackoverflow .com/) Stackoverflow.com is

another famous website based on ASP.NET MVC technique. Stackoverflow.com is a language-independent collaboratively edited question and answer site for programmers.

Page 12: E commerce application using asp.net mvc4

12

Bing Shopping (http://www.bing.com/shopping/) Consumers go online

to compare products, to share opinions with other consumers and to compare prices. Bing Shopping simplifies search by combining these things to help consumers save money and make purchase decisions more quickly.

Page 13: E commerce application using asp.net mvc4

13

Kelley Blue Book (http://www.kbb.com/) Kelley Blue Book is

the trusted resource for prices, values and reviews on new cars and used cars. Before buying or selling your next car, visit KBB.com.

Page 14: E commerce application using asp.net mvc4

14

Market Watch (http://www.marketwatch.com) MarketWatch

operates a financial information website that provides business news, analysis and stock market data to some 6 million people.

Page 15: E commerce application using asp.net mvc4

15

Ruth’s Chris (http://www.ruthschris.com/) Ruth’s Chris

Steak House: Best Prime Steak Restaurant! Steakhouse restaurant serving the best prime steak sizzling hot.

Page 16: E commerce application using asp.net mvc4

16

Server Fault (http://www.Serverfault.com) Server Fault is a

collaboratively edited question and answer site for system administrators and IT professionals – regardless of platform.

Page 17: E commerce application using asp.net mvc4

17

DotNetKicks (http://DotNetKicks.com) DotNetKicks.com

is a community based news site. It specializes in .NET development techniques, technologies and tools including ASP.

Page 18: E commerce application using asp.net mvc4

18

Shopping Cart

A shopping cart is a piece of software that acts as an online store's catalog and ordering process.

Typically, a shopping cart is the interface between a company's Web site and its deeper infrastructure, allowing consumers to select merchandise; review what they have selected; make necessary modifications or additions; and purchase the merchandise.

Page 19: E commerce application using asp.net mvc4

19

ASP.NET MVC based shopping cartsnopCommerce

(http://www.nopcommerce.com) nopCommerce is stable and highly

usable open-source ecommerce solution based on ASP.NET (MVC) with MS SQL 2008 or higher as backend tool. It is fully customizable shopping cart providing both article front-end and an administration tool back-end.

What makes nopCommerce so popular is its open-source factor.

Page 20: E commerce application using asp.net mvc4

20

Kentico(http://www.kentico.com/) Kentico is another most

popular web content management system to build websites, on-line stores and community websites.

Kentico improves the consumer’s shopping experience across all devices. Because, Kentico is loaded with built in tools like mobile responsiveness.

Page 21: E commerce application using asp.net mvc4

21

Vevocart(http://www.vevocart.com/) vevocart.com is full-

featured e-Commerce software is highly configurable, scalable and fully customizable with full asp.net C# source code included. vevocart  holds the Alexa ranking of 435,714

Page 22: E commerce application using asp.net mvc4

22

ABLECOMMERCE (http://www.ablecommerce.com/) AbleCommerce

previously known as “StoreBuilder” was the first commercially available shopping cart which holds highest ratings (A+ business) from BBB. It is a easily customizable, user friendly and affordable complete e-commerce solution. 

Page 23: E commerce application using asp.net mvc4

23

Kartris(http://www.kartris.com/) Kartris is yet another

e-commerce platform provides CMS catalog system, shopping cart, payment systems and full administration back end. It is designed to utilize powerful caching and optimization features of Microsoft’s IIS web server.

Page 24: E commerce application using asp.net mvc4

THE ENDThank You