WindnTrees.ICRUDS.Standard 0.0.11

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

// Install WindnTrees.ICRUDS.Standard as a Cake Tool
#tool nuget:?package=WindnTrees.ICRUDS.Standard&version=0.0.11

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 and Xamarin mobile 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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

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

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.

WindnTrees.CRUDS.Repository.Core

Package Description

WindnTrees.CRUDS.Repository.Standard

CRUDS standard library interface EntityFramework (EF) repository.

WindnTrees.CRUDS.Core8

Develop CRUD2CRUD applications in .NET 8.0.

WindnTrees.CRUDS.Core7

Develop CRUD2CRUD applications in .NET 7.0.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.24 1,154 11/4/2022
0.0.23 420 6/26/2022
0.0.22 380 6/17/2022
0.0.21 395 6/14/2022
0.0.20 900 6/5/2022
0.0.19 617 1/27/2021
0.0.18 358 1/21/2021
0.0.16 1,339 1/4/2021
0.0.15 333 12/30/2020
0.0.14 296 12/27/2020
0.0.13 327 12/8/2020
0.0.12 1,492 11/29/2020
0.0.11 459 10/31/2020
0.0.10 479 10/27/2020
0.0.9 348 9/20/2020
0.0.8 692 8/12/2020
0.0.7 706 5/18/2020
0.0.5 588 1/17/2020
0.0.1 973 1/10/2020

Introduces WebInput class against repository SearchInput class to support multiple key value input parameters.