Download eStore shopping cart

Description

It is a simple project to help new learner to learn up ASP.NET MVC 2.0. The intention to create this eStore shopping cart is to present in Tech Insights 2010. The project is not completed yet. Please let me know if you want to join to complete it and learn it together.

Icons

eStore shopping cart

Source Files

The download file estore.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
eStore/MVCStore/App_Data/eStore.mdf/*  w  ww .ja v a2 s.  c o m*/
eStore/MVCStore/App_Data/eStore_log.LDF
eStore/MVCStore/Content/Admin.css
eStore/MVCStore/Content/Images/Gallery/dell_vostro_v3000/dell-vostro-3000-notebook_01.jpg
eStore/MVCStore/Content/Images/Gallery/dell_vostro_v3000/dell-vostro-3000-notebook_02.jpg
eStore/MVCStore/Content/Images/Gallery/dell_vostro_v3000/dell-vostro-3000-notebook_03.jpg
eStore/MVCStore/Content/Images/Gallery/hp_elitebook_6930p/hp_elitebook_6930p_01.jpg
eStore/MVCStore/Content/Images/Gallery/hp_elitebook_6930p/hp_elitebook_6930p_02.jpg
eStore/MVCStore/Content/Images/Gallery/hp_elitebook_6930p/hp_elitebook_6930p_03.jpg
eStore/MVCStore/Content/Images/Gallery/hp_elitebook_6930p/hp_elitebook_6930p_04.jpg
eStore/MVCStore/Content/Images/Gallery/hp_elitebook_6930p/hp_elitebook_6930p_05.jpg
eStore/MVCStore/Content/Images/Gallery/hp_elitebook_6930p/hp_elitebook_6930p_06.jpg
eStore/MVCStore/Content/Images/Gallery/hp_elitebook_6930p/hp_elitebook_6930p_07.jpg
eStore/MVCStore/Content/Images/Gallery/iphone_3gs/iphone_2.jpg
eStore/MVCStore/Content/Images/Gallery/iphone_3gs/iphone_6.jpg
eStore/MVCStore/Content/Images/Gallery/macbook_pro/macbook_pro_2.jpg
eStore/MVCStore/Content/Images/Gallery/macbook_pro/macbook_pro_3.jpg
eStore/MVCStore/Content/Images/Gallery/macbook_pro/macbook_pro_4.jpg
eStore/MVCStore/Content/Images/Gallery/nikon_d300/nikon_d300_2.jpg
eStore/MVCStore/Content/Images/Gallery/nikon_d300/nikon_d300_3.jpg
eStore/MVCStore/Content/Images/Gallery/nikon_d300/nikon_d300_4.jpg
eStore/MVCStore/Content/Images/Products/cameras/nikon_d300.jpg
eStore/MVCStore/Content/Images/Products/cellphones/iphone_3gs.jpg
eStore/MVCStore/Content/Images/Products/laptop/acer_aspire_one_d255.jpg
eStore/MVCStore/Content/Images/Products/laptop/dell_vostro_v3300.jpg
eStore/MVCStore/Content/Images/Products/laptop/hp_6930p_elitebook.jpg
eStore/MVCStore/Content/Images/Products/laptop/macbook_pro.jpg
eStore/MVCStore/Content/Images/SubmitComments.gif
eStore/MVCStore/Content/Images/addToCart.gif
eStore/MVCStore/Content/Images/addToWish.gif
eStore/MVCStore/Content/Images/background.png
eStore/MVCStore/Content/Images/background2.png
eStore/MVCStore/Content/Images/button-active.jpg
eStore/MVCStore/Content/Images/button.jpg
eStore/MVCStore/Content/Images/cancel.gif
eStore/MVCStore/Content/Images/checkout.gif
eStore/MVCStore/Content/Images/confirmcheckout.gif
eStore/MVCStore/Content/Images/eStore.png
eStore/MVCStore/Content/Images/lightbox-blank.gif
eStore/MVCStore/Content/Images/lightbox-btn-close.gif
eStore/MVCStore/Content/Images/lightbox-btn-next.gif
eStore/MVCStore/Content/Images/lightbox-btn-prev.gif
eStore/MVCStore/Content/Images/lightbox-ico-loading.gif
eStore/MVCStore/Content/Images/logon.gif
eStore/MVCStore/Content/Images/refreshchart.gif
eStore/MVCStore/Content/Images/removeItem.gif
eStore/MVCStore/Content/Images/search.gif
eStore/MVCStore/Content/Site.css
eStore/MVCStore/Content/jquery.jqplot.css
eStore/MVCStore/Content/jquery.lightbox-0.5.css
eStore/MVCStore/Content/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
eStore/MVCStore/Content/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
eStore/MVCStore/Content/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
eStore/MVCStore/Content/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
eStore/MVCStore/Content/smoothness/images/ui-bg_glass_75_dadada_1x400.png
eStore/MVCStore/Content/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
eStore/MVCStore/Content/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
eStore/MVCStore/Content/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
eStore/MVCStore/Content/smoothness/images/ui-icons_222222_256x240.png
eStore/MVCStore/Content/smoothness/images/ui-icons_2e83ff_256x240.png
eStore/MVCStore/Content/smoothness/images/ui-icons_454545_256x240.png
eStore/MVCStore/Content/smoothness/images/ui-icons_888888_256x240.png
eStore/MVCStore/Content/smoothness/images/ui-icons_cd0a0a_256x240.png
eStore/MVCStore/Content/smoothness/jquery-ui-1.8.5.custom.css
eStore/MVCStore/Controllers/AccountController.cs
eStore/MVCStore/Controllers/CartController.cs
eStore/MVCStore/Controllers/CheckOutController.cs
eStore/MVCStore/Controllers/HomeController.cs
eStore/MVCStore/Controllers/StoreController.cs
eStore/MVCStore/Controllers/StoreManagerController.cs
eStore/MVCStore/Global.asax
eStore/MVCStore/Global.asax.cs
eStore/MVCStore/Helpers/AnonymousComparer.cs
eStore/MVCStore/Helpers/eStoreHtmlExtensions.cs
eStore/MVCStore/Models/CartRepository.cs
eStore/MVCStore/Models/CategoryRepository.cs
eStore/MVCStore/Models/CheckOutModel.cs
eStore/MVCStore/Models/ICartRepository.cs
eStore/MVCStore/Models/ICategoryRepository.cs
eStore/MVCStore/Models/ILatestQuerySupportRepository.cs
eStore/MVCStore/Models/IProductRepository.cs
eStore/MVCStore/Models/IRepository.cs
eStore/MVCStore/Models/ITopRatedSupportRepository.cs
eStore/MVCStore/Models/IUserRepository.cs
eStore/MVCStore/Models/LogOnModel.cs
eStore/MVCStore/Models/MetaDatas.cs
eStore/MVCStore/Models/ProductRepository.cs
eStore/MVCStore/Models/SearchModel.cs
eStore/MVCStore/Models/ShoppingCart.cs
eStore/MVCStore/Models/UserPrincipal.cs
eStore/MVCStore/Models/UserRepository.cs
eStore/MVCStore/Models/eStore.Designer.cs
eStore/MVCStore/Models/eStore.edmx
eStore/MVCStore/Models/eStore.edmx.sql
eStore/MVCStore/ProductImages.sql
eStore/MVCStore/Properties/AssemblyInfo.cs
eStore/MVCStore/Scripts/MicrosoftAjax.debug.js
eStore/MVCStore/Scripts/MicrosoftAjax.js
eStore/MVCStore/Scripts/MicrosoftMvcAjax.debug.js
eStore/MVCStore/Scripts/MicrosoftMvcAjax.js
eStore/MVCStore/Scripts/MicrosoftMvcValidation.debug.js
eStore/MVCStore/Scripts/MicrosoftMvcValidation.js
eStore/MVCStore/Scripts/excanvas.min.js
eStore/MVCStore/Scripts/jqplot.dateAxisRenderer.js
eStore/MVCStore/Scripts/jqplot.logAxisRenderer.js
eStore/MVCStore/Scripts/jquery-1.4.1-vsdoc.js
eStore/MVCStore/Scripts/jquery-1.4.1.js
eStore/MVCStore/Scripts/jquery-1.4.1.min.js
eStore/MVCStore/Scripts/jquery-ui-1.8.5.custom.min.js
eStore/MVCStore/Scripts/jquery.coda-slider-2.0.js
eStore/MVCStore/Scripts/jquery.easing.1.3.js
eStore/MVCStore/Scripts/jquery.jqplot.js
eStore/MVCStore/Scripts/jquery.lightbox-0.5.js
eStore/MVCStore/Scripts/jquery.validate-vsdoc.js
eStore/MVCStore/Scripts/jquery.validate.js
eStore/MVCStore/Scripts/jquery.validate.min.js
eStore/MVCStore/Scripts/jquery.watermark.js
eStore/MVCStore/ViewModels/AccountLogonViewModel.cs
eStore/MVCStore/ViewModels/CartIndexViewModel.cs
eStore/MVCStore/ViewModels/HomeIndexViewModel.cs
eStore/MVCStore/ViewModels/StoreBrowseViewModel.cs
eStore/MVCStore/ViewModels/StoreDetailsViewModel.cs
eStore/MVCStore/ViewModels/StoreIndexViewModel.cs
eStore/MVCStore/ViewModels/StoreSearchStoreViewModel.cs
eStore/MVCStore/ViewModels/ViewModelBase.cs
eStore/MVCStore/Views/Account/Logon.aspx
eStore/MVCStore/Views/Cart/CartCounterMenu.ascx
eStore/MVCStore/Views/Cart/CartWidgetItem.ascx
eStore/MVCStore/Views/Cart/Index.aspx
eStore/MVCStore/Views/Cart/MiniCartWidget.ascx
eStore/MVCStore/Views/Cart/YourCartItem.ascx
eStore/MVCStore/Views/CheckOut/Index.aspx
eStore/MVCStore/Views/CheckOut/Success.aspx
eStore/MVCStore/Views/Home/About-Us.aspx
eStore/MVCStore/Views/Home/FeatureProducts.aspx
eStore/MVCStore/Views/Home/Index.aspx
eStore/MVCStore/Views/Shared/Admin.Master
eStore/MVCStore/Views/Shared/EditorTemplates/CheckOutModel.ascx
eStore/MVCStore/Views/Shared/EditorTemplates/ProductReview.ascx
eStore/MVCStore/Views/Shared/EditorTemplates/Rating.ascx
eStore/MVCStore/Views/Shared/Error.aspx
eStore/MVCStore/Views/Shared/ProductList.ascx
eStore/MVCStore/Views/Shared/ProductListShowCase.ascx
eStore/MVCStore/Views/Shared/eStore.Master
eStore/MVCStore/Views/Store/Browse.aspx
eStore/MVCStore/Views/Store/Categories.ascx
eStore/MVCStore/Views/Store/ComplexDetails.ascx
eStore/MVCStore/Views/Store/Details.aspx
eStore/MVCStore/Views/Store/Index.aspx
eStore/MVCStore/Views/Store/Search.ascx
eStore/MVCStore/Views/Store/SearchStore.aspx
eStore/MVCStore/Views/Store/SimpleDetails.ascx
eStore/MVCStore/Views/StoreManager/Index.aspx
eStore/MVCStore/Views/Web.config
eStore/MVCStore/Web.Debug.config
eStore/MVCStore/Web.Release.config
eStore/MVCStore/Web.config
eStore/MVCStore/eStore.csproj
eStore/MVCStore/eStore.csproj.vspscc
eStore/eStore.sln
eStore/eStore.vssscc

Download

Click the following link to download estore.zip.

estore.zip




















Home »
  ASP.NET Free Code »
    Application »




Application
Blog
Content Management System
CRM
DotNetNuke
Ecommerce
Shopping Cart
Sudoku