VB.NET MVC Music Store

Description

This is a VB.NET port of the MVC Music Store tutorial. Source code history is preserved for each step of the tutorial so you can follow along with the evolution of the project over the course of the tutorial.

Icons

null

Source Files

The download file vbmvcmusicstore.zip has the following entries.


.hgignore/*ww  w.  j a va  2  s .c  o m*/
.hgtags
MvcMusicStore-Create.sql
MvcMusicStore.sln
MvcMusicStore/Content/Images/home-showcase.png
MvcMusicStore/Content/Images/logo.png
MvcMusicStore/Content/Images/placeholder.gif
MvcMusicStore/Content/Site.css
MvcMusicStore/Controllers/AccountController.cs
MvcMusicStore/Controllers/CheckoutController.cs
MvcMusicStore/Controllers/HomeController.cs
MvcMusicStore/Controllers/ShoppingCartController.cs
MvcMusicStore/Controllers/StoreController.cs
MvcMusicStore/Controllers/StoreManagerController.cs
MvcMusicStore/Global.asax
MvcMusicStore/Global.asax.cs
MvcMusicStore/Helpers/HtmlHelpers.cs
MvcMusicStore/Models/AccountModels.cs
MvcMusicStore/Models/Album.cs
MvcMusicStore/Models/Artist.cs
MvcMusicStore/Models/Cart.cs
MvcMusicStore/Models/Genre.cs
MvcMusicStore/Models/MusicStoreEntities.cs
MvcMusicStore/Models/Order.cs
MvcMusicStore/Models/OrderDetail.cs
MvcMusicStore/Models/ShoppingCart.cs
MvcMusicStore/MvcMusicStore.csproj
MvcMusicStore/Properties/AssemblyInfo.cs
MvcMusicStore/Scripts/MicrosoftAjax.debug.js
MvcMusicStore/Scripts/MicrosoftAjax.js
MvcMusicStore/Scripts/MicrosoftMvcAjax.debug.js
MvcMusicStore/Scripts/MicrosoftMvcAjax.js
MvcMusicStore/Scripts/MicrosoftMvcValidation.debug.js
MvcMusicStore/Scripts/MicrosoftMvcValidation.js
MvcMusicStore/Scripts/jquery-1.4.4-vsdoc.js
MvcMusicStore/Scripts/jquery-1.4.4.js
MvcMusicStore/Scripts/jquery-1.4.4.min.js
MvcMusicStore/Scripts/jquery-ui.js
MvcMusicStore/Scripts/jquery-ui.min.js
MvcMusicStore/Scripts/jquery.unobtrusive-ajax.js
MvcMusicStore/Scripts/jquery.unobtrusive-ajax.min.js
MvcMusicStore/Scripts/jquery.validate-vsdoc.js
MvcMusicStore/Scripts/jquery.validate.js
MvcMusicStore/Scripts/jquery.validate.min.js
MvcMusicStore/Scripts/jquery.validate.unobtrusive.js
MvcMusicStore/Scripts/jquery.validate.unobtrusive.min.js
MvcMusicStore/ViewModels/ShoppingCartRemoveViewModel.cs
MvcMusicStore/ViewModels/ShoppingCartViewModel.cs
MvcMusicStore/Views/Account/ChangePassword.cshtml
MvcMusicStore/Views/Account/ChangePasswordSuccess.cshtml
MvcMusicStore/Views/Account/LogOn.cshtml
MvcMusicStore/Views/Account/Register.cshtml
MvcMusicStore/Views/Checkout/AddressAndPayment.cshtml
MvcMusicStore/Views/Checkout/Complete.cshtml
MvcMusicStore/Views/Home/Index.cshtml
MvcMusicStore/Views/Shared/EditorTemplates/Album.cshtml
MvcMusicStore/Views/Shared/Error.cshtml
MvcMusicStore/Views/Shared/_Layout.cshtml
MvcMusicStore/Views/ShoppingCart/CartSummary.cshtml
MvcMusicStore/Views/ShoppingCart/Index.cshtml
MvcMusicStore/Views/Store/Browse.cshtml
MvcMusicStore/Views/Store/Details.cshtml
MvcMusicStore/Views/Store/GenreMenu.cshtml
MvcMusicStore/Views/Store/Index.cshtml
MvcMusicStore/Views/StoreManager/Create.cshtml
MvcMusicStore/Views/StoreManager/Delete.cshtml
MvcMusicStore/Views/StoreManager/Deleted.cshtml
MvcMusicStore/Views/StoreManager/Edit.cshtml
MvcMusicStore/Views/StoreManager/Index.cshtml
MvcMusicStore/Views/Web.config
MvcMusicStore/Views/_ViewStart.cshtml
MvcMusicStore/Web.Debug.config
MvcMusicStore/Web.Release.config
MvcMusicStore/Web.config
MvcMusicStore/packages.config
MvcMusicStoreVB/Content/Images/home-showcase.png
MvcMusicStoreVB/Content/Images/logo.png
MvcMusicStoreVB/Content/Images/placeholder.gif
MvcMusicStoreVB/Content/Site.css
MvcMusicStoreVB/Controllers/AccountController.vb
MvcMusicStoreVB/Controllers/CheckoutController.vb
MvcMusicStoreVB/Controllers/HomeController.vb
MvcMusicStoreVB/Controllers/ShoppingCartController.vb
MvcMusicStoreVB/Controllers/StoreController.vb
MvcMusicStoreVB/Controllers/StoreManagerController.vb
MvcMusicStoreVB/Global.asax
MvcMusicStoreVB/Global.asax.vb
MvcMusicStoreVB/Helpers/HtmlHelpers.vb
MvcMusicStoreVB/Models/AccountModels.vb
MvcMusicStoreVB/Models/Album.vb
MvcMusicStoreVB/Models/Artist.vb
MvcMusicStoreVB/Models/Cart.vb
MvcMusicStoreVB/Models/Genre.vb
MvcMusicStoreVB/Models/MusicStoreEntities.vb
MvcMusicStoreVB/Models/Order.vb
MvcMusicStoreVB/Models/OrderDetail.vb
MvcMusicStoreVB/Models/ShoppingCart.vb
MvcMusicStoreVB/MvcMusicStoreVB.vbproj
MvcMusicStoreVB/My Project/Application.Designer.vb
MvcMusicStoreVB/My Project/Application.myapp
MvcMusicStoreVB/My Project/AssemblyInfo.vb
MvcMusicStoreVB/My Project/Resources.Designer.vb
MvcMusicStoreVB/My Project/Resources.resx
MvcMusicStoreVB/My Project/Settings.Designer.vb
MvcMusicStoreVB/My Project/Settings.settings
MvcMusicStoreVB/Scripts/MicrosoftAjax.debug.js
MvcMusicStoreVB/Scripts/MicrosoftAjax.js
MvcMusicStoreVB/Scripts/MicrosoftMvcAjax.debug.js
MvcMusicStoreVB/Scripts/MicrosoftMvcAjax.js
MvcMusicStoreVB/Scripts/MicrosoftMvcValidation.debug.js
MvcMusicStoreVB/Scripts/MicrosoftMvcValidation.js
MvcMusicStoreVB/Scripts/jquery-1.4.4-vsdoc.js
MvcMusicStoreVB/Scripts/jquery-1.4.4.js
MvcMusicStoreVB/Scripts/jquery-1.4.4.min.js
MvcMusicStoreVB/Scripts/jquery-ui.js
MvcMusicStoreVB/Scripts/jquery-ui.min.js
MvcMusicStoreVB/Scripts/jquery.unobtrusive-ajax.js
MvcMusicStoreVB/Scripts/jquery.unobtrusive-ajax.min.js
MvcMusicStoreVB/Scripts/jquery.validate-vsdoc.js
MvcMusicStoreVB/Scripts/jquery.validate.js
MvcMusicStoreVB/Scripts/jquery.validate.min.js
MvcMusicStoreVB/Scripts/jquery.validate.unobtrusive.js
MvcMusicStoreVB/Scripts/jquery.validate.unobtrusive.min.js
MvcMusicStoreVB/ViewModels/ShoppingCartRemoveViewModel.vb
MvcMusicStoreVB/ViewModels/ShoppingCartViewModel.vb
MvcMusicStoreVB/Views/Account/ChangePassword.vbhtml
MvcMusicStoreVB/Views/Account/ChangePasswordSuccess.vbhtml
MvcMusicStoreVB/Views/Account/LogOn.vbhtml
MvcMusicStoreVB/Views/Account/Register.vbhtml
MvcMusicStoreVB/Views/Checkout/AddressAndPayment.vbhtml
MvcMusicStoreVB/Views/Checkout/Complete.vbhtml
MvcMusicStoreVB/Views/Home/Index.vbhtml
MvcMusicStoreVB/Views/Shared/EditorTemplates/Album.vbhtml
MvcMusicStoreVB/Views/Shared/Error.vbhtml
MvcMusicStoreVB/Views/Shared/_Layout.vbhtml
MvcMusicStoreVB/Views/ShoppingCart/CartSummary.vbhtml
MvcMusicStoreVB/Views/ShoppingCart/Index.vbhtml
MvcMusicStoreVB/Views/Store/Browse.vbhtml
MvcMusicStoreVB/Views/Store/Details.vbhtml
MvcMusicStoreVB/Views/Store/GenreMenu.vbhtml
MvcMusicStoreVB/Views/Store/Index.vbhtml
MvcMusicStoreVB/Views/StoreManager/Create.vbhtml
MvcMusicStoreVB/Views/StoreManager/Delete.vbhtml
MvcMusicStoreVB/Views/StoreManager/Deleted.vbhtml
MvcMusicStoreVB/Views/StoreManager/Edit.vbhtml
MvcMusicStoreVB/Views/StoreManager/Index.vbhtml
MvcMusicStoreVB/Views/Web.config
MvcMusicStoreVB/Views/_ViewStart.vbhtml
MvcMusicStoreVB/Web.Debug.config
MvcMusicStoreVB/Web.Release.config
MvcMusicStoreVB/Web.config
MvcMusicStoreVB/packages.config
packages/EntityFramework.4.1.10311.0/EntityFramework.4.1.10311.0.nupkg
packages/EntityFramework.4.1.10311.0/lib/EntityFramework.dll
packages/EntityFramework.4.1.10311.0/lib/EntityFramework.xml
packages/EntityFramework.4.1.10311.0/tools/install.ps1
packages/repositories.config

Download

Click the following link to download vbmvcmusicstore.zip.

vbmvcmusicstore.zip
Home »
  Visual Basic.Net Free Code »
    Development »
      VBDotNET
List of VBDotNET
AD Support Tools
BigDecimal
BookmarkSave For VB6
Browser Chooser
Devpad
Metavist2
NewbieIDE
Scoreboard
VB.NET MVC Music Store
VB6 and VB.NET Inter-op Samples German for ...
WiiCraft
Z-Shell