Description: Translation of the original document name: MVC Music Store
Version: ASP.NET MVC3
Outline
Mvc Music Store is a WEB developer to introduce and explain step by step tutorial on how to use MVC and Visual Web application development, and we will begin slowly, so is suitable for beginners WEB development experience!
This program was created by a simple music store, the program has three main parts: shopping, payment, management!
This document consists of two parts:
MVC Music Store (a). Docx
MVC Music Store (two). Docx
Date: 2013-3-28
To Search:
File list (Check if you may need any files):
MVC3\MVC Music Store - Tutorial - v3.0.pdf
....\MVC Music Store(一).docx
....\MVC Music Store(二).docx
....\...Web\MVCWeb\bin\MVCWeb.dll
....\......\......\...\MVCWeb.pdb
....\......\......\Content\Site.css
....\......\......\.......\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png
....\......\......\.......\......\....\......\ui-bg_flat_75_ffffff_40x100.png
....\......\......\.......\......\....\......\ui-bg_glass_55_fbf9ee_1x400.png
....\......\......\.......\......\....\......\ui-bg_glass_65_ffffff_1x400.png
....\......\......\.......\......\....\......\ui-bg_glass_75_dadada_1x400.png
....\......\......\.......\......\....\......\ui-bg_glass_75_e6e6e6_1x400.png
....\......\......\.......\......\....\......\ui-bg_glass_95_fef1ec_1x400.png
....\......\......\.......\......\....\......\ui-bg_highlight-soft_75_cccccc_1x100.png
....\......\......\.......\......\....\......\ui-icons_222222_256x240.png
....\......\......\.......\......\....\......\ui-icons_2e83ff_256x240.png
....\......\......\.......\......\....\......\ui-icons_454545_256x240.png
....\......\......\.......\......\....\......\ui-icons_888888_256x240.png
....\......\......\.......\......\....\......\ui-icons_cd0a0a_256x240.png
....\......\......\.......\......\....\jquery-ui.css
....\......\......\....rollers\HomeController.cs
....\......\......\...........\NewsController.cs
....\......\......\Global.asax
....\......\......\Global.asax.cs
....\......\......\Models\AModel.cs
....\......\......\......\BModel.cs
....\......\......\MVCWeb.csproj
....\......\......\MVCWeb.csproj.user
....\......\......\obj\Debug\DesignTimeResolveAssemblyReferences.cache
....\......\......\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
....\......\......\...\.....\MVCWeb.csproj.FileListAbsolute.txt
....\......\......\...\.....\MVCWeb.dll
....\......\......\...\.....\MVCWeb.pdb
....\......\......\Properties\AssemblyInfo.cs
....\......\......\Scripts\jquery-1.4.4-vsdoc.js
....\......\......\.......\jquery-1.4.4.js
....\......\......\.......\jquery-1.4.4.min.js
....\......\......\.......\jquery-ui.js
....\......\......\.......\jquery-ui.min.js
....\......\......\.......\jquery.unobtrusive-ajax.js
....\......\......\.......\jquery.unobtrusive-ajax.min.js
....\......\......\.......\jquery.validate-vsdoc.js
....\......\......\.......\jquery.validate.js
....\......\......\.......\jquery.validate.min.js
....\......\......\.......\jquery.validate.unobtrusive.js
....\......\......\.......\jquery.validate.unobtrusive.min.js
....\......\......\.......\MicrosoftAjax.debug.js
....\......\......\.......\MicrosoftAjax.js
....\......\......\.......\MicrosoftMvcAjax.debug.js
....\......\......\.......\MicrosoftMvcAjax.js
....\......\......\.......\MicrosoftMvcValidation.debug.js
....\......\......\.......\MicrosoftMvcValidation.js
....\......\......\Views\Home\Index.cshtml
....\......\......\.....\News\details.cshtml
....\......\......\.....\....\Index.cshtml
....\......\......\.....\....\newslist.cshtml
....\......\......\.....\Shared\Error.cshtml
....\......\......\.....\......\_Layout.cshtml
....\......\......\.....\Web.config
....\......\......\.....\_ViewStart.cshtml
....\......\......\Web.config
....\......\......\Web.Debug.config
....\......\......\Web.Release.config
....\......\MVCWeb.sln
....\......\MVCWeb.suo
....\说明.txt
....\MVCWeb\MVCWeb\Content\themes\base\images
....\......\......\.......\......\base
....\......\......\obj\Debug\TempPE
....\......\......\Content\themes
....\......\......\obj\Debug
....\......\......\Views\Home
....\......\......\.....\News
....\......\......\.....\Shared
....\......\......\bin
....\......\......\Content
....\......\......\Controllers
....\......\......\Models
....\......\......\obj
....\......\......\Properties
....\......\......\Scripts
....\......\......\Views
....\......\MVCWeb
....\MVCWeb
MVC3