Download MvC Movies

Description

Iterations of how to get started with MVC and EF

Icons

MvC Movies

Source Files

The download file mvcmovies.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Iteration 2/Movies.Web/Content/Site.css/* w w  w  .j  ava 2  s . c o  m*/
Iteration 2/Movies.Web/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-icons_222222_256x240.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-icons_2e83ff_256x240.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-icons_454545_256x240.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-icons_888888_256x240.png
Iteration 2/Movies.Web/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
Iteration 2/Movies.Web/Content/themes/base/jquery-ui.css
Iteration 2/Movies.Web/Controllers/ActorsController.cs
Iteration 2/Movies.Web/Controllers/MoviesController.cs
Iteration 2/Movies.Web/Global.asax
Iteration 2/Movies.Web/Global.asax.cs
Iteration 2/Movies.Web/Models/Actor.cs
Iteration 2/Movies.Web/Models/Director.cs
Iteration 2/Movies.Web/Models/Movie.cs
Iteration 2/Movies.Web/Models/Seed.cs
Iteration 2/Movies.Web/Models/ViewModel/MovieViewModel.cs
Iteration 2/Movies.Web/Movies.Web.csproj
Iteration 2/Movies.Web/Movies.Web.csproj.user
Iteration 2/Movies.Web/Properties/AssemblyInfo.cs
Iteration 2/Movies.Web/Scripts/MicrosoftAjax.debug.js
Iteration 2/Movies.Web/Scripts/MicrosoftAjax.js
Iteration 2/Movies.Web/Scripts/MicrosoftMvcAjax.debug.js
Iteration 2/Movies.Web/Scripts/MicrosoftMvcAjax.js
Iteration 2/Movies.Web/Scripts/MicrosoftMvcValidation.debug.js
Iteration 2/Movies.Web/Scripts/MicrosoftMvcValidation.js
Iteration 2/Movies.Web/Scripts/jquery-1.4.4-vsdoc.js
Iteration 2/Movies.Web/Scripts/jquery-1.4.4.js
Iteration 2/Movies.Web/Scripts/jquery-1.4.4.min.js
Iteration 2/Movies.Web/Scripts/jquery-ui.js
Iteration 2/Movies.Web/Scripts/jquery-ui.min.js
Iteration 2/Movies.Web/Scripts/jquery.unobtrusive-ajax.js
Iteration 2/Movies.Web/Scripts/jquery.unobtrusive-ajax.min.js
Iteration 2/Movies.Web/Scripts/jquery.validate-vsdoc.js
Iteration 2/Movies.Web/Scripts/jquery.validate.js
Iteration 2/Movies.Web/Scripts/jquery.validate.min.js
Iteration 2/Movies.Web/Scripts/jquery.validate.unobtrusive.js
Iteration 2/Movies.Web/Scripts/jquery.validate.unobtrusive.min.js
Iteration 2/Movies.Web/Views/Actors/Create.cshtml
Iteration 2/Movies.Web/Views/Actors/Delete.cshtml
Iteration 2/Movies.Web/Views/Actors/Details.cshtml
Iteration 2/Movies.Web/Views/Actors/Edit.cshtml
Iteration 2/Movies.Web/Views/Actors/Index.cshtml
Iteration 2/Movies.Web/Views/Movies/Create.cshtml
Iteration 2/Movies.Web/Views/Movies/Delete.cshtml
Iteration 2/Movies.Web/Views/Movies/Details.cshtml
Iteration 2/Movies.Web/Views/Movies/Edit.cshtml
Iteration 2/Movies.Web/Views/Movies/EditorTemplates/Actors.cshtml
Iteration 2/Movies.Web/Views/Movies/EditorTemplates/Rating.cshtml
Iteration 2/Movies.Web/Views/Movies/Index.cshtml
Iteration 2/Movies.Web/Views/Shared/EditorTemplates/DateTime.cshtml
Iteration 2/Movies.Web/Views/Shared/Error.cshtml
Iteration 2/Movies.Web/Views/Shared/_Layout.cshtml
Iteration 2/Movies.Web/Views/Web.config
Iteration 2/Movies.Web/Views/_ViewStart.cshtml
Iteration 2/Movies.Web/Web.Debug.config
Iteration 2/Movies.Web/Web.Release.config
Iteration 2/Movies.Web/Web.config
Iteration 3/Movies.Web/Content/Site.css
Iteration 3/Movies.Web/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-icons_222222_256x240.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-icons_2e83ff_256x240.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-icons_454545_256x240.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-icons_888888_256x240.png
Iteration 3/Movies.Web/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
Iteration 3/Movies.Web/Content/themes/base/jquery-ui.css
Iteration 3/Movies.Web/Controllers/ActorsController.cs
Iteration 3/Movies.Web/Controllers/DirectorsController.cs
Iteration 3/Movies.Web/Controllers/MoviesController.cs
Iteration 3/Movies.Web/Global.asax
Iteration 3/Movies.Web/Global.asax.cs
Iteration 3/Movies.Web/Models/Actor.cs
Iteration 3/Movies.Web/Models/DbContexts/DbContext.cs
Iteration 3/Movies.Web/Models/Director.cs
Iteration 3/Movies.Web/Models/Movie.cs
Iteration 3/Movies.Web/Models/Seed.cs
Iteration 3/Movies.Web/Models/ViewModel/MovieViewModel.cs
Iteration 3/Movies.Web/Movies.Web.csproj
Iteration 3/Movies.Web/Movies.Web.csproj.user
Iteration 3/Movies.Web/Properties/AssemblyInfo.cs
Iteration 3/Movies.Web/Scripts/MicrosoftAjax.debug.js
Iteration 3/Movies.Web/Scripts/MicrosoftAjax.js
Iteration 3/Movies.Web/Scripts/MicrosoftMvcAjax.debug.js
Iteration 3/Movies.Web/Scripts/MicrosoftMvcAjax.js
Iteration 3/Movies.Web/Scripts/MicrosoftMvcValidation.debug.js
Iteration 3/Movies.Web/Scripts/MicrosoftMvcValidation.js
Iteration 3/Movies.Web/Scripts/jquery-1.4.4-vsdoc.js
Iteration 3/Movies.Web/Scripts/jquery-1.4.4.js
Iteration 3/Movies.Web/Scripts/jquery-1.4.4.min.js
Iteration 3/Movies.Web/Scripts/jquery-ui.js
Iteration 3/Movies.Web/Scripts/jquery-ui.min.js
Iteration 3/Movies.Web/Scripts/jquery.unobtrusive-ajax.js
Iteration 3/Movies.Web/Scripts/jquery.unobtrusive-ajax.min.js
Iteration 3/Movies.Web/Scripts/jquery.validate-vsdoc.js
Iteration 3/Movies.Web/Scripts/jquery.validate.js
Iteration 3/Movies.Web/Scripts/jquery.validate.min.js
Iteration 3/Movies.Web/Scripts/jquery.validate.unobtrusive.js
Iteration 3/Movies.Web/Scripts/jquery.validate.unobtrusive.min.js
Iteration 3/Movies.Web/Views/Actors/Create.cshtml
Iteration 3/Movies.Web/Views/Actors/Delete.cshtml
Iteration 3/Movies.Web/Views/Actors/Details.cshtml
Iteration 3/Movies.Web/Views/Actors/Edit.cshtml
Iteration 3/Movies.Web/Views/Actors/Index.cshtml
Iteration 3/Movies.Web/Views/Movies/Create.cshtml
Iteration 3/Movies.Web/Views/Movies/Delete.cshtml
Iteration 3/Movies.Web/Views/Movies/Details.cshtml
Iteration 3/Movies.Web/Views/Movies/Edit.cshtml
Iteration 3/Movies.Web/Views/Movies/EditorTemplates/Actors.cshtml
Iteration 3/Movies.Web/Views/Movies/EditorTemplates/Director.cshtml
Iteration 3/Movies.Web/Views/Movies/EditorTemplates/Rating.cshtml
Iteration 3/Movies.Web/Views/Movies/Index.cshtml
Iteration 3/Movies.Web/Views/Shared/EditorTemplates/DateTime.cshtml
Iteration 3/Movies.Web/Views/Shared/Error.cshtml
Iteration 3/Movies.Web/Views/Shared/_Layout.cshtml
Iteration 3/Movies.Web/Views/Web.config
Iteration 3/Movies.Web/Views/_ViewStart.cshtml
Iteration 3/Movies.Web/Web.Debug.config
Iteration 3/Movies.Web/Web.Release.config
Iteration 3/Movies.Web/Web.config
Iteration 3/Movies.Web/packages.config
Iteration 4/Movies.Web/Content/Site.css
Iteration 4/Movies.Web/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-icons_222222_256x240.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-icons_2e83ff_256x240.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-icons_454545_256x240.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-icons_888888_256x240.png
Iteration 4/Movies.Web/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
Iteration 4/Movies.Web/Content/themes/base/jquery-ui.css
Iteration 4/Movies.Web/Controllers/ActorsController.cs
Iteration 4/Movies.Web/Controllers/DirectorsController.cs
Iteration 4/Movies.Web/Controllers/MoviesController.cs
Iteration 4/Movies.Web/Global.asax
Iteration 4/Movies.Web/Global.asax.cs
Iteration 4/Movies.Web/Models/Actor.cs
Iteration 4/Movies.Web/Models/Databases/MoviesDb.cs
Iteration 4/Movies.Web/Models/Director.cs
Iteration 4/Movies.Web/Models/Movie.cs
Iteration 4/Movies.Web/Models/Seed.cs
Iteration 4/Movies.Web/Models/ViewModel/MovieViewModel.cs
Iteration 4/Movies.Web/Movies.Web.csproj
Iteration 4/Movies.Web/Properties/AssemblyInfo.cs
Iteration 4/Movies.Web/Scripts/MicrosoftAjax.debug.js
Iteration 4/Movies.Web/Scripts/MicrosoftAjax.js
Iteration 4/Movies.Web/Scripts/MicrosoftMvcAjax.debug.js
Iteration 4/Movies.Web/Scripts/MicrosoftMvcAjax.js
Iteration 4/Movies.Web/Scripts/MicrosoftMvcValidation.debug.js
Iteration 4/Movies.Web/Scripts/MicrosoftMvcValidation.js
Iteration 4/Movies.Web/Scripts/jquery-1.4.4-vsdoc.js
Iteration 4/Movies.Web/Scripts/jquery-1.4.4.js
Iteration 4/Movies.Web/Scripts/jquery-1.4.4.min.js
Iteration 4/Movies.Web/Scripts/jquery-ui.js
Iteration 4/Movies.Web/Scripts/jquery-ui.min.js
Iteration 4/Movies.Web/Scripts/jquery.unobtrusive-ajax.js
Iteration 4/Movies.Web/Scripts/jquery.unobtrusive-ajax.min.js
Iteration 4/Movies.Web/Scripts/jquery.validate-vsdoc.js
Iteration 4/Movies.Web/Scripts/jquery.validate.js
Iteration 4/Movies.Web/Scripts/jquery.validate.min.js
Iteration 4/Movies.Web/Scripts/jquery.validate.unobtrusive.js
Iteration 4/Movies.Web/Scripts/jquery.validate.unobtrusive.min.js
Iteration 4/Movies.Web/Views/Actors/Create.cshtml
Iteration 4/Movies.Web/Views/Actors/Delete.cshtml
Iteration 4/Movies.Web/Views/Actors/Details.cshtml
Iteration 4/Movies.Web/Views/Actors/Edit.cshtml
Iteration 4/Movies.Web/Views/Actors/Index.cshtml
Iteration 4/Movies.Web/Views/Directors/Create.cshtml
Iteration 4/Movies.Web/Views/Directors/Delete.cshtml
Iteration 4/Movies.Web/Views/Directors/Details.cshtml
Iteration 4/Movies.Web/Views/Directors/Edit.cshtml
Iteration 4/Movies.Web/Views/Directors/Index.cshtml
Iteration 4/Movies.Web/Views/Movies/Create.cshtml
Iteration 4/Movies.Web/Views/Movies/Delete.cshtml
Iteration 4/Movies.Web/Views/Movies/Details.cshtml
Iteration 4/Movies.Web/Views/Movies/Edit.cshtml
Iteration 4/Movies.Web/Views/Movies/EditorTemplates/Actors.cshtml
Iteration 4/Movies.Web/Views/Movies/EditorTemplates/Director.cshtml
Iteration 4/Movies.Web/Views/Movies/EditorTemplates/Rating.cshtml
Iteration 4/Movies.Web/Views/Movies/Index.cshtml
Iteration 4/Movies.Web/Views/Shared/EditorTemplates/DateTime.cshtml
Iteration 4/Movies.Web/Views/Shared/Error.cshtml
Iteration 4/Movies.Web/Views/Shared/_Layout.cshtml
Iteration 4/Movies.Web/Views/Web.config
Iteration 4/Movies.Web/Views/_ViewStart.cshtml
Iteration 4/Movies.Web/Web.Debug.config
Iteration 4/Movies.Web/Web.Release.config
Iteration 4/Movies.Web/Web.config
Iteration 4/Movies.Web/packages.config
Iteration 5/Movies.Web/Content/Site.css
Iteration 5/Movies.Web/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-icons_222222_256x240.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-icons_2e83ff_256x240.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-icons_454545_256x240.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-icons_888888_256x240.png
Iteration 5/Movies.Web/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
Iteration 5/Movies.Web/Content/themes/base/jquery-ui.css
Iteration 5/Movies.Web/Controllers/ActorsController.cs
Iteration 5/Movies.Web/Controllers/DirectorsController.cs
Iteration 5/Movies.Web/Controllers/MoviesController.cs
Iteration 5/Movies.Web/Global.asax
Iteration 5/Movies.Web/Global.asax.cs
Iteration 5/Movies.Web/Models/Actor.cs
Iteration 5/Movies.Web/Models/Databases/MoviesDb.cs
Iteration 5/Movies.Web/Models/Director.cs
Iteration 5/Movies.Web/Models/Movie.cs
Iteration 5/Movies.Web/Models/Seed.cs
Iteration 5/Movies.Web/Models/ViewModel/MovieViewModel.cs
Iteration 5/Movies.Web/Movies.Web.csproj
Iteration 5/Movies.Web/Properties/AssemblyInfo.cs
Iteration 5/Movies.Web/Scripts/MicrosoftAjax.debug.js
Iteration 5/Movies.Web/Scripts/MicrosoftAjax.js
Iteration 5/Movies.Web/Scripts/MicrosoftMvcAjax.debug.js
Iteration 5/Movies.Web/Scripts/MicrosoftMvcAjax.js
Iteration 5/Movies.Web/Scripts/MicrosoftMvcValidation.debug.js
Iteration 5/Movies.Web/Scripts/MicrosoftMvcValidation.js
Iteration 5/Movies.Web/Scripts/jquery-1.4.4-vsdoc.js
Iteration 5/Movies.Web/Scripts/jquery-1.4.4.js
Iteration 5/Movies.Web/Scripts/jquery-1.4.4.min.js
Iteration 5/Movies.Web/Scripts/jquery-ui.js
Iteration 5/Movies.Web/Scripts/jquery-ui.min.js
Iteration 5/Movies.Web/Scripts/jquery.unobtrusive-ajax.js
Iteration 5/Movies.Web/Scripts/jquery.unobtrusive-ajax.min.js
Iteration 5/Movies.Web/Scripts/jquery.validate-vsdoc.js
Iteration 5/Movies.Web/Scripts/jquery.validate.js
Iteration 5/Movies.Web/Scripts/jquery.validate.min.js
Iteration 5/Movies.Web/Scripts/jquery.validate.unobtrusive.js
Iteration 5/Movies.Web/Scripts/jquery.validate.unobtrusive.min.js
Iteration 5/Movies.Web/Views/Actors/Create.cshtml
Iteration 5/Movies.Web/Views/Actors/Delete.cshtml
Iteration 5/Movies.Web/Views/Actors/Details.cshtml
Iteration 5/Movies.Web/Views/Actors/Edit.cshtml
Iteration 5/Movies.Web/Views/Actors/Index.cshtml
Iteration 5/Movies.Web/Views/Directors/Create.cshtml
Iteration 5/Movies.Web/Views/Directors/Delete.cshtml
Iteration 5/Movies.Web/Views/Directors/Details.cshtml
Iteration 5/Movies.Web/Views/Directors/Edit.cshtml
Iteration 5/Movies.Web/Views/Directors/Index.cshtml
Iteration 5/Movies.Web/Views/Movies/Create.cshtml
Iteration 5/Movies.Web/Views/Movies/Delete.cshtml
Iteration 5/Movies.Web/Views/Movies/Details.cshtml
Iteration 5/Movies.Web/Views/Movies/Edit.cshtml
Iteration 5/Movies.Web/Views/Movies/EditorTemplates/Actors.cshtml
Iteration 5/Movies.Web/Views/Movies/EditorTemplates/Director.cshtml
Iteration 5/Movies.Web/Views/Movies/EditorTemplates/Rating.cshtml
Iteration 5/Movies.Web/Views/Movies/Index.cshtml
Iteration 5/Movies.Web/Views/Shared/EditorTemplates/DateTime.cshtml
Iteration 5/Movies.Web/Views/Shared/Error.cshtml
Iteration 5/Movies.Web/Views/Shared/_Layout.cshtml
Iteration 5/Movies.Web/Views/Web.config
Iteration 5/Movies.Web/Views/_ViewStart.cshtml
Iteration 5/Movies.Web/Web.Debug.config
Iteration 5/Movies.Web/Web.Release.config
Iteration 5/Movies.Web/Web.config
Iteration 5/Movies.Web/packages.config
Movies.sln
Movies/App_Data/MoviesDb.sdf
Movies/Content/Site.css
Movies/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
Movies/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
Movies/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Movies/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
Movies/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
Movies/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
Movies/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
Movies/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Movies/Content/themes/base/images/ui-icons_222222_256x240.png
Movies/Content/themes/base/images/ui-icons_2e83ff_256x240.png
Movies/Content/themes/base/images/ui-icons_454545_256x240.png
Movies/Content/themes/base/images/ui-icons_888888_256x240.png
Movies/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
Movies/Content/themes/base/jquery-ui.css
Movies/Controllers/MoviesController.cs
Movies/Global.asax
Movies/Global.asax.cs
Movies/Models/Actor.cs
Movies/Models/Director.cs
Movies/Models/Genre.cs
Movies/Models/Movie.cs
Movies/Models/MovieModelOverrides.cs
Movies/Models/Movies.Context.cs
Movies/Models/Movies.Context.tt
Movies/Models/Movies.Designer.cs
Movies/Models/Movies.cs
Movies/Models/Movies.edmx
Movies/Models/Movies.tt
Movies/Models/Person.cs
Movies/Movies.csproj
Movies/Movies.csproj.user
Movies/Properties/AssemblyInfo.cs
Movies/Scripts/MicrosoftAjax.debug.js
Movies/Scripts/MicrosoftAjax.js
Movies/Scripts/MicrosoftMvcAjax.debug.js
Movies/Scripts/MicrosoftMvcAjax.js
Movies/Scripts/MicrosoftMvcValidation.debug.js
Movies/Scripts/MicrosoftMvcValidation.js
Movies/Scripts/jquery-1.4.4-vsdoc.js
Movies/Scripts/jquery-1.4.4.js
Movies/Scripts/jquery-1.4.4.min.js
Movies/Scripts/jquery-ui.js
Movies/Scripts/jquery-ui.min.js
Movies/Scripts/jquery.unobtrusive-ajax.js
Movies/Scripts/jquery.unobtrusive-ajax.min.js
Movies/Scripts/jquery.validate-vsdoc.js
Movies/Scripts/jquery.validate.js
Movies/Scripts/jquery.validate.min.js
Movies/Scripts/jquery.validate.unobtrusive.js
Movies/Scripts/jquery.validate.unobtrusive.min.js
Movies/Views/Movies/Create.cshtml
Movies/Views/Movies/Index.cshtml
Movies/Views/Shared/Error.cshtml
Movies/Views/Shared/_Layout.cshtml
Movies/Views/Web.config
Movies/Views/_ViewStart.cshtml
Movies/Web.Debug.config
Movies/Web.Release.config
Movies/Web.config
Movies/packages.config
MvcViews/Content/Site.css
MvcViews/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
MvcViews/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
MvcViews/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
MvcViews/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
MvcViews/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
MvcViews/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
MvcViews/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
MvcViews/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
MvcViews/Content/themes/base/images/ui-icons_222222_256x240.png
MvcViews/Content/themes/base/images/ui-icons_2e83ff_256x240.png
MvcViews/Content/themes/base/images/ui-icons_454545_256x240.png
MvcViews/Content/themes/base/images/ui-icons_888888_256x240.png
MvcViews/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
MvcViews/Content/themes/base/jquery-ui.css
MvcViews/Controllers/ViewsController.cs
MvcViews/Global.asax
MvcViews/Global.asax.cs
MvcViews/MvcViews.csproj
MvcViews/MvcViews.csproj.user
MvcViews/Properties/AssemblyInfo.cs
MvcViews/Scripts/MicrosoftAjax.debug.js
MvcViews/Scripts/MicrosoftAjax.js
MvcViews/Scripts/MicrosoftMvcAjax.debug.js
MvcViews/Scripts/MicrosoftMvcAjax.js
MvcViews/Scripts/MicrosoftMvcValidation.debug.js
MvcViews/Scripts/MicrosoftMvcValidation.js
MvcViews/Scripts/jquery-1.4.4-vsdoc.js
MvcViews/Scripts/jquery-1.4.4.js
MvcViews/Scripts/jquery-1.4.4.min.js
MvcViews/Scripts/jquery-ui.js
MvcViews/Scripts/jquery-ui.min.js
MvcViews/Scripts/jquery.unobtrusive-ajax.js
MvcViews/Scripts/jquery.unobtrusive-ajax.min.js
MvcViews/Scripts/jquery.validate-vsdoc.js
MvcViews/Scripts/jquery.validate.js
MvcViews/Scripts/jquery.validate.min.js
MvcViews/Scripts/jquery.validate.unobtrusive.js
MvcViews/Scripts/jquery.validate.unobtrusive.min.js
MvcViews/Views/Shared/Error.cshtml
MvcViews/Views/Shared/_Layout.cshtml
MvcViews/Views/ViewDemo/Index.cshtml
MvcViews/Views/Web.config
MvcViews/Views/_ViewStart.cshtml
MvcViews/Web.Debug.config
MvcViews/Web.Release.config
MvcViews/Web.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 mvcmovies.zip.

mvcmovies.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML