WindnTrees.Abstraction
1.3.1
dotnet add package WindnTrees.Abstraction --version 1.3.1
NuGet\Install-Package WindnTrees.Abstraction -Version 1.3.1
<PackageReference Include="WindnTrees.Abstraction" Version="1.3.1" />
paket add WindnTrees.Abstraction --version 1.3.1
#r "nuget: WindnTrees.Abstraction, 1.3.1"
// Install WindnTrees.Abstraction as a Cake Addin #addin nuget:?package=WindnTrees.Abstraction&version=1.3.1 // Install WindnTrees.Abstraction as a Cake Tool #tool nuget:?package=WindnTrees.Abstraction&version=1.3.1
WindnTrees.Abstraction extends .NET native controller and provide BasicController, ContentController, CRUDController, CRUDLController, MultipartFormController and FlexController that are required when writing a WindnTrees application. #CRUD2CRUD #CRUD2CRUD2CRUD #CRUDS
.NET 8 CRUDView Admin Web Applications
http://www.invincibletec.com/tutorial/detail/crudview-bootstrap-admin-template-website
Learn CRUD, CRUD2CRUD (CRUDS) programming in WindnTrees JavaScript, ASP .NET and ASP .NET Core. Develop applications with minimal effort using client and server side CRUD controllers and views.
Benefits:
- MVVM
- CRUD2CRUD Controllers
- CRUD Repositories
- Neat Views and Scripting
- Professional Practice, and
- 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/windntrees131/index.html
Support Websites:
http://www.invincibletec.com, http://16.170.242.60:8000
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".
- Equated Accounting is a standard equal value design equation.
- Circle 45 /7 is a standard equal design circle.
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
2024-06-13:
Equated Accounting (Eq. Acc. Math III, Balanced Matrix Value System).
http://ssrn.com/abstract=4862924
Author's Home Page: https://www.researchgate.net/profile/Shams-Zia/research
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.Mvc (>= 5.2.7)
- WindnTrees.CRUDS.Repository (>= 1.0.7)
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.3.1 | 451 | 6/10/2022 |
1.3.0 | 473 | 1/10/2021 |
1.2.9 | 380 | 1/4/2021 |
1.2.8 | 386 | 11/29/2020 |
1.2.7 | 384 | 11/26/2020 |
1.2.6 | 530 | 9/21/2020 |
1.2.5 | 446 | 8/26/2020 |
1.2.4 | 457 | 8/16/2020 |
1.2.3 | 505 | 8/5/2020 |
1.2.2 | 526 | 1/29/2020 |
1.2.1 | 566 | 5/6/2019 |
1.2.0 | 708 | 12/11/2018 |
1.1.9 | 645 | 12/8/2018 |
1.1.8 | 764 | 7/31/2018 |
1.1.7 | 840 | 7/7/2018 |
1.1.6 | 857 | 7/5/2018 |
1.1.5 | 923 | 6/25/2018 |
1.1.4 | 918 | 6/24/2018 |
1.0.8 | 806 | 6/9/2018 |
1.0.7 | 887 | 6/2/2018 |
1.0.6 | 825 | 6/1/2018 |
1.0.5 | 929 | 5/29/2018 |
1.0.4 | 950 | 5/29/2018 |
1.0.3 | 934 | 5/29/2018 |
1.0.2 | 933 | 5/29/2018 |
1.0.1 | 936 | 5/29/2018 |
1.0.0 | 920 | 5/28/2018 |
Introduces EmptyCRUD2EmptyCRUD.