文件名称:MvcBookStore
介绍说明--下载内容均来自于网络,请自行研究使用
MusicStore,实现了音乐的上传等功能,有增删改查的功能,是MVC三层架构模式。数据库是自动附加的。-
This tutorial will begin by creating a new ASP.NET MVC 2 project using the free Visual Web Developer 2010
Express (which is free), and then we’ll incrementally add features to create a complete functioning
application. Along the way, we’ll cover database access, form posting scenarios,, data validation, using
master pages for consistent page layout, using AJAX for page updates and validation, user login, and more.
This tutorial will begin by creating a new ASP.NET MVC 2 project using the free Visual Web Developer 2010
Express (which is free), and then we’ll incrementally add features to create a complete functioning
application. Along the way, we’ll cover database access, form posting scenarios,, data validation, using
master pages for consistent page layout, using AJAX for page updates and validation, user login, and more.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MvcBookStore\MvcBookStore\bin\EntityFramework.dll
............\............\...\MvcBookStore.dll
............\............\...\MvcBookStore.pdb
............\............\Content\Site.css
............\............\....rollers\HomeController.cs
............\............\...........\StoreController.cs
............\............\EntityFramework.dll
............\............\Global.asax
............\............\Global.asax.cs
............\............\Models\Book.cs
............\............\......\BookStoreEntities.cs
............\............\......\Genre.cs
............\............\MvcBookStore.csproj
............\............\MvcBookStore.csproj.user
............\............\obj\Debug\DesignTimeResolveAssemblyReferences.cache
............\............\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
............\............\...\.....\MvcBookStore.csproj.FileListAbsolute.txt
............\............\...\.....\MvcBookStore.dll
............\............\...\.....\MvcBookStore.pdb
............\............\...\.....\ResolveAssemblyReference.cache
............\............\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
............\............\.....\Shared\Error.cshtml
............\............\.....\......\_Layout.cshtml
............\............\.....\.tore\Browse.cshtml
............\............\.....\.....\Details.cshtml
............\............\.....\.....\Index.cshtml
............\............\.....\Web.config
............\............\.....\_ViewStart.cshtml
............\............\Web.config
............\............\Web.Debug.config
............\............\Web.Release.config
............\MvcBookStore.sln
............\MvcBookStore.suo
............\............\obj\Debug\TempPE
............\............\Content\Images
............\............\obj\Debug
............\............\Views\Home
............\............\.....\Shared
............\............\.....\Store
............\............\bin
............\............\Content
............\............\Controllers
............\............\Models
............\............\obj
............\............\Properties
............\............\Scripts
............\............\Views
............\MvcBookStore
MvcBookStore
............\............\...\MvcBookStore.dll
............\............\...\MvcBookStore.pdb
............\............\Content\Site.css
............\............\....rollers\HomeController.cs
............\............\...........\StoreController.cs
............\............\EntityFramework.dll
............\............\Global.asax
............\............\Global.asax.cs
............\............\Models\Book.cs
............\............\......\BookStoreEntities.cs
............\............\......\Genre.cs
............\............\MvcBookStore.csproj
............\............\MvcBookStore.csproj.user
............\............\obj\Debug\DesignTimeResolveAssemblyReferences.cache
............\............\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
............\............\...\.....\MvcBookStore.csproj.FileListAbsolute.txt
............\............\...\.....\MvcBookStore.dll
............\............\...\.....\MvcBookStore.pdb
............\............\...\.....\ResolveAssemblyReference.cache
............\............\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
............\............\.....\Shared\Error.cshtml
............\............\.....\......\_Layout.cshtml
............\............\.....\.tore\Browse.cshtml
............\............\.....\.....\Details.cshtml
............\............\.....\.....\Index.cshtml
............\............\.....\Web.config
............\............\.....\_ViewStart.cshtml
............\............\Web.config
............\............\Web.Debug.config
............\............\Web.Release.config
............\MvcBookStore.sln
............\MvcBookStore.suo
............\............\obj\Debug\TempPE
............\............\Content\Images
............\............\obj\Debug
............\............\Views\Home
............\............\.....\Shared
............\............\.....\Store
............\............\bin
............\............\Content
............\............\Controllers
............\............\Models
............\............\obj
............\............\Properties
............\............\Scripts
............\............\Views
............\MvcBookStore
MvcBookStore