Download ASPConf 2012 Free Java Code

Description

Source code for the demos.

Source Files

The download file ASPConf-2012-master.zip has the following entries.


.gitattributes/*  w w w . j a v  a2 s  .  c  o  m*/
.gitignore
ASPConf-2012-ResponsiveCloud/.gitignore
ASPConf-2012-ResponsiveCloud/MvcWebRole1/App_Start/FilterConfig.cs
ASPConf-2012-ResponsiveCloud/MvcWebRole1/App_Start/RouteConfig.cs
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Controllers/HomeController.cs
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Controllers/ShoppingController.cs
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Global.asax
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Global.asax.cs
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Hubs/MessagingHub.cs
ASPConf-2012-ResponsiveCloud/MvcWebRole1/MvcWebRole1.csproj
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Properties/AssemblyInfo.cs
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Views/Home/Index.cshtml
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Views/Web.config
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Web.Debug.config
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Web.Release.config
ASPConf-2012-ResponsiveCloud/MvcWebRole1/Web.config
ASPConf-2012-ResponsiveCloud/MvcWebRole1/WebRole.cs
ASPConf-2012-ResponsiveCloud/MvcWebRole1/css/base.css
ASPConf-2012-ResponsiveCloud/MvcWebRole1/js/viewModel.js
ASPConf-2012-ResponsiveCloud/MvcWebRole1/packages.config
ASPConf-2012-ResponsiveCloud/WindowsAzure1.sln
ASPConf-2012-ResponsiveCloud/WindowsAzure1/.gitignore
ASPConf-2012-ResponsiveCloud/WindowsAzure1/ServiceConfiguration.Cloud.cscfg
ASPConf-2012-ResponsiveCloud/WindowsAzure1/ServiceConfiguration.Local.cscfg
ASPConf-2012-ResponsiveCloud/WindowsAzure1/ServiceDefinition.build.csdef
ASPConf-2012-ResponsiveCloud/WindowsAzure1/ServiceDefinition.csdef
ASPConf-2012-ResponsiveCloud/WindowsAzure1/WindowsAzure1.ccproj
ASPConf-2012-ResponsiveCloud/WorkerRole1/Properties/AssemblyInfo.cs
ASPConf-2012-ResponsiveCloud/WorkerRole1/Shopping.cs
ASPConf-2012-ResponsiveCloud/WorkerRole1/WorkerRole.cs
ASPConf-2012-ResponsiveCloud/WorkerRole1/WorkerRole1.csproj
ASPConf-2012-ResponsiveCloud/WorkerRole1/app.config
ASPConf-2012-ResponsiveCloud/WorkerRole1/packages.config
ASPConf-2012-SPA-clean/MvcApplication1.sln
ASPConf-2012-SPA-clean/MvcApplication1/App_Start/FilterConfig.cs
ASPConf-2012-SPA-clean/MvcApplication1/App_Start/RouteConfig.cs
ASPConf-2012-SPA-clean/MvcApplication1/Controllers/HomeController.cs
ASPConf-2012-SPA-clean/MvcApplication1/Controllers/TasksController.cs
ASPConf-2012-SPA-clean/MvcApplication1/Global.asax
ASPConf-2012-SPA-clean/MvcApplication1/Global.asax.cs
ASPConf-2012-SPA-clean/MvcApplication1/Models/Task.cs
ASPConf-2012-SPA-clean/MvcApplication1/Models/TasksRepository.cs
ASPConf-2012-SPA-clean/MvcApplication1/MvcApplication1.csproj
ASPConf-2012-SPA-clean/MvcApplication1/Properties/AssemblyInfo.cs
ASPConf-2012-SPA-clean/MvcApplication1/Scripts/jquery-1.7.2.intellisense.js
ASPConf-2012-SPA-clean/MvcApplication1/Scripts/jquery-1.7.2.js
ASPConf-2012-SPA-clean/MvcApplication1/Scripts/jquery-1.7.2.min.js
ASPConf-2012-SPA-clean/MvcApplication1/Scripts/json2.js
ASPConf-2012-SPA-clean/MvcApplication1/Scripts/json2.min.js
ASPConf-2012-SPA-clean/MvcApplication1/Scripts/underscore.js
ASPConf-2012-SPA-clean/MvcApplication1/Scripts/underscore.min.js
ASPConf-2012-SPA-clean/MvcApplication1/Views/Home/Index.cshtml
ASPConf-2012-SPA-clean/MvcApplication1/Views/Web.config
ASPConf-2012-SPA-clean/MvcApplication1/Web.Debug.config
ASPConf-2012-SPA-clean/MvcApplication1/Web.Release.config
ASPConf-2012-SPA-clean/MvcApplication1/Web.config
ASPConf-2012-SPA-clean/MvcApplication1/css/base.css
ASPConf-2012-SPA-clean/MvcApplication1/index1.html
ASPConf-2012-SPA-clean/MvcApplication1/js/backbone.support.js
ASPConf-2012-SPA-clean/MvcApplication1/js/jsrender.js
ASPConf-2012-SPA-clean/MvcApplication1/js/text.js
ASPConf-2012-SPA-clean/MvcApplication1/packages.config
ASPConf-2012-SPA/.gitignore
ASPConf-2012-SPA/MvcApplication1.sln
ASPConf-2012-SPA/MvcApplication1/App_Start/FilterConfig.cs
ASPConf-2012-SPA/MvcApplication1/App_Start/RouteConfig.cs
ASPConf-2012-SPA/MvcApplication1/Controllers/HomeController.cs
ASPConf-2012-SPA/MvcApplication1/Controllers/TasksController.cs
ASPConf-2012-SPA/MvcApplication1/Global.asax
ASPConf-2012-SPA/MvcApplication1/Global.asax.cs
ASPConf-2012-SPA/MvcApplication1/Models/ServerInfo.cs
ASPConf-2012-SPA/MvcApplication1/Models/Task.cs
ASPConf-2012-SPA/MvcApplication1/MvcApplication1.csproj
ASPConf-2012-SPA/MvcApplication1/Properties/AssemblyInfo.cs
ASPConf-2012-SPA/MvcApplication1/Repositories/TasksRepository.cs
ASPConf-2012-SPA/MvcApplication1/Views/Home/Hello.cshtml
ASPConf-2012-SPA/MvcApplication1/Views/Home/Index.cshtml
ASPConf-2012-SPA/MvcApplication1/Views/Web.config
ASPConf-2012-SPA/MvcApplication1/Web.Debug.config
ASPConf-2012-SPA/MvcApplication1/Web.Release.config
ASPConf-2012-SPA/MvcApplication1/Web.config
ASPConf-2012-SPA/MvcApplication1/app2/router.js
ASPConf-2012-SPA/MvcApplication1/app2/views/homeView.js
ASPConf-2012-SPA/MvcApplication1/app2/views/tasksView.js
ASPConf-2012-SPA/MvcApplication1/app3/boot.js
ASPConf-2012-SPA/MvcApplication1/app3/router.js
ASPConf-2012-SPA/MvcApplication1/app3/templates/homeView.tmpl.html
ASPConf-2012-SPA/MvcApplication1/app3/templates/task.tmpl.html
ASPConf-2012-SPA/MvcApplication1/app3/templates/tasksView.tmpl.html
ASPConf-2012-SPA/MvcApplication1/app3/views/homeView.js
ASPConf-2012-SPA/MvcApplication1/app3/views/tasksView.js
ASPConf-2012-SPA/MvcApplication1/app4/boot.js
ASPConf-2012-SPA/MvcApplication1/app4/router.js
ASPConf-2012-SPA/MvcApplication1/app4/templates/homeView.tmpl.html
ASPConf-2012-SPA/MvcApplication1/app4/templates/task.tmpl.html
ASPConf-2012-SPA/MvcApplication1/app4/templates/tasksView.tmpl.html
ASPConf-2012-SPA/MvcApplication1/app4/views/homeView.js
ASPConf-2012-SPA/MvcApplication1/app4/views/tasksView.js
ASPConf-2012-SPA/MvcApplication1/css/base.css
ASPConf-2012-SPA/MvcApplication1/index1.html
ASPConf-2012-SPA/MvcApplication1/index2.html
ASPConf-2012-SPA/MvcApplication1/index3.html
ASPConf-2012-SPA/MvcApplication1/js/backbone.support.js
ASPConf-2012-SPA/MvcApplication1/js/jsrender.js
ASPConf-2012-SPA/MvcApplication1/js/text.js
ASPConf-2012-SPA/MvcApplication1/packages.config

Download

Click the following link to download ASPConf-2012-master.zip.

ASPConf-2012-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper