Download ThumpThumpBus

Description

This is a ASP.NET MVC 4 and Web API application. The web application is a fun application that allows developers to throw one another under the bus. The intention of this project is to provide a simple web application that demonstrate MVC 4 and Web API while using a lightheart...

Icons

ThumpThumpBus

Source Files

The download file thumpthumpbus.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
ThumpThumpBus/ThumpThumpBus.sln/*from  w w  w. ja v a  2s.c om*/
ThumpThumpBus/ThumpThumpBus.vssscc
ThumpThumpBus/ThumpThumpBus/App_Start/BundleConfig.cs
ThumpThumpBus/ThumpThumpBus/App_Start/FilterConfig.cs
ThumpThumpBus/ThumpThumpBus/App_Start/RouteConfig.cs
ThumpThumpBus/ThumpThumpBus/Content/Site.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-icons_222222_256x240.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-icons_2e83ff_256x240.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-icons_454545_256x240.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-icons_888888_256x240.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.accordion.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.all.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.autocomplete.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.base.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.button.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.core.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.datepicker.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.dialog.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.progressbar.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.resizable.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.selectable.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.slider.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.tabs.css
ThumpThumpBus/ThumpThumpBus/Content/themes/base/jquery.ui.theme.css
ThumpThumpBus/ThumpThumpBus/Controllers/Api/IncidentController.cs
ThumpThumpBus/ThumpThumpBus/Controllers/Api/IncidentServiceController.cs
ThumpThumpBus/ThumpThumpBus/Controllers/Api/PeopleController.cs
ThumpThumpBus/ThumpThumpBus/Controllers/Api/PeopleServiceController.cs
ThumpThumpBus/ThumpThumpBus/Controllers/DashboardController.cs
ThumpThumpBus/ThumpThumpBus/Controllers/HomeController.cs
ThumpThumpBus/ThumpThumpBus/Controllers/IncidentsController.cs
ThumpThumpBus/ThumpThumpBus/Controllers/PeopleController.cs
ThumpThumpBus/ThumpThumpBus/Global.asax
ThumpThumpBus/ThumpThumpBus/Global.asax.cs
ThumpThumpBus/ThumpThumpBus/Images/NuGetGallery.png
ThumpThumpBus/ThumpThumpBus/Images/accent.png
ThumpThumpBus/ThumpThumpBus/Images/aspNetHome.png
ThumpThumpBus/ThumpThumpBus/Images/bullet.png
ThumpThumpBus/ThumpThumpBus/Images/facebook.png
ThumpThumpBus/ThumpThumpBus/Images/findHosting.png
ThumpThumpBus/ThumpThumpBus/Images/heroAccent.png
ThumpThumpBus/ThumpThumpBus/Images/orderedList0.png
ThumpThumpBus/ThumpThumpBus/Images/orderedList1.png
ThumpThumpBus/ThumpThumpBus/Images/orderedList2.png
ThumpThumpBus/ThumpThumpBus/Images/orderedList3.png
ThumpThumpBus/ThumpThumpBus/Images/orderedList4.png
ThumpThumpBus/ThumpThumpBus/Images/orderedList5.png
ThumpThumpBus/ThumpThumpBus/Images/orderedList6.png
ThumpThumpBus/ThumpThumpBus/Images/orderedList7.png
ThumpThumpBus/ThumpThumpBus/Images/orderedList8.png
ThumpThumpBus/ThumpThumpBus/Images/orderedList9.png
ThumpThumpBus/ThumpThumpBus/Images/twitter.png
ThumpThumpBus/ThumpThumpBus/Images/windowsLive.png
ThumpThumpBus/ThumpThumpBus/Models/Domain/Incident.cs
ThumpThumpBus/ThumpThumpBus/Models/Domain/Person.cs
ThumpThumpBus/ThumpThumpBus/Models/Repository/IncidentRepository.cs
ThumpThumpBus/ThumpThumpBus/Models/Repository/PersonRepository.cs
ThumpThumpBus/ThumpThumpBus/Models/Service/PersonService.cs
ThumpThumpBus/ThumpThumpBus/Models/ViewModels/AllPeopleViewModel.cs
ThumpThumpBus/ThumpThumpBus/Models/ViewModels/IncidentLogViewModel.cs
ThumpThumpBus/ThumpThumpBus/Models/ViewModels/IncidentViewModel.cs
ThumpThumpBus/ThumpThumpBus/Models/ViewModels/PersonViewModel.cs
ThumpThumpBus/ThumpThumpBus/Models/ViewModels/ReportAccidentViewModel.cs
ThumpThumpBus/ThumpThumpBus/Properties/AssemblyInfo.cs
ThumpThumpBus/ThumpThumpBus/Scripts/libs/backbone.js
ThumpThumpBus/ThumpThumpBus/Scripts/libs/backbone.min.js
ThumpThumpBus/ThumpThumpBus/Scripts/libs/jquery-1.7.2-vsdoc.js
ThumpThumpBus/ThumpThumpBus/Scripts/libs/jquery-1.7.2.js
ThumpThumpBus/ThumpThumpBus/Scripts/libs/jquery-1.7.2.min.js
ThumpThumpBus/ThumpThumpBus/Scripts/libs/underscore.js
ThumpThumpBus/ThumpThumpBus/Scripts/libs/underscore.min.js
ThumpThumpBus/ThumpThumpBus/Scripts/thumpthumpbus.js
ThumpThumpBus/ThumpThumpBus/ThumpThumpBus.csproj
ThumpThumpBus/ThumpThumpBus/ThumpThumpBus.csproj.vspscc
ThumpThumpBus/ThumpThumpBus/Views/Dashboard/Index.cshtml
ThumpThumpBus/ThumpThumpBus/Views/Home/Index.cshtml
ThumpThumpBus/ThumpThumpBus/Views/Incidents/Index.cshtml
ThumpThumpBus/ThumpThumpBus/Views/Incidents/Report.cshtml
ThumpThumpBus/ThumpThumpBus/Views/People/Index.cshtml
ThumpThumpBus/ThumpThumpBus/Views/Shared/Error.cshtml
ThumpThumpBus/ThumpThumpBus/Views/Shared/_Layout.cshtml
ThumpThumpBus/ThumpThumpBus/Views/Web.config
ThumpThumpBus/ThumpThumpBus/Views/_ViewStart.cshtml
ThumpThumpBus/ThumpThumpBus/Web.Debug.config
ThumpThumpBus/ThumpThumpBus/Web.Release.config
ThumpThumpBus/ThumpThumpBus/Web.config
ThumpThumpBus/ThumpThumpBus/favicon.ico
ThumpThumpBus/ThumpThumpBus/packages.config
ThumpThumpBus/ThumpThumpBus/test.htm
ThumpThumpBus/packages/Backbone.js.0.9.2/Content/Scripts/backbone.js
ThumpThumpBus/packages/Backbone.js.0.9.2/Content/Scripts/backbone.min.js
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/Content/App.config.transform
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/Content/Web.config.transform
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/EntityFramework.5.0.0-rc.nupkg
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/lib/net40/EntityFramework.dll
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/lib/net40/EntityFramework.xml
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/lib/net45/EntityFramework.dll
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/lib/net45/EntityFramework.xml
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/EntityFramework.PS3.psd1
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/EntityFramework.PowerShell.Utility.dll
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/EntityFramework.PowerShell.dll
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/EntityFramework.psd1
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/EntityFramework.psm1
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/Redirect.VS11.config
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/Redirect.config
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/about_EntityFramework.help.txt
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/init.ps1
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/install.ps1
ThumpThumpBus/packages/EntityFramework.5.0.0-rc/tools/migrate.exe
ThumpThumpBus/packages/Microsoft.AspNet.Mvc.4.0.20505.0/Microsoft.AspNet.Mvc.4.0.20505.0.nupkg
ThumpThumpBus/packages/Microsoft.AspNet.Mvc.4.0.20505.0/lib/net40/System.Web.Mvc.dll
ThumpThumpBus/packages/Microsoft.AspNet.Mvc.4.0.20505.0/lib/net40/System.Web.Mvc.xml
ThumpThumpBus/packages/Microsoft.AspNet.Providers.1.1/Microsoft.AspNet.Providers.1.1.nupkg
ThumpThumpBus/packages/Microsoft.AspNet.Providers.1.1/content/web.config.transform
ThumpThumpBus/packages/Microsoft.AspNet.Providers.1.1/tools/Install.ps1
ThumpThumpBus/packages/Microsoft.AspNet.Providers.Core.1.0/Microsoft.AspNet.Providers.Core.1.0.nupkg
ThumpThumpBus/packages/Microsoft.AspNet.Providers.Core.1.0/lib/net40/System.Web.Providers.dll
ThumpThumpBus/packages/Microsoft.AspNet.Providers.Core.1.0/readme.html
ThumpThumpBus/packages/Microsoft.AspNet.Razor.2.0.20505.0/Microsoft.AspNet.Razor.2.0.20505.0.nupkg
ThumpThumpBus/packages/Microsoft.AspNet.Razor.2.0.20505.0/lib/net40/System.Web.Razor.dll
ThumpThumpBus/packages/Microsoft.AspNet.Razor.2.0.20505.0/lib/net40/System.Web.Razor.xml
ThumpThumpBus/packages/Microsoft.AspNet.Web.Optimization.1.0.0-beta2/Microsoft.AspNet.Web.Optimization.1.0.0-beta2.nupkg
ThumpThumpBus/packages/Microsoft.AspNet.Web.Optimization.1.0.0-beta2/lib/net40/System.Web.Optimization.dll
ThumpThumpBus/packages/Microsoft.AspNet.WebApi.4.0.20505.0/Microsoft.AspNet.WebApi.4.0.20505.0.nupkg
ThumpThumpBus/packages/Microsoft.AspNet.WebApi.Client.4.0.20505.0/Microsoft.AspNet.WebApi.Client.4.0.20505.0.nupkg
ThumpThumpBus/packages/Microsoft.AspNet.WebApi.Client.4.0.20505.0/lib/net40/System.Net.Http.Formatting.dll
ThumpThumpBus/packages/Microsoft.AspNet.WebApi.Client.4.0.20505.0/lib/net40/System.Net.Http.Formatting.xml
ThumpThumpBus/packages/Microsoft.AspNet.WebApi.Core.4.0.20505.0/Microsoft.AspNet.WebApi.Core.4.0.20505.0.nupkg
ThumpThumpBus/packages/Microsoft.AspNet.WebApi.Core.4.0.20505.0/lib/net40/System.Web.Http.dll
ThumpThumpBus/packages/Microsoft.AspNet.WebApi.Core.4.0.20505.0/lib/net40/System.Web.Http.xml
ThumpThumpBus/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20505.0/Microsoft.AspNet.WebApi.WebHost.4.0.20505.0.nupkg
ThumpThumpBus/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20505.0/lib/net40/System.Web.Http.WebHost.dll
ThumpThumpBus/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20505.0/lib/net40/System.Web.Http.WebHost.xml
ThumpThumpBus/packages/Microsoft.AspNet.WebPages.2.0.20505.0/Microsoft.AspNet.WebPages.2.0.20505.0.nupkg
ThumpThumpBus/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.Helpers.dll
ThumpThumpBus/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.Helpers.xml
ThumpThumpBus/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.Deployment.dll
ThumpThumpBus/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.Deployment.xml
ThumpThumpBus/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.Razor.dll
ThumpThumpBus/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.Razor.xml
ThumpThumpBus/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.dll
ThumpThumpBus/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.xml
ThumpThumpBus/packages/Microsoft.Net.Http.2.0.20505.0/Microsoft.Net.Http.2.0.20505.0.nupkg
ThumpThumpBus/packages/Microsoft.Net.Http.2.0.20505.0/lib/net40/System.Net.Http.WebRequest.dll
ThumpThumpBus/packages/Microsoft.Net.Http.2.0.20505.0/lib/net40/System.Net.Http.WebRequest.xml
ThumpThumpBus/packages/Microsoft.Net.Http.2.0.20505.0/lib/net40/System.Net.Http.dll
ThumpThumpBus/packages/Microsoft.Net.Http.2.0.20505.0/lib/net40/System.Net.Http.xml
ThumpThumpBus/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg
ThumpThumpBus/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll
ThumpThumpBus/packages/Microsoft.Web.Infrastructure.1.0.0.0/tools/Install.ps1
ThumpThumpBus/packages/Microsoft.Web.Infrastructure.1.0.0.0/tools/Uninstall.ps1
ThumpThumpBus/packages/Microsoft.Web.Infrastructure.1.0.0.0/tools/VS.psd1
ThumpThumpBus/packages/Microsoft.Web.Infrastructure.1.0.0.0/tools/VS.psm1
ThumpThumpBus/packages/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20505.0/Content/Scripts/jquery.unobtrusive-ajax.js
ThumpThumpBus/packages/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20505.0/Content/Scripts/jquery.unobtrusive-ajax.min.js
ThumpThumpBus/packages/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20505.0/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20505.0.nupkg
ThumpThumpBus/packages/Microsoft.jQuery.Unobtrusive.Validation.2.0.20505.0/Content/Scripts/jquery.validate.unobtrusive.js
ThumpThumpBus/packages/Microsoft.jQuery.Unobtrusive.Validation.2.0.20505.0/Content/Scripts/jquery.validate.unobtrusive.min.js
ThumpThumpBus/packages/Microsoft.jQuery.Unobtrusive.Validation.2.0.20505.0/Microsoft.jQuery.Unobtrusive.Validation.2.0.20505.0.nupkg
ThumpThumpBus/packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js
ThumpThumpBus/packages/Modernizr.2.0.6/Modernizr.2.0.6.nupkg
ThumpThumpBus/packages/Newtonsoft.Json.4.5.1/Newtonsoft.Json.4.5.1.nupkg
ThumpThumpBus/packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.dll
ThumpThumpBus/packages/Newtonsoft.Json.4.5.1/lib/net40/Newtonsoft.Json.xml
ThumpThumpBus/packages/WebGrease.1.0.0/WebGrease.1.0.0.nupkg
ThumpThumpBus/packages/WebGrease.1.0.0/lib/Antlr3.Runtime.dll
ThumpThumpBus/packages/WebGrease.1.0.0/lib/WG.exe
ThumpThumpBus/packages/WebGrease.1.0.0/lib/WebGrease.dll
ThumpThumpBus/packages/jQuery.1.6.2/Content/Scripts/jquery-1.6.2-vsdoc.js
ThumpThumpBus/packages/jQuery.1.6.2/Content/Scripts/jquery-1.6.2.js
ThumpThumpBus/packages/jQuery.1.6.2/Content/Scripts/jquery-1.6.2.min.js
ThumpThumpBus/packages/jQuery.1.6.2/jQuery.1.6.2.nupkg
ThumpThumpBus/packages/jQuery.1.7.2/Content/Scripts/jquery-1.7.2-vsdoc.js
ThumpThumpBus/packages/jQuery.1.7.2/Content/Scripts/jquery-1.7.2.js
ThumpThumpBus/packages/jQuery.1.7.2/Content/Scripts/jquery-1.7.2.min.js
ThumpThumpBus/packages/jQuery.1.7.2/Tools/jquery-1.7.2.intellisense.js
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_222222_256x240.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_2e83ff_256x240.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_454545_256x240.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_888888_256x240.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.accordion.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.all.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.autocomplete.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.base.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.button.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.core.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.datepicker.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.dialog.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.progressbar.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.resizable.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.selectable.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.slider.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.tabs.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.theme.css
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Scripts/jquery-ui-1.8.11.js
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/Content/Scripts/jquery-ui-1.8.11.min.js
ThumpThumpBus/packages/jQuery.UI.Combined.1.8.11/jQuery.UI.Combined.1.8.11.nupkg
ThumpThumpBus/packages/jQuery.Validation.1.8.1/Content/Scripts/jquery.validate-vsdoc.js
ThumpThumpBus/packages/jQuery.Validation.1.8.1/Content/Scripts/jquery.validate.js
ThumpThumpBus/packages/jQuery.Validation.1.8.1/Content/Scripts/jquery.validate.min.js
ThumpThumpBus/packages/jQuery.Validation.1.8.1/jQuery.Validation.1.8.1.nupkg
ThumpThumpBus/packages/knockoutjs.2.0.0/Content/Scripts/knockout-2.0.0.debug.js
ThumpThumpBus/packages/knockoutjs.2.0.0/Content/Scripts/knockout-2.0.0.js
ThumpThumpBus/packages/knockoutjs.2.0.0/knockoutjs.2.0.0.nupkg
ThumpThumpBus/packages/repositories.config
ThumpThumpBus/packages/underscore.js.1.3.3/Content/Scripts/underscore.js
ThumpThumpBus/packages/underscore.js.1.3.3/Content/Scripts/underscore.min.js

Download

Click the following link to download thumpthumpbus.zip.

thumpthumpbus.zip




















Home »
  ASP.NET Free Code »
    Design Patterns »




MVC
MVC Application
MVC Control
MVC Design Patterns
MVC Framework
MVC Library
MVC Sample
MVC View
MVP
MVVM