首页

源码搜藏网

首页 > 开发教程 >

ASP.NET MVC3官方示例Music Store(音乐商店)简易中文教程

创建时间:2013-04-24 17:07  

前言:

本文来源于微软MVC3官方教程.在可以下载到最新版本的源码和英文PDF教程.

和英文教程一样,本文将分成十章节来介绍这个音乐商店的建立.

导航目录:

综述:

原文:The MVC Music Store is a tutorial application that introduces and explains step-by-step how to use ASP.NET MVC and Visual Web Developer for web development. We’ll be starting slowly, so beginner level web development experience is okay.

The application we’ll be building is a simple music store. There are three main parts to the application: shopping, checkout, and administration.

翻译:MVC音乐商店是一个示例应用程序,它将一步一步介绍和说明如何使用ASP.NET MVC和Visual Web Developer进行Web开发。本教程会慢慢讲解,因此,即使你是一名初学者也没问题。

我们要开发的是一个简单的音乐商店,主要包括三个主要功能:购物,支付,管理。

ASP.NET MVC3官方示例Music Store(音乐商店)简易中文教程

原文:Visitors can browse Albums by Genre:

翻译:访客可以根据专辑类别浏览唱片

ASP.NET MVC3官方示例Music Store(音乐商店)简易中文教程

原文:They can view a single album and add it to their cart:

翻译:可以查看单个唱片并且加入到购物车:

ASP.NET MVC3官方示例Music Store(音乐商店)简易中文教程

原文:They can review their cart, removing any items they no longer want:

翻译:可以查看购物车,并且移除不需要的商品:

ASP.NET MVC3官方示例Music Store(音乐商店)简易中文教程

原文:Proceeding to Checkout will prompt them to login or register for a user account.

翻译:支付订单的时候会提示用户注册或者登陆帐号。

原文:After creating an account, they can complete the order by filling out shipping and payment information. To keep things simple, we’re running an amazing promotion: everything’s free if they enter promotion code “FREE”!

翻译:创建一个帐号之后,示例程序采用“免费代码”支付的方似乎模拟支付过程。(其实这不算翻译啦)

ASP.NET MVC3官方示例Music Store(音乐商店)简易中文教程

原文:After ordering, they see a simple confirmation screen:

翻译:订单完成之后会有一个简单的确认界面:

ASP.NET MVC3官方示例Music Store(音乐商店)简易中文教程

In addition to customer-faceing pages, we’ll also build an administrator section that shows a list of albums from which Administrators can Create, Edit, and Delete albums:

除了访客浏览的界面之外,我们还创建了一个后台管理界面,用于管理唱片的增删查改:

ASP.NET MVC3官方示例Music Store(音乐商店)简易中文教程

固定链接: ASP.NET MVC3官方示例Music Store(音乐商店)简易中文教程|完. | iNxProj.Com

上一篇:ASP.NET MVC3 快速入门中文版教程
下一篇:asp.net mvc4 教程

相关内容

热门推荐