DOWNLOAD ASSETS: Getting Started with ASP.NET 4.5 Web Forms - Wingtip Toys (C#) or ASP.NET 4.5 Web Forms Tutorial Series (Visual Basic) by James Chaney
下载资源:Getting Started with ASP.NET 4.5 Web Forms - Wingtip Toys (C#) or ASP.NET 4.5 Web Forms Tutorial Series (Visual Basic) by James Chaney
This series of tutorials guides you through the steps required to create an ASP.NET Web Forms application using Visual Studio Express 2012 for Web and ASP.NET 4.5.
本系列教程将指导你使用ASP.NET 4.5 和Visual Studio 2012 express 来创建ASP.NET Web 窗体应用程序所需的步骤。
The application you'll create is named Wingtip Toys. It's a simplified example of a store front web site that sells items online. This tutorial series highlights several of the new features available in ASP.NET 4.5.
我们接下来创建的应用程序名为 Wingtip Toys。它是在线电子商务网站前台 web 站点的简化示例。这个教程系列突出了几个ASP.NET 4.5 中可用的新功能。
Comments are welcome, and we'll make every effort to update this tutorial series based on your suggestions.
You can download a C# or Visual Basic project that contains the completed tutorial.
你可以下载一个包含完整C#或VB代码的项目文件
The intended audience of this tutorial series is experienced developers who are new to ASP.NET Web Forms. A developer interested in this tutorial series should have the following skills:
本教程系列的目标群体是经验丰富的开发人员(但在 ASP.NET Web 窗体这方面算个菜鸟的)。对这个系列教程有兴趣的开发人员应该具有以下技能:
The ASP.NET Web Form features presented in this series include:
在这一系列中介绍的 ASP.NET Web 窗体的功能包括:
Tasks demonstrated in this first series include:
这一系列中演示的任务包括:
If you are new to ASP.NET Web Forms but have familiarity with programming concepts, you have the right tutorial. If you are already familiar with ASP.NET Web Forms, you can benefit from this tutorial series by the new features available in ASP.NET 4.5. If you are unfamiliar with programming concepts and ASP.NET Web Forms, see Getting Started on the ASP.NET Web site.
如果你对 ASP.NET Web 窗体一窍不通但熟悉编程概念,那你就来对地方了。如果您已经熟悉 ASP.NET Web 窗体,你也可以从这个系列教程中熟悉 ASP.NET 4.5 中提供的新功能。但如果你对编程概念和 ASP.NET Web 窗体都不熟悉,还是先去ASP.NET Web 站点上看看入门吧。
The following screen shots provide a quick view of the ASP.NET Web forms application that you will create in this tutorial series. When you run the application from Visual Studio Express 2012 , you will see the following web Home page.
下面的屏幕截图就是我们将在这个教程中建立的项目。在 Visual Studio 2012 Express 中运行 这个项目时,您将看到下面的 web 主页。
You can register as a new user, or log in as an existing user. Navigation is provided at the top for each product category. Each time the Home page is reached, one of the available products from the database will be displayed.
您可以注册成为新用户,或用已有的用户身份登录。顶部为每个产品类别提供了连接。点击链接,则一种商品会被显示
By selecting the Products link, you will be able to see a list of all available products.
通过选择产品链接,你将能够看到所有可用的产品。
You can also see individual product details by selecting any of the listed products.
您还可以通过选择任何列出的产品来查看商品的详细信息。
As a user, you can register and log in using the default functionality of the Web Forms template. Also, this tutorial explains how to login using an existing gmail account.
作为用户,您可以注册和登录使用默认模板功能的 Web 窗体。此外,本教程介绍了如何使用现有的 gmail 帐号登录。
Once you have logged in, you can add products to the shopping cart and checkout with PayPal.
一旦您已经登录,您可以向购物车添加产品和用 PayPal结账 。
PayPal will confirm your account, order, and payment information.
PayPal 会确认您的帐户、 订单和付款信息。
After returning from PayPal, you can review and complete your order.
从 PayPal 返回之后,您可以查看并完成您的订单。