WindnTrees.Core 1.1.12

dotnet add package WindnTrees.Core --version 1.1.12
                    
NuGet\Install-Package WindnTrees.Core -Version 1.1.12
                    
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.Core" Version="1.1.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WindnTrees.Core" Version="1.1.12" />
                    
Directory.Packages.props
<PackageReference Include="WindnTrees.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WindnTrees.Core --version 1.1.12
                    
#r "nuget: WindnTrees.Core, 1.1.12"
                    
#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.
#:package WindnTrees.Core@1.1.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WindnTrees.Core&version=1.1.12
                    
Install as a Cake Addin
#tool nuget:?package=WindnTrees.Core&version=1.1.12
                    
Install as a Cake Tool

WindnTrees.Core (10.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.0/10.0 CRUDView Admin Web Applications

http://www.invincibletec.com/tutorial/detail/crudview-bootstrap-admin-template-website

Nuget library support projects are available at:

https://github.com/shamszia/windntrees.nuget.support

https://github.com/shamszia/windntrees.support

https://github.com/shamszia/windntrees.websites

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:

  1. MVVM
  2. CRUD2CRUD Controllers
  3. CRUD Repositories
  4. Neat Views and Scripting
  5. Professional Practice, and
  6. Simple Codebase

Updated 18-10-2025

  1. Facade Anti-Facade (Sub-System Independent) Interface Controller System

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 Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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.1.12 98 5/7/2026
1.1.11 371 11/24/2023
1.1.10 261 11/5/2023
1.1.9 234 11/5/2023
1.1.8 638 6/17/2022
1.1.7 605 6/10/2022
1.1.6 672 1/10/2021
1.1.5 579 1/6/2021
1.1.4 602 1/4/2021
1.1.3 636 11/29/2020
1.1.2 606 11/26/2020
1.1.1 764 9/21/2020
1.1.0 691 8/26/2020
1.0.9 729 8/16/2020
1.0.8 715 8/5/2020
1.0.7 954 9/10/2019
1.0.6 910 9/10/2019
1.0.5 927 5/6/2019
1.0.4 1,038 12/11/2018
1.0.3 1,027 12/10/2018
Loading failed

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