Download Northwind Web Demo

Description

Demo of ASP.NET MVC 3 using the Northwind Database.

Icons

Northwind Web Demo

Source Files

The download file northwindwebdemo.zip has the following entries.


NET Web Development Trends.pptx//w w  w  .j  a  v a 2  s  .  co m
NorthwindWeb.sln
NorthwindWeb/App_Data/Northwind.mdf
NorthwindWeb/App_Data/Northwind_log.ldf
NorthwindWeb/CodeTemplates/Scaffolders/HomePage/HomePage.ps1
NorthwindWeb/CodeTemplates/Scaffolders/HomePage/HomePageTemplate.cs.t4
NorthwindWeb/CodeTemplates/Scaffolders/MVCApp/MVCApp.ps1
NorthwindWeb/CodeTemplates/Scaffolders/MVCApp/MVCAppTemplate.cs.t4
NorthwindWeb/CodeTemplates/Scaffolders/jqGrid/jqGrid.ps1
NorthwindWeb/CodeTemplates/Scaffolders/jqGrid/jqGridAction.cs.t4
NorthwindWeb/CodeTemplates/Scaffolders/jqGrid/jqGridView.cs.t4
NorthwindWeb/Content/Site.css
NorthwindWeb/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
NorthwindWeb/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
NorthwindWeb/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
NorthwindWeb/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
NorthwindWeb/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
NorthwindWeb/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
NorthwindWeb/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
NorthwindWeb/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
NorthwindWeb/Content/themes/base/images/ui-icons_222222_256x240.png
NorthwindWeb/Content/themes/base/images/ui-icons_2e83ff_256x240.png
NorthwindWeb/Content/themes/base/images/ui-icons_454545_256x240.png
NorthwindWeb/Content/themes/base/images/ui-icons_888888_256x240.png
NorthwindWeb/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
NorthwindWeb/Content/themes/base/jquery.ui.accordion.css
NorthwindWeb/Content/themes/base/jquery.ui.all.css
NorthwindWeb/Content/themes/base/jquery.ui.autocomplete.css
NorthwindWeb/Content/themes/base/jquery.ui.base.css
NorthwindWeb/Content/themes/base/jquery.ui.button.css
NorthwindWeb/Content/themes/base/jquery.ui.core.css
NorthwindWeb/Content/themes/base/jquery.ui.datepicker.css
NorthwindWeb/Content/themes/base/jquery.ui.dialog.css
NorthwindWeb/Content/themes/base/jquery.ui.progressbar.css
NorthwindWeb/Content/themes/base/jquery.ui.resizable.css
NorthwindWeb/Content/themes/base/jquery.ui.selectable.css
NorthwindWeb/Content/themes/base/jquery.ui.slider.css
NorthwindWeb/Content/themes/base/jquery.ui.tabs.css
NorthwindWeb/Content/themes/base/jquery.ui.theme.css
NorthwindWeb/Content/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
NorthwindWeb/Content/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png
NorthwindWeb/Content/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
NorthwindWeb/Content/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
NorthwindWeb/Content/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
NorthwindWeb/Content/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
NorthwindWeb/Content/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
NorthwindWeb/Content/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
NorthwindWeb/Content/themes/redmond/images/ui-icons_217bc0_256x240.png
NorthwindWeb/Content/themes/redmond/images/ui-icons_2e83ff_256x240.png
NorthwindWeb/Content/themes/redmond/images/ui-icons_469bdd_256x240.png
NorthwindWeb/Content/themes/redmond/images/ui-icons_6da8d5_256x240.png
NorthwindWeb/Content/themes/redmond/images/ui-icons_cd0a0a_256x240.png
NorthwindWeb/Content/themes/redmond/images/ui-icons_d8e7f3_256x240.png
NorthwindWeb/Content/themes/redmond/images/ui-icons_f9bd01_256x240.png
NorthwindWeb/Content/themes/redmond/jquery-ui-1.8.12.custom.css
NorthwindWeb/Content/themes/redmond/jquery.ui.accordion.css
NorthwindWeb/Content/themes/redmond/jquery.ui.all.css
NorthwindWeb/Content/themes/redmond/jquery.ui.autocomplete.css
NorthwindWeb/Content/themes/redmond/jquery.ui.base.css
NorthwindWeb/Content/themes/redmond/jquery.ui.button.css
NorthwindWeb/Content/themes/redmond/jquery.ui.core.css
NorthwindWeb/Content/themes/redmond/jquery.ui.datepicker.css
NorthwindWeb/Content/themes/redmond/jquery.ui.dialog.css
NorthwindWeb/Content/themes/redmond/jquery.ui.progressbar.css
NorthwindWeb/Content/themes/redmond/jquery.ui.resizable.css
NorthwindWeb/Content/themes/redmond/jquery.ui.selectable.css
NorthwindWeb/Content/themes/redmond/jquery.ui.slider.css
NorthwindWeb/Content/themes/redmond/jquery.ui.tabs.css
NorthwindWeb/Content/themes/redmond/jquery.ui.theme.css
NorthwindWeb/Content/ui.jqgrid.css
NorthwindWeb/Controllers/CategoryController.cs
NorthwindWeb/Controllers/CustomerController.cs
NorthwindWeb/Controllers/CustomerDemographicController.cs
NorthwindWeb/Controllers/EmployeeController.cs
NorthwindWeb/Controllers/HomeController.cs
NorthwindWeb/Controllers/OrderController.cs
NorthwindWeb/Controllers/ProductController.cs
NorthwindWeb/Controllers/RegionController.cs
NorthwindWeb/Controllers/ShipperController.cs
NorthwindWeb/Controllers/SupplierController.cs
NorthwindWeb/Controllers/TerritoryController.cs
NorthwindWeb/Global.asax
NorthwindWeb/Global.asax.cs
NorthwindWeb/Models/CategoryRepository.cs
NorthwindWeb/Models/CustomerDemographicRepository.cs
NorthwindWeb/Models/CustomerRepository.cs
NorthwindWeb/Models/EmployeeRepository.cs
NorthwindWeb/Models/NorthwindModel.Designer.cs
NorthwindWeb/Models/NorthwindModel.edmx
NorthwindWeb/Models/OrderRepository.cs
NorthwindWeb/Models/ProductRepository.cs
NorthwindWeb/Models/RegionRepository.cs
NorthwindWeb/Models/ShipperRepository.cs
NorthwindWeb/Models/SupplierRepository.cs
NorthwindWeb/Models/TerritoryRepository.cs
NorthwindWeb/NorthwindWeb.csproj
NorthwindWeb/NorthwindWeb.csproj.user
NorthwindWeb/Properties/AssemblyInfo.cs
NorthwindWeb/Scripts/MicrosoftAjax.debug.js
NorthwindWeb/Scripts/MicrosoftAjax.js
NorthwindWeb/Scripts/MicrosoftMvcAjax.debug.js
NorthwindWeb/Scripts/MicrosoftMvcAjax.js
NorthwindWeb/Scripts/MicrosoftMvcValidation.debug.js
NorthwindWeb/Scripts/MicrosoftMvcValidation.js
NorthwindWeb/Scripts/i18n/grid.locale-en.js
NorthwindWeb/Scripts/jquery-1.5.1-vsdoc.js
NorthwindWeb/Scripts/jquery-1.5.1.js
NorthwindWeb/Scripts/jquery-1.5.1.min.js
NorthwindWeb/Scripts/jquery-ui-1.8.11.js
NorthwindWeb/Scripts/jquery-ui-1.8.11.min.js
NorthwindWeb/Scripts/jquery.jqGrid.min.js
NorthwindWeb/Scripts/jquery.maskedinput-1.3.min.js
NorthwindWeb/Scripts/jquery.unobtrusive-ajax.js
NorthwindWeb/Scripts/jquery.unobtrusive-ajax.min.js
NorthwindWeb/Scripts/jquery.validate-vsdoc.js
NorthwindWeb/Scripts/jquery.validate.js
NorthwindWeb/Scripts/jquery.validate.min.js
NorthwindWeb/Scripts/jquery.validate.unobtrusive.js
NorthwindWeb/Scripts/jquery.validate.unobtrusive.min.js
NorthwindWeb/Scripts/modernizr-1.7.js
NorthwindWeb/Scripts/modernizr-1.7.min.js
NorthwindWeb/Views/Category/Index.cshtml
NorthwindWeb/Views/Customer/Index.cshtml
NorthwindWeb/Views/CustomerDemographic/Index.cshtml
NorthwindWeb/Views/Employee/Index.cshtml
NorthwindWeb/Views/Home/About.cshtml
NorthwindWeb/Views/Home/Index.cshtml
NorthwindWeb/Views/Order/Index.cshtml
NorthwindWeb/Views/Product/Index.cshtml
NorthwindWeb/Views/Region/Index.cshtml
NorthwindWeb/Views/Shared/Error.cshtml
NorthwindWeb/Views/Shared/_Layout.cshtml
NorthwindWeb/Views/Shipper/Index.cshtml
NorthwindWeb/Views/Supplier/Index.cshtml
NorthwindWeb/Views/Territory/Index.cshtml
NorthwindWeb/Views/Web.config
NorthwindWeb/Views/_ViewStart.cshtml
NorthwindWeb/Web.Debug.config
NorthwindWeb/Web.Release.config
NorthwindWeb/Web.config
NorthwindWeb/bin/EntityFramework.dll
NorthwindWeb/bin/EntityFramework.xml
NorthwindWeb/bin/NorthwindWeb.dll
NorthwindWeb/bin/NorthwindWeb.pdb
NorthwindWeb/packages.config
NorthwindWeb/readme.txt
packages/EntityFramework.4.1.10715.0/EntityFramework.4.1.10715.0.nupkg
packages/EntityFramework.4.1.10715.0/lib/EntityFramework.dll
packages/EntityFramework.4.1.10715.0/lib/EntityFramework.xml
packages/Modernizr.1.7/Content/Scripts/modernizr-1.7.js
packages/Modernizr.1.7/Content/Scripts/modernizr-1.7.min.js
packages/Modernizr.1.7/Modernizr.1.7.nupkg
packages/MvcScaffolding.1.0.4/MvcScaffolding.1.0.4.nupkg
packages/MvcScaffolding.1.0.4/content/InstallationDummyFile.txt
packages/MvcScaffolding.1.0.4/tools/Action/Action.cs.t4
packages/MvcScaffolding.1.0.4/tools/Action/Action.vb.t4
packages/MvcScaffolding.1.0.4/tools/Action/ActionPost.cs.t4
packages/MvcScaffolding.1.0.4/tools/Action/ActionPost.vb.t4
packages/MvcScaffolding.1.0.4/tools/Action/MvcScaffolding.Action.ps1
packages/MvcScaffolding.1.0.4/tools/Action/ViewModel.cs.t4
packages/MvcScaffolding.1.0.4/tools/Action/ViewModel.vb.t4
packages/MvcScaffolding.1.0.4/tools/ActionUnitTest/MvcScaffolding.ActionUnitTest.ps1
packages/MvcScaffolding.1.0.4/tools/ActionUnitTest/TestClass.cs.t4
packages/MvcScaffolding.1.0.4/tools/ActionUnitTest/TestClass.vb.t4
packages/MvcScaffolding.1.0.4/tools/ActionUnitTest/TestMethod.cs.t4
packages/MvcScaffolding.1.0.4/tools/ActionUnitTest/TestMethod.vb.t4
packages/MvcScaffolding.1.0.4/tools/ActionWithUnitTest/MvcScaffolding.ActionWithUnitTest.ps1
packages/MvcScaffolding.1.0.4/tools/AspxView/Create.cs.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Create.vb.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/CreateOrEdit.cs.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/CreateOrEdit.vb.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Delete.cs.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Delete.vb.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Details.cs.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Details.vb.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Edit.cs.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Edit.vb.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Empty.cs.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Empty.vb.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Index.cs.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/Index.vb.t4
packages/MvcScaffolding.1.0.4/tools/AspxView/MvcScaffolding.AspxView.ps1
packages/MvcScaffolding.1.0.4/tools/Controller/ControllerWithContext.cs.t4
packages/MvcScaffolding.1.0.4/tools/Controller/ControllerWithContext.vb.t4
packages/MvcScaffolding.1.0.4/tools/Controller/ControllerWithRepository.cs.t4
packages/MvcScaffolding.1.0.4/tools/Controller/ControllerWithRepository.vb.t4
packages/MvcScaffolding.1.0.4/tools/Controller/MvcScaffolding.Controller.ps1
packages/MvcScaffolding.1.0.4/tools/Controller/MvcScaffolding.ControllerWithRepository.ps1
packages/MvcScaffolding.1.0.4/tools/RazorView/Create.cs.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Create.vb.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Delete.cs.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Delete.vb.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Details.cs.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Details.vb.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Edit.cs.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Edit.vb.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Empty.cs.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Empty.vb.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Index.cs.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/Index.vb.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/MvcScaffolding.RazorView.ps1
packages/MvcScaffolding.1.0.4/tools/RazorView/_CreateOrEdit.cs.t4
packages/MvcScaffolding.1.0.4/tools/RazorView/_CreateOrEdit.vb.t4
packages/MvcScaffolding.1.0.4/tools/Views/MvcScaffolding.Views.ps1
packages/MvcScaffolding.1.0.4/tools/init.ps1
packages/MvcScaffolding.1.0.4/tools/install.ps1
packages/MvcScaffolding.1.0.4/tools/registerWithMvcTooling.ps1
packages/T4Scaffolding.1.0.4/T4Scaffolding.1.0.4.nupkg
packages/T4Scaffolding.1.0.4/content/InstallationDummyFile.txt
packages/T4Scaffolding.1.0.4/tools/CustomScaffolder/DefaultPs1Script.ps1.t4
packages/T4Scaffolding.1.0.4/tools/CustomScaffolder/DefaultT4Template.cs.t4
packages/T4Scaffolding.1.0.4/tools/CustomScaffolder/DefaultT4Template.vb.t4
packages/T4Scaffolding.1.0.4/tools/CustomScaffolder/T4Scaffolding.CustomScaffolder.ps1
packages/T4Scaffolding.1.0.4/tools/CustomTemplate/T4Scaffolding.CustomTemplate.ps1
packages/T4Scaffolding.1.0.4/tools/EFDbContext/DbContext.cs.t4
packages/T4Scaffolding.1.0.4/tools/EFDbContext/DbContext.vb.t4
packages/T4Scaffolding.1.0.4/tools/EFDbContext/DbContextEntityMember.cs.t4
packages/T4Scaffolding.1.0.4/tools/EFDbContext/DbContextEntityMember.vb.t4
packages/T4Scaffolding.1.0.4/tools/EFDbContext/T4Scaffolding.EFDbContext.ps1
packages/T4Scaffolding.1.0.4/tools/EFRepository/Repository.cs.t4
packages/T4Scaffolding.1.0.4/tools/EFRepository/Repository.vb.t4
packages/T4Scaffolding.1.0.4/tools/EFRepository/T4Scaffolding.EFRepository.ps1
packages/T4Scaffolding.1.0.4/tools/T4Scaffolding.Format.ps1xml
packages/T4Scaffolding.1.0.4/tools/T4Scaffolding.NuGetServices.dll
packages/T4Scaffolding.1.0.4/tools/T4Scaffolding.dll
packages/T4Scaffolding.1.0.4/tools/init.ps1
packages/T4Scaffolding.1.0.4/tools/install.ps1
packages/T4Scaffolding.1.0.4/tools/scaffoldingTabExpansion.psm1
packages/T4Scaffolding.1.0.4/tools/uninstall.ps1
packages/jQuery.1.5.1/Content/Scripts/jquery-1.5.1.js
packages/jQuery.1.5.1/Content/Scripts/jquery-1.5.1.min.js
packages/jQuery.1.5.1/jQuery.1.5.1.nupkg
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_222222_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_2e83ff_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_454545_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_888888_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.accordion.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.all.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.autocomplete.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.base.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.button.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.core.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.datepicker.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.dialog.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.progressbar.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.resizable.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.selectable.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.slider.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.tabs.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.theme.css
packages/jQuery.UI.Combined.1.8.11/Content/Scripts/jquery-ui-1.8.11.js
packages/jQuery.UI.Combined.1.8.11/Content/Scripts/jquery-ui-1.8.11.min.js
packages/jQuery.UI.Combined.1.8.11/jQuery.UI.Combined.1.8.11.nupkg
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate-vsdoc.js
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate.js
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate.min.js
packages/jQuery.Validation.1.8.0/jQuery.Validation.1.8.0.nupkg
packages/jQuery.vsdoc.1.5.1/Content/Scripts/jquery-1.5.1-vsdoc.js
packages/jQuery.vsdoc.1.5.1/jQuery.vsdoc.1.5.1.nupkg
packages/repositories.config
scaffolding.config

Download

Click the following link to download northwindwebdemo.zip.

northwindwebdemo.zip




















Home »
  ASP.NET Free Code »
    Database »




Database
LINQ
NHibernate
ORM
SQL
SQL Server