WindnTrees.CRUDS.Repository.Core 1.0.14

dotnet add package WindnTrees.CRUDS.Repository.Core --version 1.0.14
                    
NuGet\Install-Package WindnTrees.CRUDS.Repository.Core -Version 1.0.14
                    
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.CRUDS.Repository.Core" Version="1.0.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WindnTrees.CRUDS.Repository.Core" Version="1.0.14" />
                    
Directory.Packages.props
<PackageReference Include="WindnTrees.CRUDS.Repository.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.CRUDS.Repository.Core --version 1.0.14
                    
#r "nuget: WindnTrees.CRUDS.Repository.Core, 1.0.14"
                    
#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.CRUDS.Repository.Core@1.0.14
                    
#: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.CRUDS.Repository.Core&version=1.0.14
                    
Install as a Cake Addin
#tool nuget:?package=WindnTrees.CRUDS.Repository.Core&version=1.0.14
                    
Install as a Cake Tool

CRUD2CRUD Entity Repository

is a general purpose EntityRepository inherits CRUDLMRepository abstract repository that implements ICRUDL and ICRUDM interfaces.

ICRUDL:

  1. Interface Create, Read, Update, Delete and List methods.

ICRUDM:

  1. Interface Method and MethodObject methods.

CRUDLMRepository Extensions:

  1. Support WCF (specific or compliant) methods for more generalized data communication. It may be assumed as specialized CRUDM with technical compliance.

Benefits:

  1. Centralized conditional and sorting logic.
  2. Extends EntityFramework repository for specialized CRUD2CRUD specific CRUDLM tasks.
  3. Flexibility to write custom ADO .NET repository methods.
  4. Web Frameworks (.NET Framework, .NET8, .NET10) direct controllers integration through ICRUDL, ICRUDM interfacing.
  5. WCF (.NET Framework) direct controllers integration through ICRUDL, ICRUDM interfacing.
  6. Built-in data listing functionality based on page and size for EntityFramework repositories.
  7. Generalized data querying object.
  8. Generalized repositories for dedicated data services against each data object.

Scope:
Not limited to only CRUD2CRUD communication and controllers framework.

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 (1)

Showing the top 1 NuGet packages that depend on WindnTrees.CRUDS.Repository.Core:

Package Downloads
WindnTrees.Core

WindnTrees.Core abstraction library for WindnTrees application projects. WindnTrees.Core extends .NET Core native controller and provide BasicController, ContentController, CRUDController, CRUDLController, MultipartFormController and FlexController that are required when writing a WindnTrees.Core application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.14 127 5/7/2026
1.0.12 409 11/24/2023
1.0.11 301 11/5/2023
1.0.10 238 11/5/2023
1.0.9 487 11/21/2022
1.0.8 487 11/4/2022
1.0.7 577 6/5/2022
1.0.6 544 9/9/2021
1.0.5 1,436 1/4/2021
1.0.4 558 11/29/2020
1.0.3 656 10/27/2020
1.0.2 723 9/20/2020
1.0.1 616 8/26/2020
1.0.0 689 5/18/2020