Download DurandalAuth Free Java Code
Description
Porting ASP MVC 4 default Internet template for using with Durandal and Web API.
Icons
Source Files
The download file DurandalAuth-master.zip has the following entries.
.gitattributes// ww w . j a v a 2s . co m
.gitignore
.nuget/NuGet.Config
.nuget/NuGet.exe
.nuget/NuGet.targets
DurandalAuth.Data/App.config
DurandalAuth.Data/DurandalAuth.Data.csproj
DurandalAuth.Data/DurandalAuthDbContext.cs
DurandalAuth.Data/DurandalAuthDbContextProvider.cs
DurandalAuth.Data/Migrations/201309061650120_Initial.Designer.cs
DurandalAuth.Data/Migrations/201309061650120_Initial.cs
DurandalAuth.Data/Migrations/201309061650120_Initial.resx
DurandalAuth.Data/Migrations/Configuration.cs
DurandalAuth.Data/Properties/AssemblyInfo.cs
DurandalAuth.Data/Repositories/Repository.cs
DurandalAuth.Data/UnitOfWork/UnitOfWork.cs
DurandalAuth.Data/packages.config
DurandalAuth.Domain/App.config
DurandalAuth.Domain/Contracts/IRepository.cs
DurandalAuth.Domain/DurandalAuth.Domain.csproj
DurandalAuth.Domain/Model/Article.cs
DurandalAuth.Domain/Model/AuditInfo.cs
DurandalAuth.Domain/Model/Category.cs
DurandalAuth.Domain/Model/Extensions.cs
DurandalAuth.Domain/Model/Tag.cs
DurandalAuth.Domain/Model/UserProfile.cs
DurandalAuth.Domain/Properties/AssemblyInfo.cs
DurandalAuth.Domain/UnitOfWork/IUnitOfWork.cs
DurandalAuth.Web/App/main-built.js
DurandalAuth.Web/App/main.js
DurandalAuth.Web/App/model/modelBuilder.js
DurandalAuth.Web/App/services/appsecurity.js
DurandalAuth.Web/App/services/config.js
DurandalAuth.Web/App/services/entitymanagerprovider.js
DurandalAuth.Web/App/services/errorhandler.js
DurandalAuth.Web/App/services/logger.js
DurandalAuth.Web/App/services/privatearticlerepository.js
DurandalAuth.Web/App/services/publicarticlerepository.js
DurandalAuth.Web/App/services/repository.js
DurandalAuth.Web/App/services/unitofwork.js
DurandalAuth.Web/App/services/utils.js
DurandalAuth.Web/App/viewmodels/account/externalloginconfirmation.js
DurandalAuth.Web/App/viewmodels/account/externalloginfailure.js
DurandalAuth.Web/App/viewmodels/account/login.js
DurandalAuth.Web/App/viewmodels/account/manage.js
DurandalAuth.Web/App/viewmodels/account/register.js
DurandalAuth.Web/App/viewmodels/admin/panel.js
DurandalAuth.Web/App/viewmodels/header.js
DurandalAuth.Web/App/viewmodels/home/about.js
DurandalAuth.Web/App/viewmodels/home/articles.js
DurandalAuth.Web/App/viewmodels/home/index.js
DurandalAuth.Web/App/viewmodels/notfound.js
DurandalAuth.Web/App/viewmodels/shell.js
DurandalAuth.Web/App/viewmodels/user/article.js
DurandalAuth.Web/App/viewmodels/user/dashboard.js
DurandalAuth.Web/App/views/account/externalloginconfirmation.html
DurandalAuth.Web/App/views/account/externalloginfailure.html
DurandalAuth.Web/App/views/account/login.html
DurandalAuth.Web/App/views/account/manage.html
DurandalAuth.Web/App/views/account/register.html
DurandalAuth.Web/App/views/admin/panel.html
DurandalAuth.Web/App/views/header.html
DurandalAuth.Web/App/views/home/about.html
DurandalAuth.Web/App/views/home/articles.html
DurandalAuth.Web/App/views/home/index.html
DurandalAuth.Web/App/views/notfound.html
DurandalAuth.Web/App/views/shell.html
DurandalAuth.Web/App/views/user/article.html
DurandalAuth.Web/App/views/user/dashboard.html
DurandalAuth.Web/App_Start/AuthConfig.cs
DurandalAuth.Web/App_Start/BundleConfig.cs
DurandalAuth.Web/App_Start/RouteConfig.cs
DurandalAuth.Web/App_Start/StructuremapMvc.cs
DurandalAuth.Web/Content/Stashy.css
DurandalAuth.Web/Content/Stashy.min.css
DurandalAuth.Web/Content/app.css
DurandalAuth.Web/Content/bootstrap.css
DurandalAuth.Web/Content/durandal.css
DurandalAuth.Web/Content/font-awesome-ie7.css
DurandalAuth.Web/Content/font-awesome-ie7.min.css
DurandalAuth.Web/Content/font-awesome.css
DurandalAuth.Web/Content/font-awesome.min.css
DurandalAuth.Web/Content/font/FontAwesome.otf
DurandalAuth.Web/Content/font/fontawesome-webfont.eot
DurandalAuth.Web/Content/font/fontawesome-webfont.svg
DurandalAuth.Web/Content/font/fontawesome-webfont.ttf
DurandalAuth.Web/Content/font/fontawesome-webfont.woff
DurandalAuth.Web/Content/icons/icon_angles.png
DurandalAuth.Web/Content/icons/icon_cloud.png
DurandalAuth.Web/Content/icons/icon_data.png
DurandalAuth.Web/Content/icons/icon_library.png
DurandalAuth.Web/Content/icons/icon_lock.png
DurandalAuth.Web/Content/icons/icon_project.png
DurandalAuth.Web/Content/icons/icon_question.png
DurandalAuth.Web/Content/icons/icon_seo.png
DurandalAuth.Web/Content/icons/icon_social.png
DurandalAuth.Web/Content/icons/icon_user.png
DurandalAuth.Web/Content/icons/no_photo.png
DurandalAuth.Web/Content/ie10mobile.css
DurandalAuth.Web/Content/images/arrow.png
DurandalAuth.Web/Content/images/spinner.png
DurandalAuth.Web/Content/images/zen-form-sprites.png
DurandalAuth.Web/Content/jquery.tagsinput.css
DurandalAuth.Web/Content/toastr.css
DurandalAuth.Web/Content/vs.css
DurandalAuth.Web/Content/zen-form.css
DurandalAuth.Web/Controllers/AccountController.cs
DurandalAuth.Web/Controllers/DurandalAuthController.cs
DurandalAuth.Web/Controllers/HomeController.cs
DurandalAuth.Web/Controllers/MetadataController.cs
DurandalAuth.Web/DependencyResolution/IoC.cs
DurandalAuth.Web/DependencyResolution/StructureMapDependencyResolver.cs
DurandalAuth.Web/DependencyResolution/StructureMapDependencyScope.cs
DurandalAuth.Web/DurandalAuth.Web.csproj
DurandalAuth.Web/Filters/AntiForgeryTokenAttribute.cs
DurandalAuth.Web/Filters/ModelValidationAttribute.cs
DurandalAuth.Web/Filters/RequireHttpsAttribute.cs
DurandalAuth.Web/Global.asax
DurandalAuth.Web/Global.asax.cs
DurandalAuth.Web/Helpers/ISnapshot.cs
DurandalAuth.Web/Helpers/LookupBundle.cs
DurandalAuth.Web/Helpers/MicrosoftScopedClient.cs
DurandalAuth.Web/Helpers/Snapshot.cs
DurandalAuth.Web/Models/AccountModels.cs
DurandalAuth.Web/Properties/AssemblyInfo.cs
DurandalAuth.Web/Properties/Settings.Designer.cs
DurandalAuth.Web/Properties/Settings.settings
DurandalAuth.Web/Scripts/Stashy.js
DurandalAuth.Web/Scripts/Stashy.min.js
DurandalAuth.Web/Scripts/_references.js
DurandalAuth.Web/Scripts/almond-custom.js
DurandalAuth.Web/Scripts/bootstrap.js
DurandalAuth.Web/Scripts/breeze.debug.js
DurandalAuth.Web/Scripts/breeze.intellisense.js
DurandalAuth.Web/Scripts/breeze.js
DurandalAuth.Web/Scripts/breeze.min.js
DurandalAuth.Web/Scripts/durandal/activator.js
DurandalAuth.Web/Scripts/durandal/app.js
DurandalAuth.Web/Scripts/durandal/binder.js
DurandalAuth.Web/Scripts/durandal/composition.js
DurandalAuth.Web/Scripts/durandal/events.js
DurandalAuth.Web/Scripts/durandal/plugins/dialog.js
DurandalAuth.Web/Scripts/durandal/plugins/history.js
DurandalAuth.Web/Scripts/durandal/plugins/http.js
DurandalAuth.Web/Scripts/durandal/plugins/observable.js
DurandalAuth.Web/Scripts/durandal/plugins/router.js
DurandalAuth.Web/Scripts/durandal/plugins/serializer.js
DurandalAuth.Web/Scripts/durandal/plugins/widget.js
DurandalAuth.Web/Scripts/durandal/system.js
DurandalAuth.Web/Scripts/durandal/transitions/entrance.js
DurandalAuth.Web/Scripts/durandal/viewEngine.js
DurandalAuth.Web/Scripts/durandal/viewLocator.js
DurandalAuth.Web/Scripts/highlight.pack.js
DurandalAuth.Web/Scripts/jquery-1.9.1.intellisense.js
DurandalAuth.Web/Scripts/jquery-1.9.1.js
DurandalAuth.Web/Scripts/jquery-1.9.1.min.map
DurandalAuth.Web/Scripts/jquery.hammer.min.js
DurandalAuth.Web/Scripts/jquery.tagsinput.js
DurandalAuth.Web/Scripts/knockout-2.2.1.debug.js
DurandalAuth.Web/Scripts/knockout-2.2.1.js
DurandalAuth.Web/Scripts/knockout-2.3.0.debug.js
DurandalAuth.Web/Scripts/knockout-2.3.0.js
DurandalAuth.Web/Scripts/knockout.validation.debug.js
DurandalAuth.Web/Scripts/knockout.validation.js
DurandalAuth.Web/Scripts/marked.js
DurandalAuth.Web/Scripts/modernizr-2.6.2.js
DurandalAuth.Web/Scripts/moment.js
DurandalAuth.Web/Scripts/moment.min.js
DurandalAuth.Web/Scripts/q.js
DurandalAuth.Web/Scripts/q.min.js
DurandalAuth.Web/Scripts/r.js
DurandalAuth.Web/Scripts/require.js
DurandalAuth.Web/Scripts/text.js
DurandalAuth.Web/Scripts/toastr.js
DurandalAuth.Web/Scripts/zen-form.js
DurandalAuth.Web/Views/Home/Index.cshtml
DurandalAuth.Web/Views/Shared/Error.cshtml
DurandalAuth.Web/Views/Web.config
DurandalAuth.Web/Web.Debug.config
DurandalAuth.Web/Web.Release.config
DurandalAuth.Web/Web.config
DurandalAuth.Web/favicon.ico
DurandalAuth.Web/packages.config
DurandalAuth.Web/robots.txt
DurandalAuth.Web/sitemap.xml
DurandalAuth.Web/weyland-config.js
DurandalAuth.sln
license.txt
packages/Microsoft.Bcl.Build.1.0.8/tools/Microsoft.Bcl.Build.targets
readme.md
Download
Click the following link to download DurandalAuth-master.zip.
DurandalAuth-master.zip