WindnTrees.ICRUDS 0.0.20

There is a newer version of this package available.
See the version list below for details.
dotnet add package WindnTrees.ICRUDS --version 0.0.20
                    
NuGet\Install-Package WindnTrees.ICRUDS -Version 0.0.20
                    
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.ICRUDS" Version="0.0.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WindnTrees.ICRUDS" Version="0.0.20" />
                    
Directory.Packages.props
<PackageReference Include="WindnTrees.ICRUDS" />
                    
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.ICRUDS --version 0.0.20
                    
#r "nuget: WindnTrees.ICRUDS, 0.0.20"
                    
#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.ICRUDS@0.0.20
                    
#: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.ICRUDS&version=0.0.20
                    
Install as a Cake Addin
#tool nuget:?package=WindnTrees.ICRUDS&version=0.0.20
                    
Install as a Cake Tool

WCF CRUDS API: Develop cross-process and cross-platform distributed applications using WCF (Windows Communication Foundation) CRUDS API. #WCF #CRUD2CRUD #CRUD2CRUD2CRUD #CRUDS http://www.invincibletec.com/tutorial/detail/introduction-to-wcf-cruds

Benefits:

  1. Generalized Communication CRUD2CRUD (CRUDS)
  2. One interface, no need for multiple service contract interfaces.
  3. CRUD Repositories for data persistence.
  4. Extend CRUD repositories with customized functions and integrate in CRUD controllers (CRUD Services) with one IService (or IWCFService).
  5. Invoke remote methods from clients (ServiceClients CRUDController) by specifying server side method "target" names.
  6. Support for MVVM desktop application development.
  7. WCF CRUDS application server.
  8. Cross-process and cross-platform clients.
  9. Data communication using synchronous (IService) and asynchronous (IServiceAsync) interface channels.
  10. Support for event driven response handling.
  11. Reduced effort and cost of developing multiple service contracts. Think of CRUDL communication with CRUD repository for persistence.
  12. Reduced complexity and elaborated architecture (CRUDL data communication).
  13. Distribute applications with simple interfacing model

Download and install from following: https://www.nuget.org/profiles/invincible_technologies

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

Showing the top 1 NuGet packages that depend on WindnTrees.ICRUDS:

Package Downloads
WindnTrees.CRUDS.Repository

Introduces callback channel repositories.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.29 1,221 11/4/2022
0.0.28 488 6/26/2022
0.0.27 475 6/17/2022
0.0.26 476 6/14/2022
0.0.25 1,501 6/5/2022
0.0.24 976 1/27/2021
0.0.23 461 1/22/2021
0.0.22 456 1/21/2021
0.0.20 1,024 1/4/2021
0.0.19 414 12/30/2020
0.0.18 418 12/27/2020
0.0.17 435 12/8/2020
0.0.16 882 11/29/2020
0.0.15 602 10/31/2020
0.0.14 744 10/27/2020
0.0.13 971 9/20/2020
0.0.12 1,180 8/12/2020
0.0.11 481 8/12/2020
0.0.10 1,051 5/18/2020
0.0.8 711 1/17/2020
0.0.4 553 12/20/2019
0.0.2 589 12/16/2019
0.0.1 622 12/15/2019

Bug fixing.