WindnTrees.Core
1.1.11
dotnet add package WindnTrees.Core --version 1.1.11
NuGet\Install-Package WindnTrees.Core -Version 1.1.11
<PackageReference Include="WindnTrees.Core" Version="1.1.11" />
paket add WindnTrees.Core --version 1.1.11
#r "nuget: WindnTrees.Core, 1.1.11"
// Install WindnTrees.Core as a Cake Addin #addin nuget:?package=WindnTrees.Core&version=1.1.11 // Install WindnTrees.Core as a Cake Tool #tool nuget:?package=WindnTrees.Core&version=1.1.11
WindnTrees.Core (8.0) extends .NET Core 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:
Version 117 onward support 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': 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.core117/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
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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.0)
- WindnTrees.CRUDS.Repository.Core (>= 1.0.12)
- WindnTrees.ICRUDS.Standard (>= 0.0.24)
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.1.11 | 197 | 11/24/2023 |
1.1.10 | 163 | 11/5/2023 |
1.1.9 | 127 | 11/5/2023 |
1.1.8 | 441 | 6/17/2022 |
1.1.7 | 428 | 6/10/2022 |
1.1.6 | 457 | 1/10/2021 |
1.1.5 | 395 | 1/6/2021 |
1.1.4 | 409 | 1/4/2021 |
1.1.3 | 429 | 11/29/2020 |
1.1.2 | 403 | 11/26/2020 |
1.1.1 | 552 | 9/21/2020 |
1.1.0 | 482 | 8/26/2020 |
1.0.9 | 535 | 8/16/2020 |
1.0.8 | 522 | 8/5/2020 |
1.0.7 | 711 | 9/10/2019 |
1.0.6 | 691 | 9/10/2019 |
1.0.5 | 681 | 5/6/2019 |
1.0.4 | 799 | 12/11/2018 |
1.0.3 | 812 | 12/10/2018 |
1.0.2 | 803 | 12/6/2018 |
1.0.1 | 976 | 7/30/2018 |
1.0.0 | 1,075 | 7/13/2018 |
Adds CRUDMethod support between controller actions and repository methods using "W-Target/__target" json request header attribute.