WindnTrees.Abstraction.WebForms 1.0.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WindnTrees.Abstraction.WebForms" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WindnTrees.Abstraction.WebForms --version 1.0.0
#r "nuget: WindnTrees.Abstraction.WebForms, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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:

  1. Web Form MVVM with ApiController(s)
  2. CRUD2CRUD Controllers
  3. CRUD Repositories
  4. Neat Views and Scripting
  5. Professional Practice, and
  6. 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 Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 401 6/10/2022
1.0.0 418 1/14/2022

Adds CRUDMethod support between controller actions and repository methods using "W-Target/__target" json request header attribute.