Friday, July 22, 2011

Ecommerce Application on Windows Azure with ASP.NET 4.0

Introduction

This project is to demonstrates how extraordinarily simple it is to create powerful, scalable applications for the Windows Azure platform with .NET 4 new features . It shows off how to use the great new features in ASP.NET 4 and Windows Azure to build an online store,  including shopping, checkout, and administration.

Most of the code migrate from Tailspin Spyworks web application..

 

Building the Sample

Demonstrates how you can build application on Windows Azure with .NET 4.0 (Web Application)

Overview

  • Windows Azure Web Role
  • Windows Azure Diagnostic
  • Windows Azure Storage
  • SQL Azure
  • ASP Membership provider
  • Demonstrates the new features in ASP.NET 4
  • Data Access via Linq to Entities
  • MasterPage and CSS based desig

This tutorial requires

  • Visual Studio 2010 and ASP.NET 4.0
  • Windows Azure SDK
  • Windows Azure Platform account for hosting
  • SQL 2008 R2 Express and Management Studio 2008 R2

Screenshots

ecomapp01

Application Home Page

Productlisting

Product Details Page

shoppingcart

Shopping cart page

Login

Login Page

Source Code Files

  • Visual Studio 2010 Project File
  • SQL Server DB Script
  • SQL Azure DB Script

To download source code : http://code.msdn.microsoft.com/Ecommerce-Application-on-518fea5e

More Information

Tailspin Spyworks Step-by-Step Tutorial : http://www.asp.net/web-forms/samples/tailspin-spyworks
To download sample Tailspin Spyworks VS Project : http://tailspinspyworks.codeplex.com/

For more information on visit http://faizal-comeacross.blogspot.com/

No comments: