Download Test Mvc Application Free Java Code

Description

A repository for ASP.NET MVC patterns and best practices.

Icons

Test Mvc Application

Source Files

The download file TestMvcApplication-master.zip has the following entries.


.gitattributes/*  www .j av  a  2s  . c o m*/
.gitignore
.nuget/NuGet.Config
.nuget/NuGet.exe
.nuget/NuGet.targets
Adapters.Tests/AdapterExceptionTester.cs
Adapters.Tests/Adapters.Tests.csproj
Adapters.Tests/AddressItemAdapterTester.cs
Adapters.Tests/CustomerAdapterTester.cs
Adapters.Tests/CustomerMapperTester.cs
Adapters.Tests/PrimitiveMapperTester.cs
Adapters.Tests/Properties/AssemblyInfo.cs
Adapters.Tests/packages.config
Adapters/AdapterException.cs
Adapters/Adapters.csproj
Adapters/AddressItemAdapter.cs
Adapters/CustomerAdapter.cs
Adapters/IPrincipalManager.cs
Adapters/Mappers/AddressItemMapper.cs
Adapters/Mappers/CustomerMapper.cs
Adapters/Mappers/PrimitiveMapper.cs
Adapters/Models/AddressItemData.cs
Adapters/Models/CustomerData.cs
Adapters/Properties/AssemblyInfo.cs
DataModeling.Tests/ConnectionManagerTester.cs
DataModeling.Tests/DataModeling.Tests.csproj
DataModeling.Tests/Properties/AssemblyInfo.cs
DataModeling.Tests/packages.config
DataModeling/DataModel/EntityContext.cs
DataModeling/DataModeling.csproj
DataModeling/EntitySet.cs
DataModeling/Helpers/ConnectionManager.cs
DataModeling/Properties/AssemblyInfo.cs
DataModeling/Repositories/AddressItemRepository.cs
DataModeling/Repositories/CustomerRepository.cs
DataModeling/packages.config
DatabaseMigration/App.config
DatabaseMigration/DatabaseMigration.csproj
DatabaseMigration/EntityContextInitializer.cs
DatabaseMigration/Program.cs
DatabaseMigration/Properties/AssemblyInfo.cs
DatabaseMigration/packages.config
Local.testsettings
MvcUtilities.Tests/JsonWithHttpStatusCodeResultTester.cs
MvcUtilities.Tests/MvcUtilities.Tests.csproj
MvcUtilities.Tests/Properties/AssemblyInfo.cs
MvcUtilities.Tests/packages.config
MvcUtilities/ActionResults/JsonWithHttpStatusCodeResult.cs
MvcUtilities/Binders/CustomFieldNameModelBinder.cs
MvcUtilities/Binders/FieldNameAttribute.cs
MvcUtilities/Binders/ModelBinderBuilder.cs
MvcUtilities/Binders/NestedViewModelAttribute.cs
MvcUtilities/CodedException.cs
MvcUtilities/FilterAttributes/CodedExceptionHandlerAttribute.cs
MvcUtilities/FilterAttributes/HttpsAttribute.cs
MvcUtilities/FilterAttributes/RedirectOnErrorAttribute.cs
MvcUtilities/FilterAttributes/TraceAttribute.cs
MvcUtilities/FilterAttributes/WebApiExceptionHandlerAttribute.cs
MvcUtilities/Helpers/DisplayAttributeExtensions.cs
MvcUtilities/Models/Error.cs
MvcUtilities/MvcUtilities.csproj
MvcUtilities/Properties/AssemblyInfo.cs
MvcUtilities/packages.config
Policies.Tests/AttributeInterceptorTester.cs
Policies.Tests/ExceptionInterceptorTester.cs
Policies.Tests/LogInterceptorTester.cs
Policies.Tests/Policies.Tests.csproj
Policies.Tests/Properties/AssemblyInfo.cs
Policies.Tests/TransactionInterceptorTester.cs
Policies.Tests/packages.config
Policies/AttributeInterceptor.cs
Policies/ErrorMessageAttribute.cs
Policies/ExceptionWrapper.cs
Policies/InjectAttribute.cs
Policies/LogAttribute.cs
Policies/LogInterceptor.cs
Policies/Policies.csproj
Policies/Properties/AssemblyInfo.cs
Policies/TransactionAttribute.cs
Policies/TransactionInterceptor.cs
Policies/packages.config
README.md
ServiceInterfaces.Tests/Properties/AssemblyInfo.cs
ServiceInterfaces.Tests/ServiceExceptionTester.cs
ServiceInterfaces.Tests/ServiceInterfaces.Tests.csproj
ServiceInterfaces/Entities/AddressItem.cs
ServiceInterfaces/Entities/Customer.cs
ServiceInterfaces/IConfigurationManager.cs
ServiceInterfaces/ILogger.cs
ServiceInterfaces/Properties/AssemblyInfo.cs
ServiceInterfaces/Repositories/IAddressItemRepository.cs
ServiceInterfaces/Repositories/ICustomerRepository.cs
ServiceInterfaces/ServiceException.cs
ServiceInterfaces/ServiceInterfaces.csproj
TestMvcApplication.Tests/ActionResultHelper.cs
TestMvcApplication.Tests/ClassicControllerTester.cs
TestMvcApplication.Tests/CustomersControllerTester.cs
TestMvcApplication.Tests/ErrorControllerTester.cs
TestMvcApplication.Tests/KnockoutControllerTester.cs
TestMvcApplication.Tests/Properties/AssemblyInfo.cs
TestMvcApplication.Tests/TestMvcApplication.Tests.csproj
TestMvcApplication.Tests/app.config
TestMvcApplication.Tests/packages.config
TestMvcApplication.sln
TestMvcApplication.vsmdi
TestMvcApplication/AngularController.generated.cs
TestMvcApplication/App_Start/BindingConfig.cs
TestMvcApplication/App_Start/BundleConfig.cs
TestMvcApplication/App_Start/FilterConfig.cs
TestMvcApplication/App_Start/NinjectExtensions.cs
TestMvcApplication/App_Start/NinjectWebApiDependencyResolver.cs
TestMvcApplication/App_Start/NinjectWebApiDependencyScope.cs
TestMvcApplication/App_Start/NinjectWebCommon.cs
TestMvcApplication/App_Start/RouteConfig.cs
TestMvcApplication/App_Start/WebApiConfig.cs
TestMvcApplication/ClassicController.generated.cs
TestMvcApplication/Content/Angular/angular.css
TestMvcApplication/Content/Shared/layout.css
TestMvcApplication/Content/bootstrap-responsive.css
TestMvcApplication/Content/bootstrap-responsive.min.css
TestMvcApplication/Content/bootstrap.css
TestMvcApplication/Content/bootstrap.min.css
TestMvcApplication/Content/images/glyphicons-halflings-white.png
TestMvcApplication/Content/images/glyphicons-halflings.png
TestMvcApplication/Content/jasmine.css
TestMvcApplication/Content/themes/base/images/animated-overlay.gif
TestMvcApplication/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
TestMvcApplication/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
TestMvcApplication/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
TestMvcApplication/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
TestMvcApplication/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
TestMvcApplication/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
TestMvcApplication/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
TestMvcApplication/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
TestMvcApplication/Content/themes/base/images/ui-icons_222222_256x240.png
TestMvcApplication/Content/themes/base/images/ui-icons_2e83ff_256x240.png
TestMvcApplication/Content/themes/base/images/ui-icons_454545_256x240.png
TestMvcApplication/Content/themes/base/images/ui-icons_888888_256x240.png
TestMvcApplication/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
TestMvcApplication/Content/themes/base/jquery-ui.css
TestMvcApplication/Content/themes/base/jquery.ui.accordion.css
TestMvcApplication/Content/themes/base/jquery.ui.all.css
TestMvcApplication/Content/themes/base/jquery.ui.autocomplete.css
TestMvcApplication/Content/themes/base/jquery.ui.base.css
TestMvcApplication/Content/themes/base/jquery.ui.button.css
TestMvcApplication/Content/themes/base/jquery.ui.core.css
TestMvcApplication/Content/themes/base/jquery.ui.datepicker.css
TestMvcApplication/Content/themes/base/jquery.ui.dialog.css
TestMvcApplication/Content/themes/base/jquery.ui.menu.css
TestMvcApplication/Content/themes/base/jquery.ui.progressbar.css
TestMvcApplication/Content/themes/base/jquery.ui.resizable.css
TestMvcApplication/Content/themes/base/jquery.ui.selectable.css
TestMvcApplication/Content/themes/base/jquery.ui.slider.css
TestMvcApplication/Content/themes/base/jquery.ui.spinner.css
TestMvcApplication/Content/themes/base/jquery.ui.tabs.css
TestMvcApplication/Content/themes/base/jquery.ui.theme.css
TestMvcApplication/Content/themes/base/jquery.ui.tooltip.css
TestMvcApplication/Content/themes/base/minified/images/animated-overlay.gif
TestMvcApplication/Content/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
TestMvcApplication/Content/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png
TestMvcApplication/Content/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
TestMvcApplication/Content/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png
TestMvcApplication/Content/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png
TestMvcApplication/Content/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
TestMvcApplication/Content/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png
TestMvcApplication/Content/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
TestMvcApplication/Content/themes/base/minified/images/ui-icons_222222_256x240.png
TestMvcApplication/Content/themes/base/minified/images/ui-icons_2e83ff_256x240.png
TestMvcApplication/Content/themes/base/minified/images/ui-icons_454545_256x240.png
TestMvcApplication/Content/themes/base/minified/images/ui-icons_888888_256x240.png
TestMvcApplication/Content/themes/base/minified/images/ui-icons_cd0a0a_256x240.png
TestMvcApplication/Content/themes/base/minified/jquery-ui.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.accordion.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.autocomplete.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.button.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.core.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.datepicker.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.dialog.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.menu.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.progressbar.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.resizable.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.selectable.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.slider.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.spinner.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.tabs.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.theme.min.css
TestMvcApplication/Content/themes/base/minified/jquery.ui.tooltip.min.css
TestMvcApplication/Context/ContextManager.cs
TestMvcApplication/Context/IUrlHelper.cs
TestMvcApplication/Controllers/AngularController.cs
TestMvcApplication/Controllers/ClassicController.cs
TestMvcApplication/Controllers/CustomersController.cs
TestMvcApplication/Controllers/ErrorController.cs
TestMvcApplication/Controllers/KnockoutController.cs
TestMvcApplication/ErrorController.generated.cs
TestMvcApplication/Global.asax
TestMvcApplication/Global.asax.cs
TestMvcApplication/KnockoutController.generated.cs
TestMvcApplication/NLog.config
TestMvcApplication/Properties/AssemblyInfo.cs
TestMvcApplication/Scripts/Angular/index.js
TestMvcApplication/Scripts/Classic/CustomerDetails.js
TestMvcApplication/Scripts/Knockout/index.js
TestMvcApplication/Scripts/Shared/layout.js
TestMvcApplication/Scripts/Tests/angular_tests.html
TestMvcApplication/Scripts/Tests/angular_tests.js
TestMvcApplication/Scripts/Tests/run_tests.js
TestMvcApplication/Scripts/angular-mocks.js
TestMvcApplication/Scripts/angular.js
TestMvcApplication/Scripts/angular.min.js
TestMvcApplication/Scripts/bootstrap.js
TestMvcApplication/Scripts/bootstrap.min.js
TestMvcApplication/Scripts/jasmine-html.js
TestMvcApplication/Scripts/jasmine.js
TestMvcApplication/Scripts/jquery-2.0.2-vsdoc.js
TestMvcApplication/Scripts/jquery-2.0.2.js
TestMvcApplication/Scripts/jquery-2.0.2.min.js
TestMvcApplication/Scripts/jquery-2.0.2.min.map
TestMvcApplication/Scripts/jquery-ui-1.10.3.js
TestMvcApplication/Scripts/jquery-ui-1.10.3.min.js
TestMvcApplication/Scripts/jquery.validate-vsdoc.js
TestMvcApplication/Scripts/jquery.validate.js
TestMvcApplication/Scripts/jquery.validate.min.js
TestMvcApplication/Scripts/json2.js
TestMvcApplication/Scripts/json2.min.js
TestMvcApplication/Scripts/knockout-2.2.1.debug.js
TestMvcApplication/Scripts/knockout-2.2.1.js
TestMvcApplication/Scripts/moment.js
TestMvcApplication/Scripts/moment.min.js
TestMvcApplication/Scripts/parsley.extend.js
TestMvcApplication/Scripts/parsley.extend.min.js
TestMvcApplication/Scripts/parsley.js
TestMvcApplication/Scripts/parsley.min.js
TestMvcApplication/SharedController.generated.cs
TestMvcApplication/T4MVC.cs
TestMvcApplication/T4MVC.tt
TestMvcApplication/T4MVC.tt.hooks.t4
TestMvcApplication/T4MVC.tt.settings.xml
TestMvcApplication/TestMvcApplication.csproj
TestMvcApplication/Views/Angular/Index.cshtml
TestMvcApplication/Views/Classic/Create.cshtml
TestMvcApplication/Views/Classic/Delete.cshtml
TestMvcApplication/Views/Classic/Edit.cshtml
TestMvcApplication/Views/Classic/Index.cshtml
TestMvcApplication/Views/Classic/_CustomerDetails.cshtml
TestMvcApplication/Views/Error/Index.cshtml
TestMvcApplication/Views/Error/NotFound.cshtml
TestMvcApplication/Views/Knockout/Index.cshtml
TestMvcApplication/Views/Shared/_Layout.cshtml
TestMvcApplication/Views/Web.config
TestMvcApplication/Web.Debug.config
TestMvcApplication/Web.Release.config
TestMvcApplication/Web.config
TestMvcApplication/favicon.ico
TestMvcApplication/log.txt
TestMvcApplication/packages.config
TestUtilities/Properties/AssemblyInfo.cs
TestUtilities/SerializationHelper.cs
TestUtilities/TestUtilities.csproj
TraceAndTestImpact.testsettings

Download

Click the following link to download TestMvcApplication-master.zip.

TestMvcApplication-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