Download MVC CRUD Template Free Java Code

Description

A base template to create an ASP. MVC CRUD application.

Icons

MVC CRUD Template

Source Files

The download file MVC-CRUD-Template-master.zip has the following entries.


.gitignore/*  w  w  w .  j a  v  a2s.c o  m*/
MVC CRUD Template.sln
MVCCRUD Tests/CustomerTest.cs
MVCCRUD Tests/HomeTest.cs
MVCCRUD Tests/InvoiceDetailsTest.cs
MVCCRUD Tests/InvoiceTest.cs
MVCCRUD Tests/MVCCRUD Tests.csproj
MVCCRUD Tests/Properties/AssemblyInfo.cs
MVCCRUD Tests/ProviderTest.cs
MVCCRUD Tests/app.config
MVCCRUD Tests/packages.config
MVCCRUD/App_Error/error-2012-01-08224620Z-401823fd-1d66-4922-9044-a0eabefd2540.xml
MVCCRUD/App_Error/error-2012-01-08224627Z-9614c71c-2cf1-472d-93da-ddf18ece6c3f.xml
MVCCRUD/App_Error/error-2012-01-08224629Z-7cb17e27-945a-4509-ab7d-fcb58147db02.xml
MVCCRUD/App_Error/error-2012-01-08224632Z-d4876bf3-d140-4b37-af0c-7a0da3d1d099.xml
MVCCRUD/App_Error/error-2012-01-09162337Z-d5bd3369-4812-45e8-830f-6136318751ce.xml
MVCCRUD/App_Error/error-2012-01-09162345Z-8f310e22-5638-4a09-b8da-405b0564a5e0.xml
MVCCRUD/App_Error/error-2012-01-09162626Z-ee6bbaa0-332b-49be-8719-e459af3b64a5.xml
MVCCRUD/App_Error/error-2012-01-09162628Z-7c15d456-49c9-430a-856f-1cc979b06191.xml
MVCCRUD/App_Error/error-2012-01-09162631Z-6b34b308-3057-4f61-bce5-dfba2d814efc.xml
MVCCRUD/App_Error/error-2012-01-09162634Z-d09add6b-1d3b-4b6f-9b98-f98dee4a0247.xml
MVCCRUD/App_GlobalResources/Print.Designer.cs
MVCCRUD/App_GlobalResources/Print.es.designer.cs
MVCCRUD/App_GlobalResources/Print.es.resx
MVCCRUD/App_GlobalResources/Print.resx
MVCCRUD/CodeTemplates/AddController/Controller.tt
MVCCRUD/CodeTemplates/AddView/CSHTML/Create.tt
MVCCRUD/CodeTemplates/AddView/CSHTML/Delete.tt
MVCCRUD/CodeTemplates/AddView/CSHTML/Details.tt
MVCCRUD/CodeTemplates/AddView/CSHTML/Edit.tt
MVCCRUD/CodeTemplates/AddView/CSHTML/Empty.tt
MVCCRUD/CodeTemplates/AddView/CSHTML/List.tt
MVCCRUD/Content/DealImages/jewels.jpeg
MVCCRUD/Content/DealImages/tomatoes.jpeg
MVCCRUD/Content/DealImages/watches.jpeg
MVCCRUD/Content/DealImages/waterbottle.jpeg
MVCCRUD/Content/Site.css
MVCCRUD/Content/Site.print.css
MVCCRUD/Content/bootstrap.extra.css
MVCCRUD/Content/bootstrap.min.css
MVCCRUD/Content/bootstrap.print.css
MVCCRUD/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
MVCCRUD/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
MVCCRUD/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
MVCCRUD/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
MVCCRUD/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
MVCCRUD/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
MVCCRUD/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
MVCCRUD/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
MVCCRUD/Content/themes/base/images/ui-icons_222222_256x240.png
MVCCRUD/Content/themes/base/images/ui-icons_2e83ff_256x240.png
MVCCRUD/Content/themes/base/images/ui-icons_454545_256x240.png
MVCCRUD/Content/themes/base/images/ui-icons_888888_256x240.png
MVCCRUD/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
MVCCRUD/Content/themes/base/jquery.ui.accordion.css
MVCCRUD/Content/themes/base/jquery.ui.all.css
MVCCRUD/Content/themes/base/jquery.ui.autocomplete.css
MVCCRUD/Content/themes/base/jquery.ui.base.css
MVCCRUD/Content/themes/base/jquery.ui.button.css
MVCCRUD/Content/themes/base/jquery.ui.core.css
MVCCRUD/Content/themes/base/jquery.ui.datepicker.css
MVCCRUD/Content/themes/base/jquery.ui.dialog.css
MVCCRUD/Content/themes/base/jquery.ui.progressbar.css
MVCCRUD/Content/themes/base/jquery.ui.resizable.css
MVCCRUD/Content/themes/base/jquery.ui.selectable.css
MVCCRUD/Content/themes/base/jquery.ui.slider.css
MVCCRUD/Content/themes/base/jquery.ui.tabs.css
MVCCRUD/Content/themes/base/jquery.ui.theme.css
MVCCRUD/Controllers/AccountController.cs
MVCCRUD/Controllers/CategoryController.cs
MVCCRUD/Controllers/CustomerController.cs
MVCCRUD/Controllers/DealController.cs
MVCCRUD/Controllers/HomeController.cs
MVCCRUD/Controllers/InvoiceController.cs
MVCCRUD/Controllers/InvoiceDetailsController.cs
MVCCRUD/Controllers/ProviderController.cs
MVCCRUD/Global.asax
MVCCRUD/Global.asax.cs
MVCCRUD/MVCCRUD.csproj
MVCCRUD/Models/AccountModels.cs
MVCCRUD/Models/Attributes/HandleErrorAttribute.cs
MVCCRUD/Models/DBContext.cs
MVCCRUD/Models/EntitiesContextDBInitializer.cs
MVCCRUD/Models/Helper/TAXDateHelper.cs
MVCCRUD/Models/POCO/Category.cs
MVCCRUD/Models/POCO/Customer.cs
MVCCRUD/Models/POCO/Deal.cs
MVCCRUD/Models/POCO/Invoice.cs
MVCCRUD/Models/POCO/InvoiceDetails.cs
MVCCRUD/Models/POCO/ModelView/QuarterSummary.cs
MVCCRUD/Models/POCO/ModelView/Summary.cs
MVCCRUD/Models/POCO/ModelView/YearSummary.cs
MVCCRUD/Models/POCO/Provider.cs
MVCCRUD/Models/POCO/User.cs
MVCCRUD/Models/Paging/IPagedList.cs
MVCCRUD/Models/Paging/PagedList.cs
MVCCRUD/Models/Paging/Pager.cs
MVCCRUD/Models/Paging/PagingExtensions.cs
MVCCRUD/Models/Security/InvoicingMembershipProvider.cs
MVCCRUD/Properties/AssemblyInfo.cs
MVCCRUD/Scripts/MicrosoftAjax.debug.js
MVCCRUD/Scripts/MicrosoftAjax.js
MVCCRUD/Scripts/MicrosoftMvcAjax.debug.js
MVCCRUD/Scripts/MicrosoftMvcAjax.js
MVCCRUD/Scripts/MicrosoftMvcValidation.debug.js
MVCCRUD/Scripts/MicrosoftMvcValidation.js
MVCCRUD/Scripts/bootstrap-dropdown.js
MVCCRUD/Scripts/bootstrap-modal.js
MVCCRUD/Scripts/jquery-1.5.1-vsdoc.js
MVCCRUD/Scripts/jquery-1.5.1.js
MVCCRUD/Scripts/jquery-1.5.1.min.js
MVCCRUD/Scripts/jquery-calendar.js
MVCCRUD/Scripts/jquery-ui-1.8.11.js
MVCCRUD/Scripts/jquery-ui-1.8.11.min.js
MVCCRUD/Scripts/jquery.tablesorter.min.js
MVCCRUD/Scripts/jquery.unobtrusive-ajax.js
MVCCRUD/Scripts/jquery.unobtrusive-ajax.min.js
MVCCRUD/Scripts/jquery.validate-vsdoc.js
MVCCRUD/Scripts/jquery.validate.js
MVCCRUD/Scripts/jquery.validate.min.js
MVCCRUD/Scripts/jquery.validate.unobtrusive.js
MVCCRUD/Scripts/jquery.validate.unobtrusive.min.js
MVCCRUD/Scripts/methods_es.js
MVCCRUD/Scripts/modernizr-1.7.js
MVCCRUD/Scripts/modernizr-1.7.min.js
MVCCRUD/Views/Account/ChangePassword.cshtml
MVCCRUD/Views/Account/ChangePasswordSuccess.cshtml
MVCCRUD/Views/Account/LogOn.cshtml
MVCCRUD/Views/Account/Register.cshtml
MVCCRUD/Views/Category/Create.cshtml
MVCCRUD/Views/Category/Delete.cshtml
MVCCRUD/Views/Category/Details.cshtml
MVCCRUD/Views/Category/Edit.cshtml
MVCCRUD/Views/Category/Index.cshtml
MVCCRUD/Views/Customer/Create.cshtml
MVCCRUD/Views/Customer/CustomerListPartial.cshtml
MVCCRUD/Views/Customer/Delete.cshtml
MVCCRUD/Views/Customer/Details.cshtml
MVCCRUD/Views/Customer/Edit.cshtml
MVCCRUD/Views/Customer/EditOrCreateCustomerPartial.cshtml
MVCCRUD/Views/Customer/Index.cshtml
MVCCRUD/Views/Deal/Create.cshtml
MVCCRUD/Views/Deal/Delete.cshtml
MVCCRUD/Views/Deal/Details.cshtml
MVCCRUD/Views/Deal/Edit.cshtml
MVCCRUD/Views/Deal/EditOrCreateDealPartial.cshtml
MVCCRUD/Views/Deal/Index.cshtml
MVCCRUD/Views/Deal/PurchasesListPartial.cshtml
MVCCRUD/Views/Home/Index.cshtml
MVCCRUD/Views/Invoice/Create.cshtml
MVCCRUD/Views/Invoice/Delete.cshtml
MVCCRUD/Views/Invoice/Edit.cshtml
MVCCRUD/Views/Invoice/EditOrCreateInvoicePartial.cshtml
MVCCRUD/Views/Invoice/Index.cshtml
MVCCRUD/Views/Invoice/InvoicesListPartial.cshtml
MVCCRUD/Views/Invoice/Print.cshtml
MVCCRUD/Views/InvoiceDetails/Create.cshtml
MVCCRUD/Views/InvoiceDetails/Delete.cshtml
MVCCRUD/Views/InvoiceDetails/Details.cshtml
MVCCRUD/Views/InvoiceDetails/Edit.cshtml
MVCCRUD/Views/InvoiceDetails/EditOrAddInvoiceDetailsPartial.cshtml
MVCCRUD/Views/InvoiceDetails/Index.cshtml
MVCCRUD/Views/Provider/Create.cshtml
MVCCRUD/Views/Provider/Delete.cshtml
MVCCRUD/Views/Provider/Details.cshtml
MVCCRUD/Views/Provider/Edit.cshtml
MVCCRUD/Views/Provider/Index.cshtml
MVCCRUD/Views/Shared/DisplayTemplates/DateTime.cshtml
MVCCRUD/Views/Shared/EditorTemplates/Currency.cshtml
MVCCRUD/Views/Shared/EditorTemplates/DateTime.cshtml
MVCCRUD/Views/Shared/EditorTemplates/Decimal.cshtml
MVCCRUD/Views/Shared/EditorTemplates/Number.cshtml
MVCCRUD/Views/Shared/Error.cshtml
MVCCRUD/Views/Shared/Menu.cshtml
MVCCRUD/Views/Shared/Messages/Success.cshtml
MVCCRUD/Views/Shared/Money.cshtml
MVCCRUD/Views/Shared/SearchBoxCompany.cshtml
MVCCRUD/Views/Shared/SearchBoxItems.cshtml
MVCCRUD/Views/Shared/_Layout.cshtml
MVCCRUD/Views/Shared/_LayoutPrint.cshtml
MVCCRUD/Views/Shared/_LogOnPartial.cshtml
MVCCRUD/Views/Web.config
MVCCRUD/Views/_ViewStart.cshtml
MVCCRUD/Web.Debug.config
MVCCRUD/Web.Release.config
MVCCRUD/Web.config
MVCCRUD/packages.config
README.md
screenshots/detail_invoice01.png
screenshots/home01.png
screenshots/list_customer01.png
screenshots/list_invoice01.png
screenshots/new_customer_bootstrap_style01.png
screenshots/printed_invoice01.png
screenshots/unit_testing01.png

Download

Click the following link to download MVC-CRUD-Template-master.zip.

MVC-CRUD-Template-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