Download RESTController
Description
Provides a base class implementation for a RESTful controller model. Provides common functionality for the basic controller actions of List, Show, New, Edit, and Delete. It's meant to remove as much of the redundant code for MVC controllers as possible.
Source Files
The download file restcontroller.zip has the following entries.
trunk/NuGet.exe// www .ja va 2 s .c o m
trunk/NuGet/RESTController.nuspec
trunk/NuGet/content/web.config.transform
trunk/RestController.SampleWeb/Content/Site.css
trunk/RestController.SampleWeb/Controllers/CategoriesController.cs
trunk/RestController.SampleWeb/Controllers/ProductsController.cs
trunk/RestController.SampleWeb/Global.asax
trunk/RestController.SampleWeb/Global.asax.cs
trunk/RestController.SampleWeb/Models/Category.cs
trunk/RestController.SampleWeb/Models/Metadata/CategoryMetadata.cs
trunk/RestController.SampleWeb/Models/Metadata/ProductMetadata.cs
trunk/RestController.SampleWeb/Models/Sample.Designer.cs
trunk/RestController.SampleWeb/Models/Sample.edmx
trunk/RestController.SampleWeb/Models/Sample.edmx.sql
trunk/RestController.SampleWeb/Properties/AssemblyInfo.cs
trunk/RestController.SampleWeb/RestController.SampleWeb.csproj
trunk/RestController.SampleWeb/Scripts/MicrosoftAjax.debug.js
trunk/RestController.SampleWeb/Scripts/MicrosoftAjax.js
trunk/RestController.SampleWeb/Scripts/MicrosoftMvcAjax.debug.js
trunk/RestController.SampleWeb/Scripts/MicrosoftMvcAjax.js
trunk/RestController.SampleWeb/Scripts/MicrosoftMvcValidation.debug.js
trunk/RestController.SampleWeb/Scripts/MicrosoftMvcValidation.js
trunk/RestController.SampleWeb/Scripts/jquery-1.4.1-vsdoc.js
trunk/RestController.SampleWeb/Scripts/jquery-1.4.1.js
trunk/RestController.SampleWeb/Scripts/jquery-1.4.1.min.js
trunk/RestController.SampleWeb/Scripts/jquery.unobtrusive-ajax.js
trunk/RestController.SampleWeb/Scripts/jquery.unobtrusive-ajax.min.js
trunk/RestController.SampleWeb/Scripts/jquery.validate-vsdoc.js
trunk/RestController.SampleWeb/Scripts/jquery.validate.js
trunk/RestController.SampleWeb/Scripts/jquery.validate.min.js
trunk/RestController.SampleWeb/Scripts/jquery.validate.unobtrusive.js
trunk/RestController.SampleWeb/Scripts/jquery.validate.unobtrusive.min.js
trunk/RestController.SampleWeb/Views/Categories/Edit.cshtml
trunk/RestController.SampleWeb/Views/Categories/List.cshtml
trunk/RestController.SampleWeb/Views/Categories/ListControl.cshtml
trunk/RestController.SampleWeb/Views/Categories/New.cshtml
trunk/RestController.SampleWeb/Views/Categories/Show.cshtml
trunk/RestController.SampleWeb/Views/Shared/_Layout.cshtml
trunk/RestController.SampleWeb/Views/Web.config
trunk/RestController.SampleWeb/Views/_ViewStart.cshtml
trunk/RestController.SampleWeb/Web.Debug.config
trunk/RestController.SampleWeb/Web.Release.config
trunk/RestController.SampleWeb/Web.config
trunk/RestController.Tests/App.config
trunk/RestController.Tests/FakeModel.cs
trunk/RestController.Tests/FakeResourceController.cs
trunk/RestController.Tests/Lib/IntegerExtensionsTests.cs
trunk/RestController.Tests/Lib/PageCountCalculatorTests.cs
trunk/RestController.Tests/MvcAssert.cs
trunk/RestController.Tests/PagedListTests.cs
trunk/RestController.Tests/Properties/AssemblyInfo.cs
trunk/RestController.Tests/ResourceControllerTests.cs
trunk/RestController.Tests/RestController.Tests.csproj
trunk/RestController.Tests/RestController.Tests.snk
trunk/RestController.Tests/RestControllerSettingsTests.cs
trunk/RestController.Tests/packages.config
trunk/RestController.sln
trunk/RestController/ActionFilters/UseDeleteMethodAsConfiguredAttribute.cs
trunk/RestController/ActionFilters/UseEditMethodAsConfiguredAttribute.cs
trunk/RestController/ActionFilters/UseNewMethodAsConfiguredAttribute.cs
trunk/RestController/AssemblyInfo.generated.cs
trunk/RestController/Controllers.cd
trunk/RestController/FlashType.cs
trunk/RestController/HtmlHelperExtensions.cs
trunk/RestController/Lib/Check.cs
trunk/RestController/Lib/IntegerExtensions.cs
trunk/RestController/Lib/PageCountCalculator.cs
trunk/RestController/Lib/RESTControllerContants.cs
trunk/RestController/NestedResourceController.cs
trunk/RestController/PagedList.cs
trunk/RestController/Properties/AssemblyInfo.cs
trunk/RestController/Properties/Resources.Designer.cs
trunk/RestController/Properties/Resources.resx
trunk/RestController/RESTController.snk
trunk/RestController/ResourceController.cs
trunk/RestController/Resources/PagerMarkup.txt
trunk/RestController/RestController.csproj
trunk/RestController/RestControllerSettings.cs
trunk/RestController/RouteExtensions.cs
trunk/RestController/TempDataDictionaryExtensions.cs
trunk/build.bat
trunk/build.msbuild
trunk/packages/Moq.3.1.416.3/Moq.3.1.416.3.nupkg
trunk/packages/Moq.3.1.416.3/lib/Moq.dll
trunk/packages/NUnit.2.5.7.10213/Content/NUnitSampleTests.cs.pp
trunk/packages/NUnit.2.5.7.10213/Logo.ico
trunk/packages/NUnit.2.5.7.10213/NUnit.2.5.7.10213.nupkg
trunk/packages/NUnit.2.5.7.10213/NUnitFitTests.html
trunk/packages/NUnit.2.5.7.10213/Tools/NUnitFitTests.html
trunk/packages/NUnit.2.5.7.10213/Tools/NUnitTests.config
trunk/packages/NUnit.2.5.7.10213/Tools/NUnitTests.nunit
trunk/packages/NUnit.2.5.7.10213/Tools/agent.conf
trunk/packages/NUnit.2.5.7.10213/Tools/agent.log.conf
trunk/packages/NUnit.2.5.7.10213/Tools/launcher.log.conf
trunk/packages/NUnit.2.5.7.10213/Tools/lib/Failure.png
trunk/packages/NUnit.2.5.7.10213/Tools/lib/Ignored.png
trunk/packages/NUnit.2.5.7.10213/Tools/lib/Inconclusive.png
trunk/packages/NUnit.2.5.7.10213/Tools/lib/Skipped.png
trunk/packages/NUnit.2.5.7.10213/Tools/lib/Success.png
trunk/packages/NUnit.2.5.7.10213/Tools/lib/fit.dll
trunk/packages/NUnit.2.5.7.10213/Tools/lib/log4net.dll
trunk/packages/NUnit.2.5.7.10213/Tools/lib/nunit-console-runner.dll
trunk/packages/NUnit.2.5.7.10213/Tools/lib/nunit-gui-runner.dll
trunk/packages/NUnit.2.5.7.10213/Tools/lib/nunit.core.dll
trunk/packages/NUnit.2.5.7.10213/Tools/lib/nunit.core.interfaces.dll
trunk/packages/NUnit.2.5.7.10213/Tools/lib/nunit.fixtures.dll
trunk/packages/NUnit.2.5.7.10213/Tools/lib/nunit.uiexception.dll
trunk/packages/NUnit.2.5.7.10213/Tools/lib/nunit.uikit.dll
trunk/packages/NUnit.2.5.7.10213/Tools/lib/nunit.util.dll
trunk/packages/NUnit.2.5.7.10213/Tools/nunit-agent-x86.exe
trunk/packages/NUnit.2.5.7.10213/Tools/nunit-agent-x86.exe.config
trunk/packages/NUnit.2.5.7.10213/Tools/nunit-agent.exe
trunk/packages/NUnit.2.5.7.10213/Tools/nunit-agent.exe.config
trunk/packages/NUnit.2.5.7.10213/Tools/nunit-console-x86.exe
trunk/packages/NUnit.2.5.7.10213/Tools/nunit-console-x86.exe.config
trunk/packages/NUnit.2.5.7.10213/Tools/nunit-console.exe
trunk/packages/NUnit.2.5.7.10213/Tools/nunit-console.exe.config
trunk/packages/NUnit.2.5.7.10213/Tools/nunit-x86.exe
trunk/packages/NUnit.2.5.7.10213/Tools/nunit-x86.exe.config
trunk/packages/NUnit.2.5.7.10213/Tools/nunit.exe
trunk/packages/NUnit.2.5.7.10213/Tools/nunit.exe.config
trunk/packages/NUnit.2.5.7.10213/Tools/nunit.framework.dll
trunk/packages/NUnit.2.5.7.10213/Tools/pnunit-agent.exe
trunk/packages/NUnit.2.5.7.10213/Tools/pnunit-agent.exe.config
trunk/packages/NUnit.2.5.7.10213/Tools/pnunit-launcher.exe
trunk/packages/NUnit.2.5.7.10213/Tools/pnunit-launcher.exe.config
trunk/packages/NUnit.2.5.7.10213/Tools/pnunit.framework.dll
trunk/packages/NUnit.2.5.7.10213/Tools/pnunit.tests.dll
trunk/packages/NUnit.2.5.7.10213/Tools/runFile.exe
trunk/packages/NUnit.2.5.7.10213/Tools/runFile.exe.config
trunk/packages/NUnit.2.5.7.10213/Tools/runpnunit.bat
trunk/packages/NUnit.2.5.7.10213/Tools/test.conf
trunk/packages/NUnit.2.5.7.10213/fit-license.txt
trunk/packages/NUnit.2.5.7.10213/lib/nunit.framework.dll
trunk/packages/NUnit.2.5.7.10213/lib/nunit.framework.xml
trunk/packages/NUnit.2.5.7.10213/lib/nunit.mocks.dll
trunk/packages/NUnit.2.5.7.10213/lib/pnunit.framework.dll
trunk/packages/NUnit.2.5.7.10213/license.txt
trunk/packages/Subversion/svnversion.exe
Download
Click the following link to download restcontroller.zip.
restcontroller.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »