Download azure photo studio Free Java Code

Description

A sample ASP.NET MVC4 application to create a Image storage service using Azure Blog Storage.

Icons

azure photo studio

Source Files

The download file azure-photo-studio-master.zip has the following entries.


.gitignore/*from  w  w w.j a va  2 s . com*/
.nuget/NuGet.Config
.nuget/NuGet.exe
.nuget/NuGet.targets
AzurePhotoManager.sln
AzurePhotoManager/App_Start/AuthConfig.cs
AzurePhotoManager/App_Start/BundleConfig.cs
AzurePhotoManager/App_Start/FilterConfig.cs
AzurePhotoManager/App_Start/NinjectWebCommon.cs
AzurePhotoManager/App_Start/RouteConfig.cs
AzurePhotoManager/App_Start/WebApiConfig.cs
AzurePhotoManager/AzurePhotoManager.csproj
AzurePhotoManager/Content/Site.css
AzurePhotoManager/Content/themes/base/images/animated-overlay.gif
AzurePhotoManager/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
AzurePhotoManager/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
AzurePhotoManager/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
AzurePhotoManager/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
AzurePhotoManager/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
AzurePhotoManager/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
AzurePhotoManager/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
AzurePhotoManager/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
AzurePhotoManager/Content/themes/base/images/ui-icons_222222_256x240.png
AzurePhotoManager/Content/themes/base/images/ui-icons_2e83ff_256x240.png
AzurePhotoManager/Content/themes/base/images/ui-icons_454545_256x240.png
AzurePhotoManager/Content/themes/base/images/ui-icons_888888_256x240.png
AzurePhotoManager/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
AzurePhotoManager/Content/themes/base/jquery-ui.css
AzurePhotoManager/Content/themes/base/jquery.ui.accordion.css
AzurePhotoManager/Content/themes/base/jquery.ui.all.css
AzurePhotoManager/Content/themes/base/jquery.ui.autocomplete.css
AzurePhotoManager/Content/themes/base/jquery.ui.base.css
AzurePhotoManager/Content/themes/base/jquery.ui.button.css
AzurePhotoManager/Content/themes/base/jquery.ui.core.css
AzurePhotoManager/Content/themes/base/jquery.ui.datepicker.css
AzurePhotoManager/Content/themes/base/jquery.ui.dialog.css
AzurePhotoManager/Content/themes/base/jquery.ui.menu.css
AzurePhotoManager/Content/themes/base/jquery.ui.progressbar.css
AzurePhotoManager/Content/themes/base/jquery.ui.resizable.css
AzurePhotoManager/Content/themes/base/jquery.ui.selectable.css
AzurePhotoManager/Content/themes/base/jquery.ui.slider.css
AzurePhotoManager/Content/themes/base/jquery.ui.spinner.css
AzurePhotoManager/Content/themes/base/jquery.ui.tabs.css
AzurePhotoManager/Content/themes/base/jquery.ui.theme.css
AzurePhotoManager/Content/themes/base/jquery.ui.tooltip.css
AzurePhotoManager/Content/themes/base/minified/images/animated-overlay.gif
AzurePhotoManager/Content/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
AzurePhotoManager/Content/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png
AzurePhotoManager/Content/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
AzurePhotoManager/Content/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png
AzurePhotoManager/Content/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png
AzurePhotoManager/Content/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
AzurePhotoManager/Content/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png
AzurePhotoManager/Content/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
AzurePhotoManager/Content/themes/base/minified/images/ui-icons_222222_256x240.png
AzurePhotoManager/Content/themes/base/minified/images/ui-icons_2e83ff_256x240.png
AzurePhotoManager/Content/themes/base/minified/images/ui-icons_454545_256x240.png
AzurePhotoManager/Content/themes/base/minified/images/ui-icons_888888_256x240.png
AzurePhotoManager/Content/themes/base/minified/images/ui-icons_cd0a0a_256x240.png
AzurePhotoManager/Content/themes/base/minified/jquery-ui.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.accordion.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.autocomplete.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.button.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.core.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.datepicker.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.dialog.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.menu.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.progressbar.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.resizable.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.selectable.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.slider.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.spinner.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.tabs.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.theme.min.css
AzurePhotoManager/Content/themes/base/minified/jquery.ui.tooltip.min.css
AzurePhotoManager/Controllers/AccountController.cs
AzurePhotoManager/Controllers/HomeController.cs
AzurePhotoManager/Controllers/PhotosController.cs
AzurePhotoManager/Controllers/UploadController.cs
AzurePhotoManager/Filters/InitializeSimpleMembershipAttribute.cs
AzurePhotoManager/Global.asax
AzurePhotoManager/Global.asax.cs
AzurePhotoManager/Images/accent.png
AzurePhotoManager/Images/bullet.png
AzurePhotoManager/Images/heroAccent.png
AzurePhotoManager/Images/orderedList0.png
AzurePhotoManager/Images/orderedList1.png
AzurePhotoManager/Images/orderedList2.png
AzurePhotoManager/Images/orderedList3.png
AzurePhotoManager/Images/orderedList4.png
AzurePhotoManager/Images/orderedList5.png
AzurePhotoManager/Images/orderedList6.png
AzurePhotoManager/Images/orderedList7.png
AzurePhotoManager/Images/orderedList8.png
AzurePhotoManager/Images/orderedList9.png
AzurePhotoManager/Models/AccountModels.cs
AzurePhotoManager/Models/AzurePhotoManagerContext.cs
AzurePhotoManager/Models/CloudFile.cs
AzurePhotoManager/Models/Photo.cs
AzurePhotoManager/Properties/AssemblyInfo.cs
AzurePhotoManager/Repositories/PhotoRepository.cs
AzurePhotoManager/Scripts/_references.js
AzurePhotoManager/Scripts/apm-home.js
AzurePhotoManager/Scripts/apm-uploader.js
AzurePhotoManager/Scripts/jquery-1.9.1.intellisense.js
AzurePhotoManager/Scripts/jquery-1.9.1.js
AzurePhotoManager/Scripts/jquery-1.9.1.min.js
AzurePhotoManager/Scripts/jquery-1.9.1.min.map
AzurePhotoManager/Scripts/jquery-ui-1.10.3.js
AzurePhotoManager/Scripts/jquery-ui-1.10.3.min.js
AzurePhotoManager/Scripts/jquery.unobtrusive-ajax.js
AzurePhotoManager/Scripts/jquery.unobtrusive-ajax.min.js
AzurePhotoManager/Scripts/jquery.validate-vsdoc.js
AzurePhotoManager/Scripts/jquery.validate.js
AzurePhotoManager/Scripts/jquery.validate.min.js
AzurePhotoManager/Scripts/jquery.validate.unobtrusive.js
AzurePhotoManager/Scripts/jquery.validate.unobtrusive.min.js
AzurePhotoManager/Scripts/knockout-2.2.0.debug.js
AzurePhotoManager/Scripts/knockout-2.2.0.js
AzurePhotoManager/Scripts/modernizr-2.6.2.js
AzurePhotoManager/Views/Account/ExternalLoginConfirmation.cshtml
AzurePhotoManager/Views/Account/ExternalLoginFailure.cshtml
AzurePhotoManager/Views/Account/Login.cshtml
AzurePhotoManager/Views/Account/Manage.cshtml
AzurePhotoManager/Views/Account/Register.cshtml
AzurePhotoManager/Views/Account/_ChangePasswordPartial.cshtml
AzurePhotoManager/Views/Account/_ExternalLoginsListPartial.cshtml
AzurePhotoManager/Views/Account/_RemoveExternalLoginsPartial.cshtml
AzurePhotoManager/Views/Account/_SetPasswordPartial.cshtml
AzurePhotoManager/Views/Home/About.cshtml
AzurePhotoManager/Views/Home/Contact.cshtml
AzurePhotoManager/Views/Home/Index.cshtml
AzurePhotoManager/Views/Home/Upload.cshtml
AzurePhotoManager/Views/Photos/Create.cshtml
AzurePhotoManager/Views/Photos/Delete.cshtml
AzurePhotoManager/Views/Photos/Details.cshtml
AzurePhotoManager/Views/Photos/Edit.cshtml
AzurePhotoManager/Views/Photos/Index.cshtml
AzurePhotoManager/Views/Photos/_CreateOrEdit.cshtml
AzurePhotoManager/Views/Shared/Error.cshtml
AzurePhotoManager/Views/Shared/_Layout.cshtml
AzurePhotoManager/Views/Shared/_LoginPartial.cshtml
AzurePhotoManager/Views/Web.config
AzurePhotoManager/Views/_ViewStart.cshtml
AzurePhotoManager/Web.Debug.config
AzurePhotoManager/Web.Release.config
AzurePhotoManager/Web.config
AzurePhotoManager/favicon.ico
AzurePhotoManager/packages.config
README.md
scaffolding.config

Download

Click the following link to download azure-photo-studio-master.zip.

azure-photo-studio-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