WindnTrees.Abstraction.WebForms 1.0.1

dotnet add package WindnTrees.Abstraction.WebForms --version 1.0.1
NuGet\Install-Package WindnTrees.Abstraction.WebForms -Version 1.0.1
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.1" />
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.1
#r "nuget: WindnTrees.Abstraction.WebForms, 1.0.1"
#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.1

// Install WindnTrees.Abstraction.WebForms as a Cake Tool
#tool nuget:?package=WindnTrees.Abstraction.WebForms&version=1.0.1

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

Release Notes:

Introduces EmptyCRUD2EmptyCRUD at controller and repository level. Set 'empty' flag to address server side empty controller actions and repository methods.

var crudView = new CRUDView({
'uri': '/colorempty', 'observer': new CRUDObserver({ 'contentType': new Color({}), 'messages': intialize(new MessageRepository()) }), 'empty': true });

Example:

https://github.com/shamszia/windntrees.support/tree/master/emptycrud-webforms

Get started with WindnTrees http://www.invincibletec.com/tutorial/detail/getting-started-with-windntrees

API:

http://www.invincibletec.com/softwares/windntrees/windntrees.forms101/index.html

14-09-2023

Reference:

Equated Accounting Math Research Book

Get to know about equation accountancy math, it is natural, counts and completes equation. CRUD2CRUD is CRUD balance where CRUD (is a design value). "A design is about design".

Note: Book does not explain CRUD2CRUD

Amazon:

https://www.amazon.com/dp/B0CHL52XB2

Eliva Bookstore:

https://www.elivabooks.com/en/book/book-3803083425

Author's Profile:

https://www.elivabooks.com/en/authors/author-1123332426

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 398 6/10/2022
1.0.0 418 1/14/2022

Introduces EmptyCRUD2EmptyCRUD.