WindnTrees.Abstraction.WebForms
1.0.0
See the version list below for details.
dotnet add package WindnTrees.Abstraction.WebForms --version 1.0.0
NuGet\Install-Package WindnTrees.Abstraction.WebForms -Version 1.0.0
<PackageReference Include="WindnTrees.Abstraction.WebForms" Version="1.0.0" />
paket add WindnTrees.Abstraction.WebForms --version 1.0.0
#r "nuget: WindnTrees.Abstraction.WebForms, 1.0.0"
// Install WindnTrees.Abstraction.WebForms as a Cake Addin #addin nuget:?package=WindnTrees.Abstraction.WebForms&version=1.0.0 // Install WindnTrees.Abstraction.WebForms as a Cake Tool #tool nuget:?package=WindnTrees.Abstraction.WebForms&version=1.0.0
Configure package with following settings in Application_Start method in Global.asax file.
GlobalConfiguration.Configuration.MapHttpAttributeRoutes(new DefaultRouteProviderSetting());
Above custom setting class "DefaultRouteProviderSetting" enables web methods inheritance on derived ApiControllers.
Benefits:
- Web Form MVVM with ApiController(s)
- CRUD2CRUD Controllers
- CRUD Repositories
- Neat Views and Scripting
- Professional Practice, and
- Simple Codebase
Enables target/Action and __target/Repository method invocations.
Get started with WindnTrees http://www.invincibletec.com/tutorial/detail/getting-started-with-windntrees
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- Newtonsoft.Json (>= 12.0.3)
- WindnTrees.CRUDS.Repository (>= 1.0.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Adds CRUDMethod support between controller actions and repository methods using "W-Target/__target" json request header attribute.